WPILibC++  trunk
Public Member Functions | Static Public Attributes | List of all members
DigitalIOButton Class Reference
Inheritance diagram for DigitalIOButton:
Inheritance graph
[legend]
Collaboration diagram for DigitalIOButton:
Collaboration graph
[legend]

Public Member Functions

 DigitalIOButton (int port)
 
virtual bool Get ()
 
- Public Member Functions inherited from Button
virtual void WhenPressed (Command *command)
 
virtual void WhileHeld (Command *command)
 
virtual void WhenReleased (Command *command)
 
virtual void CancelWhenPressed (Command *command)
 
virtual void ToggleWhenPressed (Command *command)
 
- Public Member Functions inherited from Trigger
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 ITableGetTable ()
 
virtual std::string GetSmartDashboardType ()
 

Static Public Attributes

static const bool kActiveState = false
 

Additional Inherited Members

- Protected Attributes inherited from Trigger
ITablem_table
 

Detailed Description

Definition at line 12 of file DigitalIOButton.h.


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