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

<<extension>> Contains configuration utilities such as logging. More...

Classes

struct  LogLevel_def
 The definition of the dds::core::safe_enum LogLevel;. More...
 
struct  Verbosity_def
 The definition of the dds::core::safe_enum Verbosity. More...
 
struct  LogCategory_def
 The definition of the dds::core::safe_enum LogCategory. More...
 
struct  PrintFormat_def
 The definition of the dds::core::safe_enum PrintFormat. More...
 
class  Logger
 The singleton type used to configure RTI Connext logging. More...
 
class  ScopedLoggerVerbosity
 Changes the logger verbosity temporarily during the scope of a variable. More...
 
class  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
< LogLevel_def
LogLevel
 The log level at which RTI Connext diagnostic information is logged.
 
typedef dds::core::safe_enum
< Verbosity_def
Verbosity
 The verbosities at which RTI Connext diagnostic information is logged.
 
typedef dds::core::safe_enum
< LogCategory_def
LogCategory
 Categories of logged messages.
 
typedef dds::core::safe_enum
< PrintFormat_def
PrintFormat
 The format used to output RTI Connext diagnostic information.
 

Functions

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

Detailed Description

<<extension>> Contains configuration utilities such as logging.


RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc