RTI Connext Modern C++ API
Version 5.2.3
|
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 | |
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. | |
Utility API's independent of the DDS standard.
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.
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.