SubZero Common
Common library components for an FRC CommandRobot
Loading...
Searching...
No Matches
subzero::InputUtils::DeadzoneAxes Struct Reference

#include <InputUtils.h>

Public Attributes

double x
 
double y
 
bool deadzoneApplied
 

Detailed Description

Definition at line 7 of file InputUtils.h.

Member Data Documentation

◆ deadzoneApplied

bool subzero::InputUtils::DeadzoneAxes::deadzoneApplied

Definition at line 10 of file InputUtils.h.

◆ x

double subzero::InputUtils::DeadzoneAxes::x

Definition at line 8 of file InputUtils.h.

◆ y

double subzero::InputUtils::DeadzoneAxes::y

Definition at line 9 of file InputUtils.h.


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