Fast RTPS  Version 2.9.1
Fast RTPS

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...
 

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: