RTI Connext DDS Micro C++ API
Version 4.1.0
|
The System Properties. More...
#include <osapi_system.h>
Public Attributes | |
struct OSAPI_TimerProperty | timer_property |
char | hostname [OSAPI_SYSTEM_MAX_HOSTNAME] |
The hostname for the node. | |
RTI_INT32 | max_user_blocking_threads |
The maximum number of application blocking threads. |
The System Properties.
System properties
struct OSAPI_TimerProperty OSAPI_SystemProperty::timer_property |
The timer properties control the time thread running the internal RTI Connext DDS Micro timer tick. Note that each port of RTI Connext DDS Micro may choose to implement the timer tick differently. Please refer to platform specifc information for details.
char OSAPI_SystemProperty::hostname[OSAPI_SYSTEM_MAX_HOSTNAME] |
The hostname for the node.
RTI Connext DDS Micro 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.