#include <NavEstopState.h>

Public Types | |
| enum | state_t { Pause = art_msgs::EstopState::Pause, Run = art_msgs::EstopState::Run, Done = art_msgs::EstopState::Done, Suspend = art_msgs::EstopState::Suspend, N_states = art_msgs::EstopState::N_states } |
Public Member Functions | |
| const char * | Name (void) const |
| NavEstopState () | |
| NavEstopState (state_t &istate) | |
| NavEstopState (const art_msgs::EstopState &estop_msg) | |
| bool | operator!= (const NavEstopState &compare) const |
| bool | operator!= (const state_t &compare) const |
| void | operator= (const NavEstopState::state_t &newstate) |
| void | operator= (uint16_t value) |
| bool | operator== (const NavEstopState &compare) const |
| bool | operator== (const state_t &compare) const |
| state_t | Value (void) const |
| ~NavEstopState () | |
Private Attributes | |
| state_t | state |
Definition at line 21 of file NavEstopState.h.
Reimplemented from FSMstate.
Definition at line 26 of file NavEstopState.h.
| NavEstopState::NavEstopState | ( | ) | [inline] |
Definition at line 35 of file NavEstopState.h.
| NavEstopState::NavEstopState | ( | state_t & | istate | ) | [inline] |
Definition at line 40 of file NavEstopState.h.
| NavEstopState::NavEstopState | ( | const art_msgs::EstopState & | estop_msg | ) | [inline] |
Definition at line 45 of file NavEstopState.h.
Definition at line 12 of file NavEstopState.cc.
| const char* NavEstopState::Name | ( | void | ) | const [inline] |
Definition at line 58 of file NavEstopState.h.
| bool NavEstopState::operator!= | ( | const NavEstopState & | compare | ) | const [inline] |
Definition at line 90 of file NavEstopState.h.
Definition at line 95 of file NavEstopState.h.
| void NavEstopState::operator= | ( | const NavEstopState::state_t & | newstate | ) | [inline] |
Definition at line 70 of file NavEstopState.h.
| void NavEstopState::operator= | ( | uint16_t | value | ) | [inline] |
Definition at line 75 of file NavEstopState.h.
| bool NavEstopState::operator== | ( | const NavEstopState & | compare | ) | const [inline] |
Definition at line 80 of file NavEstopState.h.
Definition at line 85 of file NavEstopState.h.
| state_t NavEstopState::Value | ( | void | ) | const [inline] |
Definition at line 52 of file NavEstopState.h.
state_t NavEstopState::state [private] |
Reimplemented from FSMstate.
Definition at line 101 of file NavEstopState.h.