13#ifndef IOX2_DYNAMIC_CONFIG_BLACKBOARD_HPP
14#define IOX2_DYNAMIC_CONFIG_BLACKBOARD_HPP
59 iox2_port_factory_blackboard_h m_handle =
nullptr;
auto operator=(DynamicConfigBlackboard &&) -> DynamicConfigBlackboard &=delete
DynamicConfigBlackboard(DynamicConfigBlackboard &&)=default
~DynamicConfigBlackboard()=default
void list_readers(const iox2::bb::StaticFunction< CallbackProgression(ReaderDetailsView)> &callback) const
auto number_of_readers() const -> uint64_t
Returns how many [Reader] ports are currently connected.
auto number_of_writers() const -> uint64_t
Returns how many [Writer] ports are currently connected.
void list_writers(const iox2::bb::StaticFunction< CallbackProgression(WriterDetailsView)> &callback) const
DynamicConfigBlackboard(const DynamicConfigBlackboard &)=delete
auto operator=(const DynamicConfigBlackboard &) -> DynamicConfigBlackboard &=delete
Represents the port factory of a [Service] with [MessagingPattern::Blackboard].
Contains the communication settings of the connected [Reader].
Contains the communication settings of the connected [Writer].