A struct storing a vector of cache changes and the next deadline in the group.
More...
#include <KeyedChanges.h>
|
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.
|
|
A struct storing a vector of cache changes and the next deadline in the group.
◆ KeyedChanges() [1/2]
◆ KeyedChanges() [2/2]
◆ ~KeyedChanges()
◆ cache_changes
std::vector<rtps::CacheChange_t*> cache_changes |
A vector of cache changes.
◆ next_deadline_us
std::chrono::steady_clock::time_point next_deadline_us |
The time when the group will miss the deadline.
The documentation for this struct was generated from the following file: