SubZero Common
Common library components for an FRC CommandRobot
|
#include <InputUtils.h>
Public Attributes | |
double | x |
double | y |
bool | deadzoneApplied |
Definition at line 7 of file InputUtils.h.
bool subzero::InputUtils::DeadzoneAxes::deadzoneApplied |
Definition at line 10 of file InputUtils.h.
double subzero::InputUtils::DeadzoneAxes::x |
Definition at line 8 of file InputUtils.h.
double subzero::InputUtils::DeadzoneAxes::y |
Definition at line 9 of file InputUtils.h.