RTI Connext Modern C++ API  Version 5.2.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::core::status::EventCount< IntegerType > Class Template Reference

<<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 pair< IntegerType, IntegerType >.

Public Member Functions

IntegerType total () const
 The total count.
 
IntegerType change () const
 The incremental count.
 

Detailed Description

template<typename IntegerType>
class rti::core::status::EventCount< IntegerType >

<<extension>> <<value-type>> Encapsulates an event count containing a total count and an incremental count since the last time a status was read.

Template Parameters
IntegerTypeThe integer type used to measure the event counts.

Member Function Documentation

template<typename IntegerType >
IntegerType rti::core::status::EventCount< IntegerType >::total ( ) const
inline

The total count.

template<typename IntegerType >
IntegerType rti::core::status::EventCount< IntegerType >::change ( ) const
inline

The incremental count.


RTI Connext Modern C++ API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc