RTI Connext Modern C++ API
Version 5.2.0
|
<<extension>> Data payload associated to an application-level acknowledgment More...
#include <rti/sub/AckResponseData.hpp>
Public Member Functions | |
AckResponseData () | |
Creates an empty sequence of bytes. | |
AckResponseData (const dds::core::ByteSeq &sequence) | |
Creates an instance by copying a sequence of bytes. | |
dds::core::ByteSeq | value () const |
Gets the sequence of bytes. | |
dds::core::ByteSeq & | value (dds::core::ByteSeq &dst) const |
Sets the sequence of bytes. | |
const uint8_t * | begin () const |
Provides access to the beginning of the sequence of bytes. | |
const uint8_t * | end () const |
Gets the end of the sequence. | |
<<extension>> Data payload associated to an application-level acknowledgment
When a dds::sub::DataReader explicitly acknowledges samples with dds::sub::DataReader::acknowledge_sample or dds::sub::DataReader::acknowledge_all, it may specify opaque data to send as payload in the acknowledgment message sent to the dds::pub::DataWriter.
|
inline |
Creates an empty sequence of bytes.
|
inlineexplicit |
Creates an instance by copying a sequence of bytes.
|
inline |
Gets the sequence of bytes.
dds::core::ByteSeq& rti::sub::AckResponseData::value | ( | dds::core::ByteSeq & | dst | ) | const |
Sets the sequence of bytes.
const uint8_t* rti::sub::AckResponseData::begin | ( | ) | const |
Provides access to the beginning of the sequence of bytes.
const uint8_t* rti::sub::AckResponseData::end | ( | ) | const |
Gets the end of the sequence.