Fast RTPS  Version 2.14.1
Fast RTPS
Loading...
Searching...
No Matches

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.
 
 KeyedChanges (const KeyedChanges &other)
 Copy constructor.
 
 ~KeyedChanges ()
 Destructor.
 

Public Attributes

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.
 

Detailed Description

A struct storing a vector of cache changes and the next deadline in the group.

Constructor & Destructor Documentation

◆ KeyedChanges() [1/2]

KeyedChanges ( )
inline

Default constructor.

◆ KeyedChanges() [2/2]

KeyedChanges ( const KeyedChanges other)
inline

Copy constructor.

◆ ~KeyedChanges()

~KeyedChanges ( )
inline

Destructor.

Member Data Documentation

◆ 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: