#include <yarp/manager/execstate.h>
Public Member Functions | |
Suspended (Executable *pExecutable, FSM::IEventSink *pEventSink) | |
Class Suspended. More... | |
~Suspended () override | |
void | start () override |
void | stop () override |
void | kill () override |
void | refresh () override |
void | moduleFailed () override |
Public Member Functions inherited from yarp::manager::ITransition | |
virtual | ~ITransition ()=default |
virtual void | connectionFailed (void *which) |
virtual void | startModule () |
virtual void | stopModule () |
virtual void | killModule () |
virtual void | connectAllPorts () |
virtual void | disconnectAllPorts () |
Public Member Functions inherited from FSM::StateBase | |
StateBase (IEventSink *pEventSink, const char *szName=nullptr) | |
virtual | ~StateBase ()=default |
const char * | getName () |
Public Attributes | |
Executable * | executable |
Additional Inherited Members | |
Protected Member Functions inherited from FSM::StateBase | |
void | castEvent (Event *event) |
class Suspended
Definition at line 66 of file execstate.h.
Suspended::Suspended | ( | Executable * | pExecutable, |
FSM::IEventSink * | pEventSink | ||
) |
Class Suspended.
Definition at line 44 of file execstate.cpp.
|
overridedefault |
|
overridevirtual |
Implements yarp::manager::ITransition.
Definition at line 63 of file execstate.cpp.
|
overridevirtual |
Implements yarp::manager::ITransition.
Definition at line 68 of file execstate.cpp.
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 73 of file execstate.cpp.
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 53 of file execstate.cpp.
|
overridevirtual |
Reimplemented from yarp::manager::ITransition.
Definition at line 58 of file execstate.cpp.
Executable* yarp::manager::Suspended::executable |
Definition at line 80 of file execstate.h.