|
SObjectizer 5.8
|
Predefined suffixes of data-sources. More...
Functions | |
| SO_5_FUNC suffix_t | coop_count () |
| Suffix for data source with count of cooperations. | |
| SO_5_FUNC suffix_t | coop_final_dereg_count () |
| Suffix for data source with count of cooperations waiting the final deregistration step and removement from coops registry. | |
| SO_5_FUNC suffix_t | named_mbox_count () |
| Suffix for data source with count of named mboxes. | |
| SO_5_FUNC suffix_t | agent_count () |
| Suffix for data source with count of agents bound to some entity. | |
| SO_5_FUNC suffix_t | disp_active_group_count () |
| Suffix for data source with count of active groups in an active_group dispatcher. | |
| SO_5_FUNC suffix_t | work_thread_queue_size () |
| Suffix for data source with count of demands in a working thread event queue. | |
| SO_5_FUNC suffix_t | work_thread_activity () |
| Suffix for data source with work thread activity statistics. | |
| SO_5_FUNC suffix_t | disp_thread_count () |
| Suffix for data source with count of work threads for dispatcher. | |
| SO_5_FUNC suffix_t | timer_single_shot_count () |
| Suffix for data source with count of single-shot timers. | |
| SO_5_FUNC suffix_t | timer_periodic_count () |
| Suffix for data source with count of periodic timers. | |
| SO_5_FUNC suffix_t | demand_quote () |
| Suffix for data source with size of quote for demands processing. | |
Predefined suffixes of data-sources.
Suffix for data source with count of agents bound to some entity.
Definition at line 66 of file std_names.cpp.
Suffix for data source with count of cooperations.
Definition at line 48 of file std_names.cpp.
Suffix for data source with count of cooperations waiting the final deregistration step and removement from coops registry.
Definition at line 54 of file std_names.cpp.
Suffix for data source with size of quote for demands processing.
This suffix is used in prio_one_thread::quoted_round_robin dispatcher.
Definition at line 108 of file std_names.cpp.
Suffix for data source with count of active groups in an active_group dispatcher.
Definition at line 72 of file std_names.cpp.
Suffix for data source with count of work threads for dispatcher.
Definition at line 90 of file std_names.cpp.
Suffix for data source with count of named mboxes.
Definition at line 60 of file std_names.cpp.
Suffix for data source with count of periodic timers.
Definition at line 102 of file std_names.cpp.
Suffix for data source with count of single-shot timers.
Definition at line 96 of file std_names.cpp.
Suffix for data source with work thread activity statistics.
Definition at line 84 of file std_names.cpp.
Suffix for data source with count of demands in a working thread event queue.
Definition at line 78 of file std_names.cpp.