DDS  ver. 3.4
Public Member Functions | Public Attributes | Friends | List of all members
dds::tools_api::SCommanderInfoResponseData Struct Reference

Structure holds information of commanderInfo response. More...

#include <ToolsProtocol.h>

Inheritance diagram for dds::tools_api::SCommanderInfoResponseData:
dds::tools_api::SBaseResponseData< T > dds::tools_api::SBaseData< T >

Public Member Functions

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...
 

Detailed Description

Structure holds information of commanderInfo response.

Member Function Documentation

◆ operator==()

bool SCommanderInfoResponseData::operator== ( const SCommanderInfoResponseData _val) const

Equality operator.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  _os,
const SCommanderInfoResponseData _data 
)
friend

Ostream operator.

Member Data Documentation

◆ m_activeTopologyName

std::string dds::tools_api::SCommanderInfoResponseData::m_activeTopologyName

Name of active topology, empty if none is active.

◆ m_activeTopologyPath

std::string dds::tools_api::SCommanderInfoResponseData::m_activeTopologyPath

Filepath of active topology, empty if none is active.

◆ m_pid

pid_t dds::tools_api::SCommanderInfoResponseData::m_pid = 0

PID of the commander.


The documentation for this struct was generated from the following files: