#include <States.h>
Public Member Functions | |
virtual void | entryAction () |
Running (my_context c) | |
virtual | ~Running () |
smproxy::Running::Running | ( | my_context | c | ) | [inline] |
Definition at line 396 of file States.h.
References smproxy::State< Running, Enabled >::safeEntryAction().
: my_state("Running", c) { safeEntryAction(); }
virtual smproxy::Running::~Running | ( | ) | [inline, virtual] |
Definition at line 398 of file States.h.
References smproxy::State< Running, Enabled >::safeExitAction().
{ safeExitAction(); }
virtual void smproxy::Running::entryAction | ( | ) | [inline, virtual] |
Reimplemented from smproxy::State< Running, Enabled >.
Definition at line 401 of file States.h.
{ outermost_context().setExternallyVisibleStateName("Enabled"); }