EEROS  1.0.0.0
API for the EEROS Real-Time Robotics Framework
eeros::hal::XBoxState Struct Reference

#include <XBox.hpp>

Public Attributes

double axis [XBOX_AXIS_COUNT]
 
bool button_state [XBOX_BUTTON_COUNT]
 
bool button_up [XBOX_BUTTON_COUNT]
 
bool button_down [XBOX_BUTTON_COUNT]
 

Static Public Attributes

static const double axis_max = 0x7fff
 

Member Data Documentation

double eeros::hal::XBoxState::axis[XBOX_AXIS_COUNT]
const double XBoxState::axis_max = 0x7fff
static
bool eeros::hal::XBoxState::button_down[XBOX_BUTTON_COUNT]
bool eeros::hal::XBoxState::button_state[XBOX_BUTTON_COUNT]
bool eeros::hal::XBoxState::button_up[XBOX_BUTTON_COUNT]

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