5 #ifndef __DDS__BinaryAttachmentReceivedCmd__ 6 #define __DDS__BinaryAttachmentReceivedCmd__ 13 namespace protocol_api
SBinaryAttachmentReceivedCmd()
Definition: BinaryAttachmentReceivedCmd.cpp:14
std::string m_receivedFilePath
Path to the received file.
Definition: BinaryAttachmentReceivedCmd.h:23
Definition: BasicCmd.h:481
uint16_t m_srcCommand
Source command which initiated file transport.
Definition: BinaryAttachmentReceivedCmd.h:25
Definition: BinaryAttachmentReceivedCmd.h:15
uint32_t m_receivedFileSize
Number of recieved bytes.
Definition: BinaryAttachmentReceivedCmd.h:26
size_t size() const
Definition: BinaryAttachmentReceivedCmd.cpp:22
void _convertToData(MiscCommon::BYTEVector_t *_data) const
Definition: BinaryAttachmentReceivedCmd.cpp:45
std::string m_requestedFileName
Requested name of the file.
Definition: BinaryAttachmentReceivedCmd.h:24
Definition: dds-agent/src/AgentConnectionManager.h:18
std::ostream & operator<<(std::ostream &_stream, const SAgentsInfoCmd &_val)
Definition: AgentsInfoCmd.cpp:38
bool operator==(const SBinaryAttachmentReceivedCmd &_val) const
Definition: BinaryAttachmentReceivedCmd.cpp:28
bool operator!=(const SAgentsInfoCmd &_lhs, const SAgentsInfoCmd &_rhs)
Definition: AgentsInfoCmd.cpp:43
uint32_t m_downloadTime
Time spent to download file [microseconds].
Definition: BinaryAttachmentReceivedCmd.h:27
void _convertFromData(const MiscCommon::BYTEVector_t &_data)
Definition: BinaryAttachmentReceivedCmd.cpp:35
std::vector< unsigned char > BYTEVector_t
An STL vector of bytes.
Definition: def.h:127