|
iceoryx2
C++ Language Bindings
|
#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 |
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.
| 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.
| auto iox2::config::Blackboard::max_readers | ( | ) | && -> size_t |
The maximum amount of supported [Reader]s.
| void iox2::config::Blackboard::set_max_nodes | ( | size_t | value | ) | && |
Set the maximum amount of supported [Node]s.
| void iox2::config::Blackboard::set_max_readers | ( | size_t | value | ) | && |
Set the maximum amount of supported [Reader]s.
|
friend |
Definition at line 389 of file config.hpp.