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

#include <yarp/manager/execstate.h>

Static Public Attributes

static FSM::Event * startEvent = new Event("start")
 Initializing event factory. More...
 
static FSM::Event * stopEvent = new Event("stop")
 
static FSM::Event * killEvent = new Event("kill")
 
static FSM::Event * failedEvent = new Event("failed")
 
static FSM::Event * recoverEvent = new Event("recover")
 
static FSM::Event * startModuleEventOk = new Event("startModule:ok")
 
static FSM::Event * startModuleEventFailed = new Event("startModule:failed")
 
static FSM::Event * stopModuleEventOk = new Event("stopModule:ok")
 
static FSM::Event * stopModuleEventFailed = new Event("stopModule:failed")
 
static FSM::Event * killModuleEventOk = new Event("killModule:ok")
 
static FSM::Event * killModuleEventFailed = new Event("killModule:failed")
 
static FSM::Event * connectAllPortsEventOk = new Event("connectAllPorts:ok")
 
static FSM::Event * connectAllPortsEventFailed = new Event("connectAllPorts:failed")
 
static FSM::Event * disconnectAllPortsEventOk = 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: