13#ifndef IOX2_STATIC_CONFIG_REQUEST_RESPONSE_HPP
14#define IOX2_STATIC_CONFIG_REQUEST_RESPONSE_HPP
68 template <
ServiceType, typename, typename, typename, typename>
74 iox2_static_config_request_response_t m_value;
78auto operator<<(std::ostream& stream, const
iox2::StaticConfigRequestResponse& value) -> std::ostream&;
Contains all type information to the header and payload type.
auto max_borrowed_responses_per_pending_responses() const -> uint64_t
auto has_safe_overflow_for_requests() const -> bool
auto max_nodes() const -> uint64_t
Returns the maximum number of supported [Node]s for the [Service].
auto max_clients() const -> uint64_t
Returns the maximum number of supported [Client] ports for the [Service].
auto max_active_requests_per_client() const -> uint64_t
Returns the maximum of active requests a [Server] can hold in parallel per [Client].
auto has_safe_overflow_for_responses() const -> bool
auto response_message_type_details() const -> MessageTypeDetails
Returns the response type details of the [Service].
auto max_servers() const -> uint64_t
Returns the maximum number of supported [Server] ports for the [Service].
auto max_response_buffer_size() const -> uint64_t
Returns the maximum buffer size for responses for a [PendingResponse].
auto does_support_fire_and_forget_requests() const -> bool
auto request_message_type_details() const -> MessageTypeDetails
Returns the request type details of the [Service].
auto max_loaned_requests() const -> uint64_t
Returns the maximum number of [RequestMut] a [Client] can loan in parallel.
Defines a common set of static service configuration details every service shares.