RTI Connext Modern C++ API  Version 6.0.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Configuration Utilities

Utility API's independent of the DDS standard. More...

Classes

struct  rti::config::Verbosity_def
 The definition of the dds::core::safe_enum Verbosity. More...
 
struct  rti::config::LogCategory_def
 The definition of the dds::core::safe_enum LogCategory. More...
 
struct  rti::config::PrintFormat_def
 The definition of the dds::core::safe_enum PrintFormat. More...
 
class  rti::config::Logger
 The singleton type used to configure RTI Connext logging. More...
 
class  rti::config::ScopedLoggerVerbosity
 Changes the logger verbosity temporarily during the scope of a variable. More...
 
class  rti::config::LibraryVersion
 <<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution. More...
 

Typedefs

typedef dds::core::safe_enum
< Verbosity_def > 
rti::config::Verbosity
 The verbosities at which RTI Connext diagnostic information is logged.
 
typedef dds::core::safe_enum
< LogCategory_def > 
rti::config::LogCategory
 Categories of logged messages.
 
typedef dds::core::safe_enum
< PrintFormat_def > 
rti::config::PrintFormat
 The format used to output RTI Connext diagnostic information.
 

Functions

XMQCPP2DllExport
rti::core::ProductVersion 
rti::config::request_reply_api_version ()
 Get the version of the C++ API library.
 
XMQCPP2DllExport std::string rti::config::request_reply_build_number ()
 Get the build number of the C++ API library.
 
LibraryVersion rti::config::core_version ()
 Get the version of the core library.
 
std::string rti::config::core_build_number ()
 Get the build number of the core library.
 
LibraryVersion rti::config::c_api_version ()
 Get the version of the C API library.
 
std::string rti::config::c_build_number ()
 Get the build number of the C API library.
 
LibraryVersion rti::config::cpp_api_version ()
 Get the version of the C++ API library.
 
std::string rti::config::cpp_build_number ()
 Get the build number of the C++ API library.
 
rti::core::ProductVersion rti::config::product_version ()
 Get the RTI Connext product version.
 

Detailed Description

Utility API's independent of the DDS standard.

Typedef Documentation

The verbosities at which RTI Connext diagnostic information is logged.

See Also
Verbosity_def

Categories of logged messages.

See Also
LogCategory_def

The format used to output RTI Connext diagnostic information.

See Also
PrintFormat_def

Function Documentation

XMQCPP2DllExport rti::core::ProductVersion rti::config::request_reply_api_version ( )

Get the version of the C++ API library.

XMQCPP2DllExport std::string rti::config::request_reply_build_number ( )

Get the build number of the C++ API library.

LibraryVersion rti::config::core_version ( )

Get the version of the core library.

std::string rti::config::core_build_number ( )

Get the build number of the core library.

LibraryVersion rti::config::c_api_version ( )

Get the version of the C API library.

std::string rti::config::c_build_number ( )

Get the build number of the C API library.

LibraryVersion rti::config::cpp_api_version ( )

Get the version of the C++ API library.

std::string rti::config::cpp_build_number ( )

Get the build number of the C++ API library.

rti::core::ProductVersion rti::config::product_version ( )

Get the RTI Connext product version.


RTI Connext Modern C++ API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc