|
Open Model Railroad Network (OpenMRN)
|
Return type for a state flow callback. More...
#include <StateFlow.hxx>
Public Member Functions | |
| Action (Callback s) | |
| Constructor. | |
| Callback | next_state () |
| Get the next state for the StateFlowAction. | |
Private Attributes | |
| Callback | nextState_ |
| next state in state flow | |
Return type for a state flow callback.
Definition at line 222 of file StateFlow.hxx.
|
inline |
Constructor.
Definition at line 227 of file StateFlow.hxx.
|
inline |
Get the next state for the StateFlowAction.
Definition at line 233 of file StateFlow.hxx.
|
private |
next state in state flow
Definition at line 240 of file StateFlow.hxx.