|
enum | State {
STATE_UNINIT,
STATE_UNCONF,
STATE_CONF,
STATE_RUNNING,
STATE_ERROR
} |
|
|
| ConnectionState (const std::string &msg="", int state=STATE_UNINIT) |
|
| ConnectionState (Deserializer &) |
|
virtual void | Serialize (Serializer &) const |
|
ConnectionState & | SetTag (const std::string &name, const std::string &val) |
|
std::string | GetTag (const std::string &name, const std::string &def="") const |
|
virtual void | print (std::ostream &) const |
|
int | GetState () const |
|
bool | isBusy () |
|
|
static std::string | State2String (int state) |
|
static int | String2State (const std::string &) |
|
|
typedef std::map< std::string,
std::string > | map_t |
|
|
bool | isbusy =false |
|
int | m_state |
|
std::string | m_msg |
|
map_t | m_tags |
| Metadata tags in (name=value) pairs of strings.
|
|
The documentation for this class was generated from the following files: