EPICS ARCHIVER V4
|
Memory-resident registry of the channel infos. More...
#include <ChanRegistry.h>
Public Member Functions | |
void | setCtrlInfo (const char *chName, const CtrlInfo &info) |
Sets the control info for the specified channel. | |
bool | containsCtrlInfo (const char *chName) const |
Checks if the specified channel is registered. | |
const CtrlInfo & | getCtrlInfo (const char *chName) const |
Returns the control info for the specified channel. | |
void | setChanInfo (const char *chName, const ChanInfo &info) |
Sets the channel info for the specified channel. | |
bool | containsChanInfo (const char *chName) const |
Checks if the specified channel is registered. | |
const ChanInfo & | getChanInfo (const char *chName) const |
Returns the channel info for the specified channel. | |
Static Public Member Functions | |
static ChanRegistry * | getInstance () |
Returns a singleton. | |
Memory-resident registry of the channel infos.