13#ifndef IOX2_STATIC_CONFIG_BLACKBOARD_HPP
14#define IOX2_STATIC_CONFIG_BLACKBOARD_HPP
16#include "iox2/iceoryx2.h"
42 iox2_static_config_blackboard_t m_value;
46auto operator<<(std::ostream& stream, const
iox2::StaticConfigBlackboard& value) -> std::ostream&;
Represents the port factory of a [Service] with [MessagingPattern::Blackboard].
auto max_nodes() const -> size_t
auto max_readers() const -> size_t
Returns the maximum supported amount of [Reader] ports.
auto type_details() const -> TypeDetail
Returns the type details of the [Service].
Defines a common set of static service configuration details every service shares.