List of all members.
Detailed Description
Definition at line 14 of file main.cpp.
Constructor & Destructor Documentation
CMessager::CMessager |
( |
| ) |
[inline] |
Member Function Documentation
bool CMessager::Iterate |
( |
| ) |
[inline, 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 27 of file main.cpp.
void CMessager::MakePublisher |
( |
int |
nSize | ) |
[inline] |
bool CMessager::OnConnectToServer |
( |
| ) |
[inline, 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 37 of file main.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 20 of file main.cpp.
bool CMessager::OnStartup |
( |
| ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Docs/ProgrammingWithMOOS/code/MOOSBinaryMessaging/main.cpp