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

4channel Joystick data More...

#include <joysticks.h>

Inheritance diagram for Joysticks:
Inheritance graph
[legend]

Public Member Functions

 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 channel1
 First channel. More...
 
double channel2
 Second channel. More...
 
double channel3
 Third channel. More...
 
double channel4
 Fourth channel. More...
 

Detailed Description

4channel Joystick data

Constructor & Destructor Documentation

Joysticks::Joysticks ( )
inline

Constructor that implicitly instantiates channels to zero.

Joysticks::Joysticks ( double  channel1,
double  channel2,
double  channel3,
double  channel4 
)
inline

Constructor that explicitly takes in states.

Parameters
channel1First channel
channel2Second channel
channel3Third channel
channel4Fourth channel

Member Data Documentation

double Joysticks::channel1

First channel.

double Joysticks::channel2

Second channel.

double Joysticks::channel3

Third channel.

double Joysticks::channel4

Fourth channel.


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