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

#include <osapi_system.h>

List of all members.

Public Attributes

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.

Detailed Description

System properties


Member Data Documentation

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 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 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc