|
iceoryx2
C++ Language Bindings
|
This is the complete list of members for iox2::Node< T >, including all inherited members.
| blocking_cleanup_dead_nodes(iox2::bb::Duration timeout) -> CleanupState | iox2::Node< T > | |
| config() const -> ConfigView | iox2::Node< T > | |
| force_remove_service(const iox2::ServiceName &name, iox2::MessagingPattern messaging_pattern) const -> iox2::bb::Expected< bool, ServiceRemoveError > | iox2::Node< T > | |
| id() const -> UniqueNodeId | iox2::Node< T > | |
| list(ConfigView config, const iox2::bb::StaticFunction< CallbackProgression(NodeState< T >)> &callback) -> bb::Expected< void, NodeListFailure > | iox2::Node< T > | static |
| name() const -> NodeNameView | iox2::Node< T > | |
| Node(Node &&) noexcept | iox2::Node< T > | |
| Node(const Node &)=delete | iox2::Node< T > | |
| NodeBuilder | iox2::Node< T > | friend |
| operator=(Node &&) noexcept -> Node & | iox2::Node< T > | |
| operator=(const Node &) -> Node &=delete | iox2::Node< T > | |
| service_builder(const ServiceName &name) const -> ServiceBuilder< T > | iox2::Node< T > | |
| signal_handling_mode() const -> SignalHandlingMode | iox2::Node< T > | |
| try_cleanup_dead_nodes() -> CleanupState | iox2::Node< T > | |
| wait(iox2::bb::Duration cycle_time) const -> bb::Expected< void, NodeWaitFailure > | iox2::Node< T > | |
| ~Node() | iox2::Node< T > |