5 #ifndef __DDS__AgentsInfoCmd__ 6 #define __DDS__AgentsInfoCmd__ 12 namespace protocol_api
Definition: BasicCmd.h:475
void _convertToData(dds::misc::BYTEVector_t *_data) const
Definition: AgentsInfoCmd.cpp:33
void _convertFromData(const dds::misc::BYTEVector_t &_data)
Definition: AgentsInfoCmd.cpp:28
SAgentsInfoCmd()
Definition: AgentsInfoCmd.cpp:12
bool operator==(const SAgentsInfoCmd &_val) const
Definition: AgentsInfoCmd.cpp:23
std::string m_sAgentInfo
index of the current agent
Definition: AgentsInfoCmd.h:25
uint32_t m_nIndex
the number of online agents
Definition: AgentsInfoCmd.h:24
std::vector< unsigned char > BYTEVector_t
An STL vector of bytes.
Definition: def.h:124
uint32_t m_nActiveAgents
Definition: AgentsInfoCmd.h:23
Miscellaneous functions and helpers are located here.
Definition: AgentConnectionManager.h:13
std::ostream & operator<<(std::ostream &_stream, const SAgentsInfoCmd &_val)
Definition: AgentsInfoCmd.cpp:38
size_t size() const
Definition: AgentsInfoCmd.cpp:18
bool operator!=(const SAgentsInfoCmd &_lhs, const SAgentsInfoCmd &_rhs)
Definition: AgentsInfoCmd.cpp:43
Definition: AgentsInfoCmd.h:15