HOG2
Public Member Functions | Public Attributes | List of all members
airplaneAction Struct Reference

#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
 

Detailed Description

Definition at line 27 of file Airplane.h.

Constructor & Destructor Documentation

◆ airplaneAction()

airplaneAction::airplaneAction ( int8_t  t = 0,
int8_t  s = 0,
int8_t  h = 0 
)
inline

Definition at line 29 of file Airplane.h.

Member Data Documentation

◆ height

int8_t airplaneAction::height

Definition at line 33 of file Airplane.h.

Referenced by AirplaneEnvironment::ApplyAction().

◆ speed

int8_t airplaneAction::speed

Definition at line 32 of file Airplane.h.

◆ turn

int8_t airplaneAction::turn

Definition at line 31 of file Airplane.h.

Referenced by AirplaneEnvironment::ApplyAction().


The documentation for this struct was generated from the following file: