MOOS 0.2375
|
#include <GoToDepth.h>
Public Member Functions | |
CGoToDepth () | |
virtual | ~CGoToDepth () |
virtual bool | Run (CPathAction &DesiredAction) |
virtual bool | SetParam (string sParam, string sVal) |
Public Attributes | |
bool | m_bSetThrust |
double | m_dfThrust |
bool | m_bSetRudder |
double | m_dfRudder |
double | m_dfTolerance |
Definition at line 44 of file GoToDepth.h.
CGoToDepth::CGoToDepth | ( | ) |
Definition at line 52 of file GoToDepth.cpp.
CGoToDepth::~CGoToDepth | ( | ) | [virtual] |
Definition at line 61 of file GoToDepth.cpp.
bool CGoToDepth::Run | ( | CPathAction & | DesiredAction | ) | [virtual] |
Reimplemented from CConstantDepthTask.
Definition at line 94 of file GoToDepth.cpp.
bool CGoToDepth::SetParam | ( | string | sParam, |
string | sVal | ||
) | [virtual] |
Reimplemented from CConstantDepthTask.
Definition at line 66 of file GoToDepth.cpp.
Definition at line 55 of file GoToDepth.h.
Definition at line 53 of file GoToDepth.h.
double CGoToDepth::m_dfRudder |
Definition at line 56 of file GoToDepth.h.
double CGoToDepth::m_dfThrust |
Definition at line 54 of file GoToDepth.h.
double CGoToDepth::m_dfTolerance |
Definition at line 57 of file GoToDepth.h.