convenient templated base class for supervisor, which owns (stores) all it's child-actors
More...
|
template<size_t ChildIndex> |
auto | get_child () |
|
| SupervisorBase (char *backends, size_t backends_count, ActorBase **actors, details::ChildState *states, size_t actors_count) |
|
QueueBase * | get_queue () |
|
void | initialize () override |
|
void | start (bool poll_timer=false) |
| starts all actors (initialize, wait confirmation etc.) More...
|
|
virtual void | bind (Context &context, ActorId value=0) |
|
uint8_t | bind (ActorId initial_value, SupervisorBase *supervisor, Context &context) override |
|
void | process () |
|
void | advance_init () override |
|
void | advance_start () override |
|
void | advance_stop () override |
|
PlannerBase * | get_planner () |
|
| ActorBase (const ActorBase &)=delete |
|
| ActorBase (ActorBase &&)=delete |
|
virtual void | initialize () |
|
virtual uint8_t | bind (ActorId initial_value, SupervisorBase *supervisor, Context &context) |
|
ActorId | get_id () const |
|
State | get_state () const |
|
FailPolicy | get_fail_policy () const |
|
void | set_fail_policy (FailPolicy value) |
|
void | stop () |
|
template<typename Ctx > |
EventId | add_event (Duration delta, Callback callback, void *data) |
|
void | cancel_event (EventId event_id) |
|
template<typename Ctx , typename MessageType , typename... Args> |
bool | send (size_t queue_index, Args... args) |
| emplaces new message into appropriate queue More...
|
|
template<typename Method > |
void | subscribe (Method method) |
|
template<size_t HandlersCount, typename... Actors>
struct rotor_light::Supervisor< HandlersCount, Actors >
convenient templated base class for supervisor, which owns (stores) all it's child-actors