|
iceoryx2
C++ Language Bindings
|
All configurable settings of a [Service].
More...
#include <config.hpp>
Public Member Functions | |
| auto | flatbuffer_schema_path () &&-> bb::Optional< const char * > |
| void | set_flatbuffer_schema_path (bb::Optional< bb::Path > value) && |
| Set the flatbuffer schema lookup path. | |
| auto | directory () &&-> const char * |
| The directory in which all service files are stored. | |
| void | set_directory (const iox2::bb::Path &value) && |
| Set the directory in which all service files are stored. | |
| auto | data_segment_suffix () &&-> const char * |
| The suffix of the ports data segment. | |
| void | set_data_segment_suffix (const iox2::bb::FileName &value) && |
| Set the suffix of the ports data segment. | |
| auto | static_config_storage_suffix () &&-> const char * |
| The suffix of the static config file. | |
| void | set_static_config_storage_suffix (const iox2::bb::FileName &value) && |
| Set the suffix of the static config file. | |
| auto | dynamic_config_storage_suffix () &&-> const char * |
| The suffix of the dynamic config file. | |
| void | set_dynamic_config_storage_suffix (const iox2::bb::FileName &value) && |
| Set the suffix of the dynamic config file. | |
| auto | connection_suffix () &&-> const char * |
| The suffix of a one-to-one connection. | |
| void | set_connection_suffix (const iox2::bb::FileName &value) && |
| Set the suffix of a one-to-one connection. | |
| auto | event_connection_suffix () &&-> const char * |
| The suffix of a one-to-one connection. | |
| void | set_event_connection_suffix (const iox2::bb::FileName &value) && |
| Set the suffix of a one-to-one connection. | |
| auto | cleanup_dead_nodes_on_open () &&-> bool |
| void | set_cleanup_dead_nodes_on_open (bool value) && |
Friends | |
| class | Global |
All configurable settings of a [Service].
Definition at line 80 of file config.hpp.
| auto iox2::config::Service::cleanup_dead_nodes_on_open | ( | ) | && -> bool |
When true, the ServiceBuilder will clean up dead nodes when opening an existing service.
| auto iox2::config::Service::connection_suffix | ( | ) | && -> const char * |
The suffix of a one-to-one connection.
| auto iox2::config::Service::data_segment_suffix | ( | ) | && -> const char * |
The suffix of the ports data segment.
| auto iox2::config::Service::directory | ( | ) | && -> const char * |
The directory in which all service files are stored.
| auto iox2::config::Service::dynamic_config_storage_suffix | ( | ) | && -> const char * |
The suffix of the dynamic config file.
| auto iox2::config::Service::event_connection_suffix | ( | ) | && -> const char * |
The suffix of a one-to-one connection.
| auto iox2::config::Service::flatbuffer_schema_path | ( | ) | && -> bb::Optional< const char * > |
A list of directories where iceoryx2 will look for .fbs flatbuffer schemas. If no path is provided, iceoryx2 will perform no lookup and the user must explicitly define the path to the flatbuffer schemas.
| void iox2::config::Service::set_cleanup_dead_nodes_on_open | ( | bool | value | ) | && |
Sets if dead nodes shall be cleaned up whenever the ServiceBuilder opens an existing service.
| void iox2::config::Service::set_connection_suffix | ( | const iox2::bb::FileName & | value | ) | && |
Set the suffix of a one-to-one connection.
| void iox2::config::Service::set_data_segment_suffix | ( | const iox2::bb::FileName & | value | ) | && |
Set the suffix of the ports data segment.
| void iox2::config::Service::set_directory | ( | const iox2::bb::Path & | value | ) | && |
Set the directory in which all service files are stored.
| void iox2::config::Service::set_dynamic_config_storage_suffix | ( | const iox2::bb::FileName & | value | ) | && |
Set the suffix of the dynamic config file.
| void iox2::config::Service::set_event_connection_suffix | ( | const iox2::bb::FileName & | value | ) | && |
Set the suffix of a one-to-one connection.
| void iox2::config::Service::set_flatbuffer_schema_path | ( | bb::Optional< bb::Path > | value | ) | && |
Set the flatbuffer schema lookup path.
| void iox2::config::Service::set_static_config_storage_suffix | ( | const iox2::bb::FileName & | value | ) | && |
Set the suffix of the static config file.
| auto iox2::config::Service::static_config_storage_suffix | ( | ) | && -> const char * |
The suffix of the static config file.
|
friend |
Definition at line 120 of file config.hpp.