DDS  ver. 3.4
Public Member Functions | Public Attributes | List of all members
dds::protocol_api::SHostInfoCmd Struct Reference

#include <HostInfoCmd.h>

Inheritance diagram for dds::protocol_api::SHostInfoCmd:
dds::protocol_api::SBasicCmd< SHostInfoCmd >

Public Member Functions

 SHostInfoCmd ()
 
size_t size () const
 
void _convertFromData (const MiscCommon::BYTEVector_t &_data)
 
void _convertToData (MiscCommon::BYTEVector_t *_data) const
 
bool operator== (const SHostInfoCmd &val) const
 
- Public Member Functions inherited from dds::protocol_api::SBasicCmd< SHostInfoCmd >
void convertFromData (const MiscCommon::BYTEVector_t &_data)
 
void convertToData (MiscCommon::BYTEVector_t *_data) const
 

Public Attributes

uint32_t m_agentPid
 
uint32_t m_slots
 
uint64_t m_submitTime
 
std::string m_username
 
std::string m_host
 
std::string m_version
 
std::string m_DDSPath
 
std::string m_workerId
 

Constructor & Destructor Documentation

◆ SHostInfoCmd()

SHostInfoCmd::SHostInfoCmd ( )

Member Function Documentation

◆ _convertFromData()

void SHostInfoCmd::_convertFromData ( const MiscCommon::BYTEVector_t _data)

◆ _convertToData()

void SHostInfoCmd::_convertToData ( MiscCommon::BYTEVector_t _data) const

◆ operator==()

bool SHostInfoCmd::operator== ( const SHostInfoCmd val) const

◆ size()

size_t SHostInfoCmd::size ( ) const

Member Data Documentation

◆ m_agentPid

uint32_t dds::protocol_api::SHostInfoCmd::m_agentPid

◆ m_DDSPath

std::string dds::protocol_api::SHostInfoCmd::m_DDSPath

◆ m_host

std::string dds::protocol_api::SHostInfoCmd::m_host

◆ m_slots

uint32_t dds::protocol_api::SHostInfoCmd::m_slots

◆ m_submitTime

uint64_t dds::protocol_api::SHostInfoCmd::m_submitTime

◆ m_username

std::string dds::protocol_api::SHostInfoCmd::m_username

◆ m_version

std::string dds::protocol_api::SHostInfoCmd::m_version

◆ m_workerId

std::string dds::protocol_api::SHostInfoCmd::m_workerId

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