|
RTI Connext .Net APIs
Version 5.2.3
|
Utility API's independent of the DDS standard. More...
Classes | |
| struct | NDDS::Config_LibraryVersion_t |
| The version of a single library shipped as part of an RTI Connext distribution. More... | |
| class | NDDS::ConfigVersion |
| <<interface>> The version of an RTI Connext distribution. More... | |
| class | NDDS::LogMessage |
| Log message. More... | |
| class | NDDS::LoggerDevice |
| <<interface>> Logging device interface. Use for user-defined logging devices. More... | |
| class | NDDS::ConfigLogger |
| <<interface>> The singleton type used to configure RTI Connext logging. More... | |
Enumerations | |
| enum | NDDS::LogVerbosity : UINT32 |
| The verbosities at which RTI Connext diagnostic information is logged. More... | |
| enum | NDDS::LogLevel : UINT32 |
| Level category assigned to RTI Connext log messages returned to an output device. More... | |
| enum | NDDS::LogCategory : UINT32 |
| Categories of logged messages. More... | |
| enum | NDDS::LogPrintFormat : UINT32 |
| The format used to output RTI Connext diagnostic information. More... | |
Functions | |
| public delegate System::Int32 | NDDS::LogCallbackDelegate (System::String^ msg) |
Utility API's independent of the DDS standard.
| enum NDDS::LogVerbosity : UINT32 |
The verbosities at which RTI Connext diagnostic information is logged.
| enum NDDS::LogLevel : UINT32 |
Level category assigned to RTI Connext log messages returned to an output device.
| enum NDDS::LogCategory : UINT32 |
Categories of logged messages.
The NDDS::ConfigLogger::get_verbosity_by_category and NDDS::ConfigLogger::set_verbosity_by_category can be used to specify different verbosities for different categories of messages.
| enum NDDS::LogPrintFormat : UINT32 |
The format used to output RTI Connext diagnostic information.
| public delegate System::Int32 NDDS::LogCallbackDelegate | ( | System::String^ | msg | ) |
Delegate for handling log messages