Belle II Software
release-08-01-10
|
Public Member Functions | |
ERecoEventSampler (std::string conffile) | |
int | Configure (NSMmsg *, NSMcontext *) override |
int | UnConfigure (NSMmsg *, NSMcontext *) override |
int | Start (NSMmsg *, NSMcontext *) override |
int | Stop (NSMmsg *, NSMcontext *) override |
int | Restart (NSMmsg *, NSMcontext *) override |
void | server () |
virtual int | Pause (NSMmsg *, NSMcontext *) |
virtual int | Resume (NSMmsg *, NSMcontext *) |
virtual int | Status (NSMmsg *, NSMcontext *) |
virtual void | SetNodeInfo (RfNodeInfo *ptr) |
virtual RfNodeInfo * | GetNodeInfo () |
Static Public Attributes | |
static RFServerBase * | s_instance |
Private Attributes | |
RFConf * | m_conf |
std::string | m_conffile |
RFProcessManager * | m_proc |
RFLogManager * | m_log |
RingBuffer * | m_rbufout |
int | m_pid_sampler |
int | m_pid_server |
RfNodeInfo * | m_nsmmem |
Definition at line 29 of file ERecoEventSampler.h.