Alex exoskeleton
ALEX SoftwareDocumentation
Main Page
Related Pages
Classes
Files
File List
File Members
Refactor
src
libs
stateMachine
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
8
State
*
Transition::getTarget
(
void
) {
9
return
target
;
10
};
Transition::getTarget
State * getTarget(void)
Definition:
Transition.cpp:8
Transition::target
State * target
Definition:
Transition.h:40
Transition.h
State
Abstract class representing a state in a StateMachine.
Definition:
State.h:30
Generated by
1.8.11