RTI Connext DDS Micro C++ API
Version 4.1.0
|
System API. More...
#include <osapi_system.h>
Public Attributes | |
OSAPI_System_start_timer_T | start_timer |
Implementation of function to start a timer. | |
OSAPI_System_get_timer_resolution_T | get_timer_resolution |
Implementation of function to get timer resolution. | |
OSAPI_System_get_time_T | get_time |
Implementation of function to get the current time. | |
OSAPI_System_generate_uuid_T | generate_uuid |
Implementation of function to generate a UUID. | |
OSAPI_System_get_hostname_T | get_hostname |
Implementation of function to get the hostname. | |
OSAPI_System_get_ticktime_T | get_ticktime |
Implementation of function to get the tick time. |
System API.
The methods in this interface are called by the corresponding OSAPI_System function. For example, OSAPI_System_get_time() calls system->get_time().
OSAPI_System_start_timer_T OSAPI_SystemI::start_timer |
Implementation of function to start a timer.
OSAPI_System_get_timer_resolution_T OSAPI_SystemI::get_timer_resolution |
Implementation of function to get timer resolution.
OSAPI_System_get_time_T OSAPI_SystemI::get_time |
Implementation of function to get the current time.
OSAPI_System_generate_uuid_T OSAPI_SystemI::generate_uuid |
Implementation of function to generate a UUID.
OSAPI_System_get_hostname_T OSAPI_SystemI::get_hostname |
Implementation of function to get the hostname.
OSAPI_System_get_ticktime_T OSAPI_SystemI::get_ticktime |
Implementation of function to get the tick time.