Alex exoskeleton
ALEX SoftwareDocumentation
Public Attributes | List of all members
button_states Struct Reference

Describes the state of a set of buttons which include a Green, Yellow, Blue and Red. Used within the Buttons class. - Not currently used. More...

#include <Buttons.h>

Collaboration diagram for button_states:
Collaboration graph

Public Attributes

int gButton
 
int yButton
 
int bButton
 
int rButton
 

Detailed Description

Describes the state of a set of buttons which include a Green, Yellow, Blue and Red. Used within the Buttons class. - Not currently used.

The Button class represents an array of I/O buttons This class can be implemented to any I/O hardware needed.

Version 0.1 Date: 07/04/2020

Todo:
Complete implementation

Definition at line 20 of file Buttons.h.

Member Data Documentation

int button_states::bButton

Definition at line 23 of file Buttons.h.

int button_states::gButton

Definition at line 21 of file Buttons.h.

int button_states::rButton

Definition at line 24 of file Buttons.h.

int button_states::yButton

Definition at line 22 of file Buttons.h.


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