Public Types | Public Member Functions | Private Attributes
CmdrState Class Reference

#include <State.h>

List of all members.

Public Types

enum  state_t { Done, Init, Road, N_states }

Public Member Functions

 CmdrState ()
 CmdrState (state_t val)
const char * Name (void)
bool operator!= (CmdrState newval)
bool operator!= (state_t newval)
void operator= (state_t newval)
bool operator== (CmdrState newval)
bool operator== (state_t newval)
state_t Value (void)

Private Attributes

state_t state

Detailed Description

Definition at line 15 of file State.h.


Member Enumeration Documentation

Enumerator:
Done 
Init 
Road 
N_states 

Definition at line 19 of file State.h.


Constructor & Destructor Documentation

CmdrState::CmdrState ( ) [inline]

Definition at line 39 of file State.h.

CmdrState::CmdrState ( state_t  val) [inline]

Definition at line 44 of file State.h.


Member Function Documentation

const char* CmdrState::Name ( void  ) [inline]

Definition at line 28 of file State.h.

bool CmdrState::operator!= ( CmdrState  newval) [inline]

Definition at line 69 of file State.h.

bool CmdrState::operator!= ( state_t  newval) [inline]

Definition at line 74 of file State.h.

void CmdrState::operator= ( state_t  newval) [inline]

Definition at line 54 of file State.h.

bool CmdrState::operator== ( CmdrState  newval) [inline]

Definition at line 59 of file State.h.

bool CmdrState::operator== ( state_t  newval) [inline]

Definition at line 64 of file State.h.

state_t CmdrState::Value ( void  ) [inline]

Definition at line 49 of file State.h.


Member Data Documentation

Definition at line 80 of file State.h.


The documentation for this class was generated from the following file:


art_nav
Author(s): Austin Robot Technology, Jack O'Quin
autogenerated on Fri Jan 3 2014 11:08:43