#include <FSMevent.h>

Public Types | |
| enum | event_t { Done, None, N_events } |
Public Member Functions | |
| FSMevent () | |
| const char * | Name () |
| bool | operator!= (const FSMevent compare) |
| void | operator= (const FSMevent &newval) |
| bool | operator== (const FSMevent compare) |
Private Attributes | |
| event_t | event |
Definition at line 17 of file FSMevent.h.
| enum FSMevent::event_t |
Reimplemented in CmdrEvent, NavEstopEvent, and NavRoadEvent.
Definition at line 24 of file FSMevent.h.
| FSMevent::FSMevent | ( | ) | [inline] |
Definition at line 42 of file FSMevent.h.
| const char* FSMevent::Name | ( | void | ) | [inline] |
Reimplemented in CmdrEvent, NavEstopEvent, and NavRoadEvent.
Definition at line 32 of file FSMevent.h.
| bool FSMevent::operator!= | ( | const FSMevent | compare | ) | [inline] |
Definition at line 57 of file FSMevent.h.
| void FSMevent::operator= | ( | const FSMevent & | newval | ) | [inline] |
Definition at line 47 of file FSMevent.h.
| bool FSMevent::operator== | ( | const FSMevent | compare | ) | [inline] |
Definition at line 52 of file FSMevent.h.
event_t FSMevent::event [private] |
Reimplemented in CmdrEvent, NavEstopEvent, and NavRoadEvent.
Definition at line 63 of file FSMevent.h.