MOOS 0.2375
|
#include <MOOSDepthSensor.h>
Public Member Functions | |
bool | SetSerialPort (CMOOSSerialPort *pPort) |
virtual bool | Initialise ()=0 |
virtual bool | GetDepth ()=0 |
virtual bool | Zero ()=0 |
CMOOSDepthSensor () | |
virtual | ~CMOOSDepthSensor () |
double | GetDepthValue () |
Protected Attributes | |
double | m_dfDepth |
CMOOSSerialPort * | m_pPort |
Definition at line 44 of file MOOSDepthSensor.h.
CMOOSDepthSensor::CMOOSDepthSensor | ( | ) |
Definition at line 41 of file MOOSDepthSensor.cpp.
CMOOSDepthSensor::~CMOOSDepthSensor | ( | ) | [virtual] |
Definition at line 46 of file MOOSDepthSensor.cpp.
virtual bool CMOOSDepthSensor::GetDepth | ( | ) | [pure virtual] |
Implemented in CMOOSConsiDepthSensor, and CMOOSParaSciDepthSensor.
double CMOOSDepthSensor::GetDepthValue | ( | ) | [inline] |
Definition at line 57 of file MOOSDepthSensor.h.
virtual bool CMOOSDepthSensor::Initialise | ( | ) | [pure virtual] |
Implemented in CMOOSConsiDepthSensor, and CMOOSParaSciDepthSensor.
bool CMOOSDepthSensor::SetSerialPort | ( | CMOOSSerialPort * | pPort | ) |
Definition at line 53 of file MOOSDepthSensor.cpp.
virtual bool CMOOSDepthSensor::Zero | ( | ) | [pure virtual] |
Implemented in CMOOSConsiDepthSensor, and CMOOSParaSciDepthSensor.
double CMOOSDepthSensor::m_dfDepth [protected] |
Definition at line 57 of file MOOSDepthSensor.h.
CMOOSSerialPort* CMOOSDepthSensor::m_pPort [protected] |
Definition at line 61 of file MOOSDepthSensor.h.