HOG2
|
#include <Airplane.h>
Public Member Functions | |
airplaneAction (int8_t t=0, int8_t s=0, int8_t h=0) | |
Public Attributes | |
int8_t | turn |
int8_t | speed |
int8_t | height |
Definition at line 27 of file Airplane.h.
|
inline |
Definition at line 29 of file Airplane.h.
int8_t airplaneAction::height |
Definition at line 33 of file Airplane.h.
Referenced by AirplaneEnvironment::ApplyAction().
int8_t airplaneAction::speed |
Definition at line 32 of file Airplane.h.
int8_t airplaneAction::turn |
Definition at line 31 of file Airplane.h.
Referenced by AirplaneEnvironment::ApplyAction().