WPILibC++
2018.4.1-20180924003241-1198-g0c58a0a
|
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 |