MOOS 0.2375
Public Member Functions | Protected Attributes
CMOOSDepthSensor Class Reference

#include <MOOSDepthSensor.h>

Inheritance diagram for CMOOSDepthSensor:
Inheritance graph
[legend]
Collaboration diagram for CMOOSDepthSensor:
Collaboration graph
[legend]

List of all members.

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
CMOOSSerialPortm_pPort

Detailed Description

Definition at line 44 of file MOOSDepthSensor.h.


Constructor & Destructor Documentation

CMOOSDepthSensor::CMOOSDepthSensor ( )

Definition at line 41 of file MOOSDepthSensor.cpp.

CMOOSDepthSensor::~CMOOSDepthSensor ( ) [virtual]

Definition at line 46 of file MOOSDepthSensor.cpp.


Member Function Documentation

virtual bool CMOOSDepthSensor::GetDepth ( ) [pure virtual]
double CMOOSDepthSensor::GetDepthValue ( ) [inline]

Definition at line 57 of file MOOSDepthSensor.h.

virtual bool CMOOSDepthSensor::Initialise ( ) [pure virtual]
bool CMOOSDepthSensor::SetSerialPort ( CMOOSSerialPort pPort)

Definition at line 53 of file MOOSDepthSensor.cpp.

virtual bool CMOOSDepthSensor::Zero ( ) [pure virtual]

Member Data Documentation

double CMOOSDepthSensor::m_dfDepth [protected]

Definition at line 57 of file MOOSDepthSensor.h.

Definition at line 61 of file MOOSDepthSensor.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines