SObjectizer  5.5
Classes | Namespaces | Typedefs | Functions
agent_coop_notifications.hpp File Reference

Agent cooperation notifications definition. More...

#include <so_5/rt/h/agent_coop.hpp>
#include <so_5/rt/h/mbox.hpp>

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)
 

Detailed Description

Agent cooperation notifications definition.

Since
v.5.2.3