RTI Connext Modern C++ API  Version 5.2.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::config::LibraryVersion Class Reference

<<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution. More...

#include <rti/config/Version.hpp>

Public Member Functions

int32_t major_version () const
 Get the major version of a single RTI Connext library.
 
int32_t minor_version () const
 Get the minor version of a single RTI Connext library.
 
char release_version () const
 Get the release letter of a single RTI Connext library.
 
int32_t build_version () const
 Get the build number of a single RTI Connext library.
 

Detailed Description

<<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution.

RTI Connext is comprised of a number of separate libraries. Although RTI Connext as a whole has a version, the individual libraries each have their own versions as well. It may be necessary to check these individual library versions when seeking technical support.

Member Function Documentation

int32_t rti::config::LibraryVersion::major_version ( ) const

Get the major version of a single RTI Connext library.

int32_t rti::config::LibraryVersion::minor_version ( ) const

Get the minor version of a single RTI Connext library.

char rti::config::LibraryVersion::release_version ( ) const

Get the release letter of a single RTI Connext library.

int32_t rti::config::LibraryVersion::build_version ( ) const

Get the build number of a single RTI Connext library.


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