A struct storing a vector of cache changes and the next deadline in the group. More...
#include <KeyedChanges.h>
Public Member Functions | |
| KeyedChanges () | |
| Default constructor. More... | |
| KeyedChanges (const KeyedChanges &other) | |
| Copy constructor. More... | |
| ~KeyedChanges () | |
| Destructor. More... | |
Public Attributes | |
| std::vector< rtps::CacheChange_t * > | cache_changes |
| A vector of cache changes. More... | |
| std::chrono::steady_clock::time_point | next_deadline_us |
| The time when the group will miss the deadline. More... | |
A struct storing a vector of cache changes and the next deadline in the group.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Destructor.
| 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.