#include <NavEstopEvent.h>

| Public Types | |
| enum | event_t { Abort, Pause, Quit, Run, Suspend, None, N_events } | 
| Public Member Functions | |
| const char * | Name (void) | 
| NavEstopEvent () | |
| NavEstopEvent (event_t ievent) | |
| bool | operator!= (const event_t &compare) | 
| void | operator= (const NavEstopEvent::event_t &newevent) | 
| bool | operator== (const event_t &compare) | 
| event_t | Value (void) | 
| ~NavEstopEvent () | |
| Private Attributes | |
| event_t | event | 
Definition at line 17 of file NavEstopEvent.h.
Reimplemented from FSMevent.
Definition at line 22 of file NavEstopEvent.h.
| NavEstopEvent::NavEstopEvent | ( | ) |  [inline] | 
Definition at line 48 of file NavEstopEvent.h.
| NavEstopEvent::NavEstopEvent | ( | event_t | ievent | ) |  [inline] | 
Definition at line 53 of file NavEstopEvent.h.
| NavEstopEvent::~NavEstopEvent | ( | ) |  [inline] | 
Definition at line 58 of file NavEstopEvent.h.
| const char* NavEstopEvent::Name | ( | void | ) |  [inline] | 
Reimplemented from FSMevent.
Definition at line 34 of file NavEstopEvent.h.
Definition at line 75 of file NavEstopEvent.h.
| void NavEstopEvent::operator= | ( | const NavEstopEvent::event_t & | newevent | ) |  [inline] | 
Definition at line 65 of file NavEstopEvent.h.
Definition at line 70 of file NavEstopEvent.h.
| event_t NavEstopEvent::Value | ( | void | ) |  [inline] | 
Definition at line 60 of file NavEstopEvent.h.
| event_t NavEstopEvent::event  [private] | 
Reimplemented from FSMevent.
Definition at line 81 of file NavEstopEvent.h.