RTI Connext DDS Micro C API
Version 3.0.0
|
#include <osapi_system.h>
Data Fields | |
struct OSAPI_TimerProperty | timer_property |
Set the timer properties. | |
char | hostname [OSAPI_SYSTEM_MAX_HOSTNAME] |
Set the hostname for the node. | |
RTI_INT32 | max_user_blocking_threads |
The maximum number of application blocking threads. |
System properties
struct OSAPI_TimerProperty OSAPI_SystemProperty::timer_property |
Set the timer properties.
char OSAPI_SystemProperty::hostname[OSAPI_SYSTEM_MAX_HOSTNAME] |
Set the hostname for the node.
RTI Connext DDS Micro Secure uses this name when it announces itself on the network. This name is used by other RTI products. The hostname must not exceed OSAPI_SYSTEM_MAX_HOSTNAME, including the \0 character.
RTI_INT32 OSAPI_SystemProperty::max_user_blocking_threads |
The maximum number of application blocking threads.