RTI Connext Modern C++ API  Version 5.3.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::core::ProductVersion Class Reference

<<extension>> <<value-type>> Represents the current version of RTI Connext More...

#include <rti/core/ProductVersion.hpp>

Public Member Functions

 ProductVersion ()
 Creates the unknown() product version.
 
std::string to_string () const
 Get the product version as a string.
 
uint8_t major_version () const
 Get the major product version.
 
uint8_t minor_version () const
 Get the minor product version.
 
uint8_t release_version () const
 Get the release letter for product version.
 
uint8_t revision_version () const
 Get the revision number of product.
 

Static Public Member Functions

static ProductVersion current ()
 Returns the current version of RTI Connext.
 
static ProductVersion unknown ()
 Returns the value to indicate that the version is unknown.
 

Detailed Description

<<extension>> <<value-type>> Represents the current version of RTI Connext

Constructor & Destructor Documentation

rti::core::ProductVersion::ProductVersion ( )
inline

Creates the unknown() product version.

Member Function Documentation

std::string rti::core::ProductVersion::to_string ( ) const
inline

Get the product version as a string.

uint8_t rti::core::ProductVersion::major_version ( ) const
inline

Get the major product version.

uint8_t rti::core::ProductVersion::minor_version ( ) const
inline

Get the minor product version.

uint8_t rti::core::ProductVersion::release_version ( ) const
inline

Get the release letter for product version.

uint8_t rti::core::ProductVersion::revision_version ( ) const
inline

Get the revision number of product.

static ProductVersion rti::core::ProductVersion::current ( )
inlinestatic

Returns the current version of RTI Connext.

static ProductVersion rti::core::ProductVersion::unknown ( )
inlinestatic

Returns the value to indicate that the version is unknown.


RTI Connext Modern C++ API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc