![]() |
Belle II Software
release-06-01-15
|
Public Member Functions | |
NSMCommand (const Enum &e) | |
NSMCommand (const NSMCommand &cmd) | |
NSMCommand (const char *label) | |
NSMCommand (const std::string &label) | |
NSMCommand (int id) | |
NSMCommand (int id, const char *label) | |
const NSMCommand & | operator= (const std::string &label) |
const NSMCommand & | operator= (const char *label) |
const NSMCommand & | operator= (int id) |
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 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 |
Private Attributes | |
int | m_id |
std::string | m_label |
Definition at line 19 of file NSMCommand.h.