|
DDS
ver. 3.6
|
Structure holds information of agentCount response. More...
#include <ToolsProtocol.h>
Public Member Functions | |
| SAgentCountResponseData () | |
| SAgentCountResponseData (const boost::property_tree::ptree &_pt) | |
| bool | operator== (const SAgentCountResponseData &_val) const |
| Equality operator. More... | |
Public Member Functions inherited from dds::tools_api::SBaseData< T > | |
| std::string | toJSON () const |
| Fill structure into JSON. More... | |
| void | toPT (boost::property_tree::ptree &_pt) const |
| Fill structure into boost's property tree. More... | |
| void | fromPT (const boost::property_tree::ptree &_pt) |
| Init structure from boost's property tree. More... | |
| bool | operator== (const T &_val) const |
| Equality operator. More... | |
| std::string | defaultToString () const |
| Default string representation. More... | |
Public Attributes | |
| uint32_t | m_activeSlotsCount = 0 |
| The number of online slots. More... | |
| uint32_t | m_idleSlotsCount = 0 |
| The count of idle slots. More... | |
| uint32_t | m_executingSlotsCount = 0 |
| The count of executing slots. More... | |
Public Attributes inherited from dds::tools_api::SBaseData< T > | |
| requestID_t | m_requestID = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &_os, const SAgentCountResponseData &_data) |
| Ostream operator. More... | |
Structure holds information of agentCount response.
| SAgentCountResponseData::SAgentCountResponseData | ( | ) |
| SAgentCountResponseData::SAgentCountResponseData | ( | const boost::property_tree::ptree & | _pt | ) |
| bool SAgentCountResponseData::operator== | ( | const SAgentCountResponseData & | _val | ) | const |
Equality operator.
|
friend |
Ostream operator.
| uint32_t dds::tools_api::SAgentCountResponseData::m_activeSlotsCount = 0 |
The number of online slots.
| uint32_t dds::tools_api::SAgentCountResponseData::m_executingSlotsCount = 0 |
The count of executing slots.
| uint32_t dds::tools_api::SAgentCountResponseData::m_idleSlotsCount = 0 |
The count of idle slots.
1.8.15