MOOS 0.2375
|
#include <MOOSParaSciDepthSensor.h>
Public Member Functions | |
virtual bool | Zero () |
virtual bool | Initialise () |
bool | SetResolution (double dfResolution) |
CMOOSParaSciDepthSensor () | |
virtual | ~CMOOSParaSciDepthSensor () |
virtual bool | GetDepth () |
Protected Member Functions | |
virtual bool | ParseDepthString (std::string sStr) |
Protected Attributes | |
double | m_dfResolution |
double | m_dfOffset |
Definition at line 44 of file MOOSParaSciDepthSensor.h.
CMOOSParaSciDepthSensor::CMOOSParaSciDepthSensor | ( | ) |
Definition at line 44 of file MOOSParaSciDepthSensor.cpp.
CMOOSParaSciDepthSensor::~CMOOSParaSciDepthSensor | ( | ) | [virtual] |
Definition at line 51 of file MOOSParaSciDepthSensor.cpp.
bool CMOOSParaSciDepthSensor::GetDepth | ( | ) | [virtual] |
Implements CMOOSDepthSensor.
Definition at line 94 of file MOOSParaSciDepthSensor.cpp.
bool CMOOSParaSciDepthSensor::Initialise | ( | ) | [virtual] |
Implements CMOOSDepthSensor.
Definition at line 57 of file MOOSParaSciDepthSensor.cpp.
bool CMOOSParaSciDepthSensor::ParseDepthString | ( | std::string | sStr | ) | [protected, virtual] |
Definition at line 148 of file MOOSParaSciDepthSensor.cpp.
bool CMOOSParaSciDepthSensor::SetResolution | ( | double | dfResolution | ) |
Definition at line 121 of file MOOSParaSciDepthSensor.cpp.
bool CMOOSParaSciDepthSensor::Zero | ( | ) | [virtual] |
Implements CMOOSDepthSensor.
Definition at line 127 of file MOOSParaSciDepthSensor.cpp.
double CMOOSParaSciDepthSensor::m_dfOffset [protected] |
Definition at line 57 of file MOOSParaSciDepthSensor.h.
double CMOOSParaSciDepthSensor::m_dfResolution [protected] |
Definition at line 56 of file MOOSParaSciDepthSensor.h.