$search
#include <State.h>
Public Types | |
| enum | state_t { Done, Init, Road, N_states } |
Public Member Functions | |
| CmdrState (state_t val) | |
| CmdrState () | |
| const char * | Name (void) |
| bool | operator!= (state_t newval) |
| bool | operator!= (CmdrState newval) |
| void | operator= (state_t newval) |
| bool | operator== (state_t newval) |
| bool | operator== (CmdrState newval) |
| state_t | Value (void) |
Private Attributes | |
| state_t | state |
Definition at line 15 of file State.h.
| enum CmdrState::state_t |
state_t CmdrState::state [private] |