RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
OSAPI_SystemI Struct Reference

<<cert>> System API. More...

#include <osapi_system.h>

Data Fields

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.
 

Detailed Description

<<cert>> 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().

Field Documentation

◆ start_timer

OSAPI_System_start_timer_T OSAPI_SystemI::start_timer

Implementation of function to start a timer.

◆ get_timer_resolution

OSAPI_System_get_timer_resolution_T OSAPI_SystemI::get_timer_resolution

Implementation of function to get timer resolution.

◆ get_time

OSAPI_System_get_time_T OSAPI_SystemI::get_time

Implementation of function to get the current time.

◆ generate_uuid

OSAPI_System_generate_uuid_T OSAPI_SystemI::generate_uuid

Implementation of function to generate a UUID.

◆ get_hostname

OSAPI_System_get_hostname_T OSAPI_SystemI::get_hostname

Implementation of function to get the hostname.

◆ get_ticktime

OSAPI_System_get_ticktime_T OSAPI_SystemI::get_ticktime

Implementation of function to get the tick time.