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

#include <BinaryAttachmentCmd.h>

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

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

Constructor & Destructor Documentation

◆ SBinaryAttachmentCmd()

SBinaryAttachmentCmd::SBinaryAttachmentCmd ( )

Member Function Documentation

◆ _convertFromData()

void SBinaryAttachmentCmd::_convertFromData ( const dds::misc::BYTEVector_t _data)

◆ _convertToData()

void SBinaryAttachmentCmd::_convertToData ( dds::misc::BYTEVector_t _data) const

◆ operator==()

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

◆ size()

size_t SBinaryAttachmentCmd::size ( ) const

Member Data Documentation

◆ m_crc32

uint32_t dds::protocol_api::SBinaryAttachmentCmd::m_crc32

CRC checksum of this piece of binary data.

◆ m_data

dds::misc::BYTEVector_t dds::protocol_api::SBinaryAttachmentCmd::m_data

Piece of binary data.

◆ m_fileId

boost::uuids::uuid dds::protocol_api::SBinaryAttachmentCmd::m_fileId

Unique ID of the file.

◆ m_offset

uint32_t dds::protocol_api::SBinaryAttachmentCmd::m_offset

Offset for this piece of binary data.

◆ m_size

uint32_t dds::protocol_api::SBinaryAttachmentCmd::m_size

Size of this piece of binary data.


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