|
DDS
ver. 3.6
|
Structure holds information of commanderInfo response. More...
#include <ToolsProtocol.h>
Public Member Functions | |
| SCommanderInfoResponseData () | |
| SCommanderInfoResponseData (const boost::property_tree::ptree &_pt) | |
| bool | operator== (const SCommanderInfoResponseData &_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 | |
| pid_t | m_pid = 0 |
| PID of the commander. More... | |
| std::string | m_activeTopologyName |
| Name of active topology, empty if none is active. More... | |
| std::string | m_activeTopologyPath |
| Filepath of active topology, empty if none is active. More... | |
Public Attributes inherited from dds::tools_api::SBaseData< T > | |
| requestID_t | m_requestID = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &_os, const SCommanderInfoResponseData &_data) |
| Ostream operator. More... | |
Structure holds information of commanderInfo response.
| SCommanderInfoResponseData::SCommanderInfoResponseData | ( | ) |
| SCommanderInfoResponseData::SCommanderInfoResponseData | ( | const boost::property_tree::ptree & | _pt | ) |
| bool SCommanderInfoResponseData::operator== | ( | const SCommanderInfoResponseData & | _val | ) | const |
Equality operator.
|
friend |
Ostream operator.
| std::string dds::tools_api::SCommanderInfoResponseData::m_activeTopologyName |
Name of active topology, empty if none is active.
| std::string dds::tools_api::SCommanderInfoResponseData::m_activeTopologyPath |
Filepath of active topology, empty if none is active.
| pid_t dds::tools_api::SCommanderInfoResponseData::m_pid = 0 |
PID of the commander.
1.8.15