This is Unofficial EPICS BASE Doxygen Site
epics::pvAccess::MonitorFIFO::Source Struct Reference

#include "monitor.h"

Public Member Functions

 POINTER_DEFINITIONS (Source)
 
virtual ~Source ()
 
virtual void freeHighMark (MonitorFIFO *mon, size_t numEmpty)
 

Detailed Description

Source methods may be called with downstream mutex locked. Do not call notify(). This is done automatically after return in a way which avoids locking and recursion problems.

Definition at line 266 of file monitor.h.

Constructor & Destructor Documentation

epics::pvAccess::MonitorFIFO::Source::~Source ( )
virtual

Definition at line 35 of file monitor.cpp.

35 {}

Member Function Documentation

virtual void epics::pvAccess::MonitorFIFO::Source::freeHighMark ( MonitorFIFO mon,
size_t  numEmpty 
)
inlinevirtual

Called when MonitorFIFO::freeCount() rises above the level computed from MonitorFIFO::setFreeHighMark().

Parameters
numEmptyThe number of empty slots in the FIFO.

Definition at line 272 of file monitor.h.

272 {}
epics::pvAccess::MonitorFIFO::Source::POINTER_DEFINITIONS ( Source  )

The documentation for this struct was generated from the following files: