|
DDS
ver. 3.6
|
#include <BinaryAttachmentCmd.h>
Public Member Functions | |
| SBinaryAttachmentCmd () | |
| size_t | size () const |
| void | _convertFromData (const dds::misc::BYTEVector_t &_data) |
| void | _convertToData (dds::misc::BYTEVector_t *_data) const |
| bool | operator== (const SBinaryAttachmentCmd &_val) const |
Public Member Functions inherited from dds::protocol_api::SBasicCmd< SBinaryAttachmentCmd > | |
| void | convertFromData (const dds::misc::BYTEVector_t &_data) |
| void | convertToData (dds::misc::BYTEVector_t *_data) const |
Public Attributes | |
| boost::uuids::uuid | m_fileId |
| Unique ID of the file. More... | |
| uint32_t | m_offset |
| Offset for this piece of binary data. More... | |
| uint32_t | m_size |
| Size of this piece of binary data. More... | |
| uint32_t | m_crc32 |
| CRC checksum of this piece of binary data. More... | |
| dds::misc::BYTEVector_t | m_data |
| Piece of binary data. More... | |
| SBinaryAttachmentCmd::SBinaryAttachmentCmd | ( | ) |
| void SBinaryAttachmentCmd::_convertFromData | ( | const dds::misc::BYTEVector_t & | _data | ) |
| void SBinaryAttachmentCmd::_convertToData | ( | dds::misc::BYTEVector_t * | _data | ) | const |
| bool SBinaryAttachmentCmd::operator== | ( | const SBinaryAttachmentCmd & | _val | ) | const |
| size_t SBinaryAttachmentCmd::size | ( | ) | const |
| uint32_t dds::protocol_api::SBinaryAttachmentCmd::m_crc32 |
CRC checksum of this piece of binary data.
| dds::misc::BYTEVector_t dds::protocol_api::SBinaryAttachmentCmd::m_data |
Piece of binary data.
| boost::uuids::uuid dds::protocol_api::SBinaryAttachmentCmd::m_fileId |
Unique ID of the file.
| uint32_t dds::protocol_api::SBinaryAttachmentCmd::m_offset |
Offset for this piece of binary data.
| uint32_t dds::protocol_api::SBinaryAttachmentCmd::m_size |
Size of this piece of binary data.
1.8.15