WPILibC++
trunk
|
Public Member Functions | |
AnalogIOButton (int port) | |
virtual bool | Get () |
![]() | |
bool | Grab () |
void | WhenActive (Command *command) |
void | WhileActive (Command *command) |
void | WhenInactive (Command *command) |
void | CancelWhenActive (Command *command) |
void | ToggleWhenActive (Command *command) |
virtual void | InitTable (ITable *table) |
virtual ITable * | GetTable () |
virtual std::string | GetSmartDashboardType () |
Static Public Attributes | |
static const double | kThreshold = 0.5 |
Additional Inherited Members | |
![]() | |
ITable * | m_table |
Definition at line 12 of file AnalogIOButton.h.