Struct KeyedChanges
Defined in File KeyedChanges.h
Struct Documentation
-
struct KeyedChanges
A struct storing a vector of cache changes and the next deadline in the group.
Public Functions
-
inline KeyedChanges()
Default constructor.
-
inline KeyedChanges(const KeyedChanges &other)
Copy constructor.
-
inline ~KeyedChanges()
Destructor.
Public Members
-
std::vector<rtps::CacheChange_t*> cache_changes
A vector of cache changes.
-
std::chrono::steady_clock::time_point next_deadline_us
The time when the group will miss the deadline.
-
inline KeyedChanges()