#include <yarp/manager/execstate.h>
Inheritance diagram for yarp::manager::Dying:Public Member Functions | |
| Dying (Executable *pExecutable, FSM::IEventSink *pEventSink) | |
| Class Dying. More... | |
| ~Dying () override | |
| void | refresh () override |
| void | kill () override |
| void | moduleFailed () override |
| void | stopModule () override |
| void | killModule () override |
| void | disconnectAllPorts () override |
Public Member Functions inherited from yarp::manager::ITransition | |
| virtual | ~ITransition ()=default |
| virtual void | connectionFailed (void *which) |
| virtual void | start () |
| virtual void | stop () |
| virtual void | startModule () |
| virtual void | connectAllPorts () |
Public Member Functions inherited from FSM::StateBase | |
| StateBase (IEventSink *pEventSink, const char *szName=nullptr) | |
| virtual | ~StateBase ()=default |
| const char * | getName () |
Additional Inherited Members | |
Protected Member Functions inherited from FSM::StateBase | |
| void | castEvent (Event *event) |
class Dying
Definition at line 156 of file execstate.h.
| Dying::Dying | ( | Executable * | pExecutable, |
| FSM::IEventSink * | pEventSink | ||
| ) |
Class Dying.
Definition at line 390 of file execstate.cpp.
|
overridedefault |
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 445 of file execstate.cpp.
|
overridevirtual |
Implements yarp::manager::ITransition.
Definition at line 480 of file execstate.cpp.
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 424 of file execstate.cpp.
|
overridevirtual |
Implements yarp::manager::ITransition.
Definition at line 482 of file execstate.cpp.
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 469 of file execstate.cpp.
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 399 of file execstate.cpp.