SObjectizer
5.5
|
Agent cooperation notifications definition. More...
Go to the source code of this file.
Classes | |
struct | so_5::msg_coop_registered |
Message about cooperation registration completion. More... | |
struct | so_5::msg_coop_deregistered |
Message about cooperation deregistration completion. More... | |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::rt | |
All code related to implementation of SObjectizer run-time. | |
Typedefs | |
using | so_5::rt::msg_coop_registered = so_5::msg_coop_registered |
using | so_5::rt::msg_coop_deregistered = so_5::msg_coop_deregistered |
Functions | |
SO_5_FUNC coop_reg_notificator_t | so_5::make_coop_reg_notificator ( const mbox_t &mbox) |
Create notificator about cooperation registration completion. More... | |
SO_5_FUNC coop_dereg_notificator_t | so_5::make_coop_dereg_notificator ( const mbox_t &mbox) |
Create notificator about cooperation deregistration completion. More... | |
so_5::coop_reg_notificator_t | so_5::rt::make_coop_reg_notificator (const mbox_t &mbox) |
coop_dereg_notificator_t | so_5::rt::make_coop_dereg_notificator (const mbox_t &mbox) |
Agent cooperation notifications definition.