#include <MVSim.h>
List of all members.
Detailed Description
Definition at line 62 of file MVSim.h.
Constructor & Destructor Documentation
CMVSim::~CMVSim |
( |
| ) |
[virtual] |
Member Function Documentation
bool CMVSim::Clean |
( |
| ) |
[protected] |
bool CMVSim::DoRegistrations |
( |
| ) |
[protected] |
CSixDOFAUV * CMVSim::GetSubscriber |
( |
const std::string & |
sName | ) |
[protected] |
bool CMVSim::Initialise |
( |
| ) |
[protected] |
bool CMVSim::Iterate |
( |
| ) |
[protected, virtual] |
called when the application should iterate. Overload this function in a derived class and within it write all the application specific code. It will be called at approximately nFreq = 1/AppTick Hz
Reimplemented from CMOOSApp.
Definition at line 177 of file MVSim.cpp.
bool CMVSim::LogStartConditions |
( |
| ) |
[protected] |
bool CMVSim::MakeAUV |
( |
std::string |
sConfig | ) |
[protected] |
Simply make an AUV object.
Definition at line 516 of file MVSim.cpp.
bool CMVSim::MakeBeacon |
( |
std::string |
sConfig | ) |
[protected] |
bool CMVSim::NeedToMail |
( |
| ) |
[protected] |
bool CMVSim::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 76 of file MVSim.cpp.
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.
- Parameters:
-
NewMail | a list of new mail messages |
Reimplemented from CMOOSApp.
Definition at line 107 of file MVSim.cpp.
bool CMVSim::OnStartUp |
( |
| ) |
[virtual] |
called just before the main app loop is entered. Specific initialisation code can be written in an overloaded version of this function
over load this if you want to do something fancy at statup...
Reimplemented from CMOOSApp.
Definition at line 298 of file MVSim.cpp.
bool CMVSim::OpenLogFile |
( |
| ) |
[protected] |
void CMVSim::PostResults |
( |
| ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Tools/Simulation/Ocean/uMVS/MVSim.h
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Tools/Simulation/Ocean/uMVS/MVSim.cpp