WPILibC++
2018.4.1-20180730003225-1150-g0a0d924
|
Public Member Functions | |
ButtonScheduler (bool last, Trigger *button, Command *orders) | |
virtual void | Execute ()=0 |
void | Start () |
Protected Attributes | |
bool | m_pressedLast |
Trigger * | m_button |
Command * | m_command |