![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "monitor.h"
Public Member Functions | |
| POINTER_DEFINITIONS (Source) | |
| virtual | ~Source () |
| virtual void | freeHighMark (MonitorFIFO *mon, size_t numEmpty) |
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.
|
virtual |
Definition at line 35 of file monitor.cpp.
|
inlinevirtual |
Called when MonitorFIFO::freeCount() rises above the level computed from MonitorFIFO::setFreeHighMark().
| numEmpty | The number of empty slots in the FIFO. |
| epics::pvAccess::MonitorFIFO::Source::POINTER_DEFINITIONS | ( | Source | ) |