YARP
Yet Another Robot Platform
yarp::manager::EventFactory Class Reference

#include <yarp/manager/execstate.h>

Static Public Attributes

static FSM::EventstartEvent = new Event("start")
 Initializing event factory. More...
 
static FSM::EventstopEvent = new Event("stop")
 
static FSM::EventkillEvent = new Event("kill")
 
static FSM::EventfailedEvent = new Event("failed")
 
static FSM::EventrecoverEvent = new Event("recover")
 
static FSM::EventstartModuleEventOk = new Event("startModule:ok")
 
static FSM::EventstartModuleEventFailed = new Event("startModule:failed")
 
static FSM::EventstopModuleEventOk = new Event("stopModule:ok")
 
static FSM::EventstopModuleEventFailed = new Event("stopModule:failed")
 
static FSM::EventkillModuleEventOk = new Event("killModule:ok")
 
static FSM::EventkillModuleEventFailed = new Event("killModule:failed")
 
static FSM::EventconnectAllPortsEventOk = new Event("connectAllPorts:ok")
 
static FSM::EventconnectAllPortsEventFailed = new Event("connectAllPorts:failed")
 
static FSM::EventdisconnectAllPortsEventOk = new Event("disconnectAllPorts:ok")
 

Detailed Description

Definition at line 43 of file execstate.h.

Member Data Documentation

◆ connectAllPortsEventFailed

Event * EventFactory::connectAllPortsEventFailed = new Event("connectAllPorts:failed")
static

Definition at line 58 of file execstate.h.

◆ connectAllPortsEventOk

Event * EventFactory::connectAllPortsEventOk = new Event("connectAllPorts:ok")
static

Definition at line 57 of file execstate.h.

◆ disconnectAllPortsEventOk

Event * EventFactory::disconnectAllPortsEventOk = new Event("disconnectAllPorts:ok")
static

Definition at line 59 of file execstate.h.

◆ failedEvent

Event * EventFactory::failedEvent = new Event("failed")
static

Definition at line 49 of file execstate.h.

◆ killEvent

Event * EventFactory::killEvent = new Event("kill")
static

Definition at line 48 of file execstate.h.

◆ killModuleEventFailed

Event * EventFactory::killModuleEventFailed = new Event("killModule:failed")
static

Definition at line 56 of file execstate.h.

◆ killModuleEventOk

Event * EventFactory::killModuleEventOk = new Event("killModule:ok")
static

Definition at line 55 of file execstate.h.

◆ recoverEvent

Event * EventFactory::recoverEvent = new Event("recover")
static

Definition at line 50 of file execstate.h.

◆ startEvent

Event * EventFactory::startEvent = new Event("start")
static

Initializing event factory.

Definition at line 46 of file execstate.h.

◆ startModuleEventFailed

Event * EventFactory::startModuleEventFailed = new Event("startModule:failed")
static

Definition at line 52 of file execstate.h.

◆ startModuleEventOk

Event * EventFactory::startModuleEventOk = new Event("startModule:ok")
static

Definition at line 51 of file execstate.h.

◆ stopEvent

Event * EventFactory::stopEvent = new Event("stop")
static

Definition at line 47 of file execstate.h.

◆ stopModuleEventFailed

Event * EventFactory::stopModuleEventFailed = new Event("stopModule:failed")
static

Definition at line 54 of file execstate.h.

◆ stopModuleEventOk

Event * EventFactory::stopModuleEventOk = new Event("stopModule:ok")
static

Definition at line 53 of file execstate.h.


The documentation for this class was generated from the following files: