RTI Connext Modern C++ API
Version 5.3.1
|
#include <TGenerationCount.hpp>
Public Member Functions | |
GenerationCount () | |
Create a default GenerationCount object. | |
GenerationCount (int32_t disposed_count, int32_t no_writers_count) | |
Create a GenerationCount object with the provided disposed_count and no_writers count. | |
int32_t | disposed () const |
Get the disposed generation count. | |
int32_t | no_writers () const |
Get the no_writers generation count. | |
|
inline |
Create a default GenerationCount object.
|
inline |
Create a GenerationCount object with the provided disposed_count and no_writers count.
|
inline |
Get the disposed generation count.
The disposed generation count of the instance at the time of sample reception.
Indicates the number of times the instance had become alive after it was disposed explicitly by a dds::pub::DataWriter, at the time the sample was received.
|
inline |
Get the no_writers generation count.
The no writers generation count of the instance at the time of sample reception.
Indicates the number of times the instance had become alive after it was disposed because there were no writers, at the time the sample was received.