EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | Static Public Member Functions | List of all members
ea4::ChanRegistry Class Reference

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 CtrlInfogetCtrlInfo (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 ChanInfogetChanInfo (const char *chName) const
 Returns the channel info for the specified channel.
 

Static Public Member Functions

static ChanRegistrygetInstance ()
 Returns a singleton.
 

Detailed Description

Memory-resident registry of the channel infos.


The documentation for this class was generated from the following file: