RTI Connext DDS Micro C++ API  Version 4.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
OSAPI_SystemProperty Struct Reference

The System Properties. More...

#include <osapi_system.h>

List of all members.

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.

Detailed Description

The System Properties.

System properties


Member Data Documentation

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.


RTI Connext DDS Micro C++ API Version 4.1.0 Copyright © Sun Dec 8 2024 Real-Time Innovations, Inc