RTI Connext Modern C++ API  Version 6.1.0
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. More...
 
int32_t minor_version () const
 Get the minor version of a single RTI Connext library. More...
 
char release_version () const
 Get the release letter of a single RTI Connext library. More...
 
int32_t build_version () const
 Get the build number of a single RTI Connext library. More...
 

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

◆ major_version()

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

Get the major version of a single RTI Connext library.

◆ minor_version()

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

Get the minor version of a single RTI Connext library.

◆ release_version()

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

Get the release letter of a single RTI Connext library.

◆ build_version()

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

Get the build number of a single RTI Connext library.