|
MOOS 0.2375
|
#include <PathAction.h>

Classes | |
| struct | Actuation |
Public Member Functions | |
| void | Trace () |
| unsigned int | GetPriority (ActuatorType eType) |
| string | GetTag (ActuatorType eType) |
| double | Get (ActuatorType eType) |
| bool | Set (ActuatorType eType, double dfVal, unsigned int nPriority, const char *sTag="") |
| CPathAction () | |
| virtual | ~CPathAction () |
Protected Attributes | |
| Actuation | m_Actuators [3] |
Definition at line 54 of file PathAction.h.
| CPathAction::CPathAction | ( | ) |
Definition at line 44 of file PathAction.cpp.
| CPathAction::~CPathAction | ( | ) | [virtual] |
Definition at line 49 of file PathAction.cpp.
| double CPathAction::Get | ( | ActuatorType | eType | ) |
Definition at line 88 of file PathAction.cpp.
| unsigned int CPathAction::GetPriority | ( | ActuatorType | eType | ) |
Definition at line 114 of file PathAction.cpp.
| string CPathAction::GetTag | ( | ActuatorType | eType | ) |
Definition at line 101 of file PathAction.cpp.
| bool CPathAction::Set | ( | ActuatorType | eType, |
| double | dfVal, | ||
| unsigned int | nPriority, | ||
| const char * | sTag = "" |
||
| ) |
Definition at line 54 of file PathAction.cpp.
| void CPathAction::Trace | ( | ) |
Definition at line 127 of file PathAction.cpp.
Actuation CPathAction::m_Actuators[3] [protected] |
Definition at line 82 of file PathAction.h.
1.7.4