Alex exoskeleton
ALEX SoftwareDocumentation
Transition.cpp
Go to the documentation of this file.
1 
2 //
3 // Created by William Campbell on 2019-09-24.
4 //
5 
6 #include "Transition.h"
7 
9  return target;
10 };
State * getTarget(void)
Definition: Transition.cpp:8
State * target
Definition: Transition.h:40
Abstract class representing a state in a StateMachine.
Definition: State.h:30