RTI Connext Modern C++ API
Version 5.2.3
|
<<extension>> Contains configuration utilities such as logging. More...
Classes | |
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 < 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 | |
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. | |
<<extension>> Contains configuration utilities such as logging.