WPILib 2012
WPILibRoboticsLibraryforFRC
|
Public Member Functions | |
ButtonScheduler (bool last, Button *button, Command *orders) | |
virtual void | Execute ()=0 |
void | Start () |
Protected Attributes | |
bool | m_pressedLast |
Button * | m_button |
Command * | m_command |