Alex exoskeleton
ALEX SoftwareDocumentation
Classes
Event.h File Reference
#include "StateMachine.h"
Include dependency graph for Event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Event
 Abstract class for events used as StateMachine triggers to transition between states. Events must be explicitly tied to a current State and state to transition to once the event has been triggered. This is done using a Transition object in a designed StateMachine. More...
 

Detailed Description

Author
William Campbell
Version
0.1
Date
2020-09-24 For more detail on the architecture and mechanics of the state machine class see: https://embeded.readthedocs.io/en/latest/StaeMachines/.

Definition in file Event.h.