|
SObjectizer
5.8
|
Functions | |
| void | append_dummy_limit_for_state_timeout_msg (so_5::message_limit::description_container_t &original_descriptions) |
| Check presence of limit for msg_state_timeout and add it if there is no such a limit. | |
| std::tuple< so_5::message_limit::description_container_t, std::optional< so_5::message_limit::description_t > > | prepare (so_5::message_limit::description_container_t original_descriptions) |
|
inline |
Check presence of limit for msg_state_timeout and add it if there is no such a limit.
The addition of a pseudo-limit for so_5::details::msg_state_timeout is neccessary to avoid exceptions during an attempt to make a subscription for it when message limits are used.
Definition at line 270 of file std_message_sinks.hpp.
|
inlinenodiscard |
Returns sorted array as the first item of the result tuple.
If there is a description for any_unspecified_message type then this description is removed from original_descriptions and it is returned as the second item of the result tuple.
Throws if there is a duplicate in the original_descriptions.
Definition at line 312 of file std_message_sinks.hpp.