iceoryx_binding_c 2.0.5
Loading...
Searching...
No Matches
Public Attributes | List of all members
iox_pub_options_t Struct Reference

options to be set for a publisher More...

#include <iceoryx_binding_c/publisher.h>

Public Attributes

uint64_t historyCapacity
 Size of the history chunk queue.
 
const char * nodeName
 Name of the node the publisher belongs to.
 
bool offerOnCreate
 The option whether the publisher should already be offered when creating it.
 
ENUM iox_ConsumerTooSlowPolicy subscriberTooSlowPolicy
 describes whether a publisher blocks when subscriber queue is full
 
uint64_t initCheck
 this value will be set exclusively by iox_pub_options_init and is not supposed to be modified otherwise
 

Detailed Description

options to be set for a publisher

Member Data Documentation

◆ nodeName

const char* iox_pub_options_t::nodeName

Name of the node the publisher belongs to.

Note
nullptr indicates that the default node name is used

The documentation for this struct was generated from the following file: