MOOS 0.2375
|
#include <MOOSConsiDepthSensor.h>
Public Member Functions | |
virtual bool | Zero () |
virtual bool | Initialise () |
virtual bool | GetDepth () |
CMOOSConsiDepthSensor () | |
virtual | ~CMOOSConsiDepthSensor () |
Protected Member Functions | |
virtual bool | ParseDepthString (string sStr) |
Definition at line 47 of file MOOSConsiDepthSensor.h.
CMOOSConsiDepthSensor::CMOOSConsiDepthSensor | ( | ) |
Definition at line 41 of file MOOSConsiDepthSensor.cpp.
CMOOSConsiDepthSensor::~CMOOSConsiDepthSensor | ( | ) | [virtual] |
Definition at line 46 of file MOOSConsiDepthSensor.cpp.
bool CMOOSConsiDepthSensor::GetDepth | ( | ) | [virtual] |
Implements CMOOSDepthSensor.
Definition at line 58 of file MOOSConsiDepthSensor.cpp.
bool CMOOSConsiDepthSensor::Initialise | ( | ) | [virtual] |
Implements CMOOSDepthSensor.
Definition at line 52 of file MOOSConsiDepthSensor.cpp.
bool CMOOSConsiDepthSensor::ParseDepthString | ( | string | sStr | ) | [protected, virtual] |
Definition at line 72 of file MOOSConsiDepthSensor.cpp.
bool CMOOSConsiDepthSensor::Zero | ( | ) | [virtual] |
Implements CMOOSDepthSensor.
Definition at line 90 of file MOOSConsiDepthSensor.cpp.