Belle II Software  release-08-02-06
RFCommand Class Reference
Packages ยป daq
Inheritance diagram for RFCommand:
Collaboration diagram for RFCommand:

Public Member Functions

 RFCommand (const Enum &e)
 
 RFCommand (const NSMCommand &cmd)
 
 RFCommand (const RFCommand &cmd)
 
 RFCommand (const char *label)
 
State nextState () const
 
const RFCommandoperator= (const RFCommand &command)
 Operator =.
 
const RFCommandoperator= (const std::string &label)
 
const RFCommandoperator= (const char *label)
 
int getId () const
 
const char * getLabel () const
 
const std::string & getLabelString () const
 
bool operator== (const Enum &e) const
 
bool operator== (const std::string &label) const
 
bool operator!= (const Enum &e) const
 
bool operator!= (const std::string &label) const
 

Static Public Attributes

static const RFCommand CONFIGURE
 
static const RFCommand UNCONFIGURE
 
static const RFCommand START
 
static const RFCommand STOP
 
static const RFCommand RESTART
 
static const RFCommand PAUSE
 
static const RFCommand RESUME
 
static const RFCommand STATUS
 
static const NSMCommand OK
 
static const NSMCommand STATE
 
static const NSMCommand ERROR
 
static const NSMCommand FATAL
 
static const NSMCommand LOG
 
static const NSMCommand LOGSET
 
static const NSMCommand LOGGET
 
static const NSMCommand VLISTGET
 
static const NSMCommand VLISTSET
 
static const NSMCommand VGET
 
static const NSMCommand VSET
 
static const NSMCommand VREPLY
 
static const NSMCommand DATAGET
 
static const NSMCommand DATASET
 
static const NSMCommand DBGET
 
static const NSMCommand DBSET
 
static const NSMCommand DBLISTGET
 
static const NSMCommand DBLISTSET
 
static const NSMCommand LOGLIST
 
static const int SUGGESTED = 2
 
static const int ENABLED = 1
 
static const int DISABLED = 0
 
static const Enum UNKNOWN
 

Protected Member Functions

 RFCommand (int id, const char *label)
 

Private Attributes

int m_id
 
std::string m_label
 

Detailed Description

Definition at line 21 of file RFCommand.h.


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