iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::config::Blackboard Class Reference

#include <config.hpp>

Public Member Functions

auto max_readers () &&-> size_t
 The maximum amount of supported [Reader]s.
 
void set_max_readers (size_t value) &&
 Set the maximum amount of supported [Reader]s.
 
auto max_nodes () &&-> size_t
 
void set_max_nodes (size_t value) &&
 Set the maximum amount of supported [Node]s.
 

Friends

class Defaults
 

Detailed Description

Default settings for the blackboard messaging pattern. These settings are used unless the user specifies custom QoS or port settings.

Definition at line 376 of file config.hpp.

Member Function Documentation

◆ max_nodes()

auto iox2::config::Blackboard::max_nodes ( ) && -> size_t

The maximum amount of supported [Node]s. Defines indirectly how many processes can open the service at the same time.

◆ max_readers()

auto iox2::config::Blackboard::max_readers ( ) && -> size_t

The maximum amount of supported [Reader]s.

◆ set_max_nodes()

void iox2::config::Blackboard::set_max_nodes ( size_t  value) &&

Set the maximum amount of supported [Node]s.

◆ set_max_readers()

void iox2::config::Blackboard::set_max_readers ( size_t  value) &&

Set the maximum amount of supported [Reader]s.

Friends And Related Symbol Documentation

◆ Defaults

friend class Defaults
friend

Definition at line 389 of file config.hpp.


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