Belle II Software development
|
Public Member Functions | |
RCState (const Enum &e) | |
RCState (const NSMState &num) | |
RCState (const RCState &st) | |
RCState (const char *st) | |
RCState (const std::string &st) | |
RCState (int id) | |
bool | isStable () const |
bool | isTransition () const |
bool | isError () const |
bool | isRecovering () const |
RCState | next () const |
const RCState & | operator= (const RCState &state) |
Operator =. | |
const RCState & | operator= (const std::string &msg) |
const RCState & | operator= (const char *msg) |
const RCState & | 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 RCState | OFF_S |
static const RCState | NOTREADY_S |
static const RCState | READY_S |
static const RCState | RUNNING_S |
static const RCState | PAUSED_S |
static const RCState | CONFIGURING_TS |
static const RCState | LOADING_TS |
static const RCState | STARTING_TS |
static const RCState | STOPPING_TS |
static const RCState | ERROR_ES |
static const RCState | FATAL_ES |
static const RCState | RECOVERING_RS |
static const RCState | ABORTING_RS |
static const RCState | BOOTING_RS |
static const NSMState | ONLINE_S |
static const Enum | UNKNOWN |
Protected Member Functions | |
RCState (int id, const char *label) | |
Private Attributes | |
int | m_id |
std::string | m_label |
|
inlineprotected |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
RCState next | ( | ) | const |
Definition at line 78 of file RCState.cc.
const RCState & operator= | ( | const char * | msg | ) |
Definition at line 52 of file RCState.cc.
Operator =.
Definition at line 27 of file RCState.cc.
const RCState & operator= | ( | const std::string & | msg | ) |
Definition at line 33 of file RCState.cc.
const RCState & operator= | ( | int | id | ) |
Definition at line 59 of file RCState.cc.
|
staticinherited |
Definition at line 22 of file NSMState.h.