2
3
6
7
8
9
10
11
13#include <so_5/stats/impl/ds_mbox_core_stats.hpp>
15#include <so_5/stats/messages.hpp>
16#include <so_5/stats/std_names.hpp>
18#include <so_5/send_functions.hpp>
36 const mbox_t & distribution_mbox )
mbox_core_stats_t query_stats()
Get statistics for run-time monitoring.
A data source for distributing information about mbox_core.
ds_mbox_core_stats_t(so_5::impl::mbox_core_t &what)
so_5::impl::mbox_core_t & m_what
void distribute(const mbox_t &distribution_mbox) override
Send appropriate notification about the current value.
Details of SObjectizer run-time implementations.
Internal implementation of run-time monitoring and statistics related stuff.
Declarations of messages used by run-time monitoring and statistics.
Predefined prefixes of data-sources.
SO_5_FUNC prefix_t mbox_repository()
Prefix of data sources with statistics for mboxes repository.
Predefined suffixes of data-sources.
SO_5_FUNC suffix_t named_mbox_count()
Suffix for data source with count of named mboxes.
All stuff related to run-time monitoring and statistics.
Private part of message limit implementation.
void send(Target &&to, Args &&... args)
A utility function for creating and delivering a message or a signal.
std::size_t m_named_mbox_count
Count of named mboxes.
A message with value of some quantity.