Struct astutedds::rtps::CacheChange
ClassList > astutedds > rtps > CacheChange
Represents a single sample in the history cache.
#include <writer_history_cache.hpp>
Public Attributes
| Type | Name |
|---|---|
| bool | acknowledged = {false} |
| std::vector< uint8_t > | instanceKey |
| SequenceNumber_t | sequenceNumber |
| std::vector< uint8_t > | serializedData |
| std::chrono::steady_clock::time_point | timestamp |
Public Attributes Documentation
variable acknowledged
bool astutedds::rtps::CacheChange::acknowledged;
variable instanceKey
std::vector<uint8_t> astutedds::rtps::CacheChange::instanceKey;
variable sequenceNumber
SequenceNumber_t astutedds::rtps::CacheChange::sequenceNumber;
variable serializedData
std::vector<uint8_t> astutedds::rtps::CacheChange::serializedData;
variable timestamp
std::chrono::steady_clock::time_point astutedds::rtps::CacheChange::timestamp;
The documentation for this class was generated from the following file include/astutedds/rtps/writer_history_cache.hpp