MOOS 0.2375
|
#include <LBLInstrument.h>
Public Member Functions | |
bool | Iterate () |
bool | OnNewMail (MOOSMSG_LIST &NewMail) |
bool | OnConnectToServer () |
bool | OnStartUp () |
bool | GetData () |
bool | PublishData () |
bool | InitialiseSensor () |
CLBLInstrument () | |
virtual | ~CLBLInstrument () |
Protected Attributes | |
CAVTRAKDriver | m_AVTRAK |
bool | m_bInhibit |
double | m_dfLastPingTime |
double | m_dfPingPeriod |
Definition at line 43 of file LBLInstrument.h.
CLBLInstrument::CLBLInstrument | ( | ) |
Definition at line 46 of file LBLInstrument.cpp.
CLBLInstrument::~CLBLInstrument | ( | ) | [virtual] |
Definition at line 53 of file LBLInstrument.cpp.
bool CLBLInstrument::GetData | ( | ) |
Definition at line 77 of file LBLInstrument.cpp.
bool CLBLInstrument::InitialiseSensor | ( | ) | [virtual] |
called from OnStartUp - overload to execute custom start up code for sensor
Reimplemented from CMOOSInstrument.
Definition at line 261 of file LBLInstrument.cpp.
bool CLBLInstrument::Iterate | ( | ) | [virtual] |
this is where it all happens..
Reimplemented from CMOOSApp.
Definition at line 64 of file LBLInstrument.cpp.
bool CLBLInstrument::OnConnectToServer | ( | ) | [virtual] |
Called when the class has succesully connected to the server. Overload this function and place use it to register for notification when variables of interest change
Reimplemented from CMOOSApp.
Definition at line 238 of file LBLInstrument.cpp.
bool CLBLInstrument::OnNewMail | ( | MOOSMSG_LIST & | NewMail | ) | [virtual] |
called when new mail has arrived. Overload this method in a derived class to process new mail. It will be called at approximately 1/CommsTick Hz. In this function you'll most likely interate over the collection of mail message received or call a m_Comms::PeekMail() to look for a specific named message.
NewMail | a list of new mail messages |
Reimplemented from CMOOSApp.
Definition at line 199 of file LBLInstrument.cpp.
bool CLBLInstrument::OnStartUp | ( | ) | [virtual] |
CMOOSApp overide
Reimplemented from CMOOSInstrument.
Definition at line 127 of file LBLInstrument.cpp.
bool CLBLInstrument::PublishData | ( | ) |
Definition at line 121 of file LBLInstrument.cpp.
CAVTRAKDriver CLBLInstrument::m_AVTRAK [protected] |
Definition at line 60 of file LBLInstrument.h.
bool CLBLInstrument::m_bInhibit [protected] |
Definition at line 61 of file LBLInstrument.h.
double CLBLInstrument::m_dfLastPingTime [protected] |
Definition at line 62 of file LBLInstrument.h.
double CLBLInstrument::m_dfPingPeriod [protected] |
Definition at line 63 of file LBLInstrument.h.