8 <<
"======================" << endl
9 <<
" HIT W -> Sit DOWN" << endl
11 <<
"======================" << endl;
19 <<
"Standing State Exited" << endl;
void during(void)
Called continuously whilst in that state. Pure virtual function, must be overwritten by each state...
void exit(void)
Called once when the state exits. Pure virtual function, must be overwritten by each state...
void entry(void)
Called once when the state is entered. Pure virtual function, must be overwritten by each state...