Creates a new [Node].
More...
#include <node.hpp>
Creates a new [Node].
Definition at line 113 of file node.hpp.
◆ NodeBuilder() [1/3]
| iox2::NodeBuilder::NodeBuilder |
( |
| ) |
|
◆ NodeBuilder() [2/3]
◆ ~NodeBuilder()
| iox2::NodeBuilder::~NodeBuilder |
( |
| ) |
|
|
default |
◆ NodeBuilder() [3/3]
◆ config()
| auto iox2::NodeBuilder::config |
( |
const Config |
value | ) |
-> decltype(auto) |
◆ create()
Creates a new [Node] for a specified [ServiceType].
◆ name()
| auto iox2::NodeBuilder::name |
( |
const NodeName |
value | ) |
-> decltype(auto) |
The [NodeName] that shall be assigned to the [Node]. It does not have to be unique. If no [NodeName] is defined then the [Node] does not have a name.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ signal_handling_mode()
| auto iox2::NodeBuilder::signal_handling_mode |
( |
const SignalHandlingMode |
value | ) |
-> decltype(auto) |
Defines the [SignalHandlingMode] for the [Node]. It affects the [Node::wait()] call that returns any received signal via its [NodeWaitFailure]
The documentation for this class was generated from the following file: