ASCO Aerial Autonomy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JoysticksYaw Struct Reference

Combined joystick and yaw data. More...

#include <joysticks_yaw.h>

Inheritance diagram for JoysticksYaw:
Inheritance graph
[legend]
Collaboration diagram for JoysticksYaw:
Collaboration graph
[legend]

Public Member Functions

 JoysticksYaw ()
 constructor that takes implicitly instantiates joystick and yaw data More...
 
 JoysticksYaw (double channel1, double channel2, double channel3, double channel4, double yaw)
 Explicitly take in channel, yaw data. More...
 
- Public Member Functions inherited from Joysticks
 Joysticks ()
 Constructor that implicitly instantiates channels to zero. More...
 
 Joysticks (double channel1, double channel2, double channel3, double channel4)
 Constructor that explicitly takes in states. More...
 

Public Attributes

double yaw
 Yaw data stored internally. More...
 
- Public Attributes inherited from Joysticks
double channel1
 First channel. More...
 
double channel2
 Second channel. More...
 
double channel3
 Third channel. More...
 
double channel4
 Fourth channel. More...
 

Detailed Description

Combined joystick and yaw data.

Constructor & Destructor Documentation

JoysticksYaw::JoysticksYaw ( )
inline

constructor that takes implicitly instantiates joystick and yaw data

JoysticksYaw::JoysticksYaw ( double  channel1,
double  channel2,
double  channel3,
double  channel4,
double  yaw 
)
inline

Explicitly take in channel, yaw data.

Parameters
channel1First Channel
channel2Second Channel
channel3Third Channel
channel4Fourth Channel
yawYaw data

Member Data Documentation

double JoysticksYaw::yaw

Yaw data stored internally.


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