|
RTI Connext Modern C++ API Version 7.6.0
|
<<extension>> <<value-type>> Encapsulates an event count containing a total count and an incremental count since the last time a status was read. More...
#include <Status.hpp>
Inherits std::pair< IntegerType, IntegerType >.
Public Member Functions | |
| IntegerType | total () const |
| The total count. More... | |
| IntegerType | change () const |
| The incremental count. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| template<typename IntegerType > | |
| std::ostream & | operator<< (std::ostream &out, const EventCount< IntegerType > &event_count) |
| <<extension>> Prints an rti::core::status::EventCount to an output stream. More... | |
<<extension>> <<value-type>> Encapsulates an event count containing a total count and an incremental count since the last time a status was read.
| IntegerType | The integer type used to measure the event counts. |
|
inline |
The total count.
|
inline |
The incremental count.
|
related |
<<extension>> Prints an rti::core::status::EventCount to an output stream.