4S Device Communication Module Collection  Version 0.6-SNAPSHOT
Full documentation of the modules in the 4SDC collection (aimed at 4SDC module developers)
FSYS::MsgGoingDown Class Reference

Message broadcasted when the system is being terminated. More...

#include <moduledeclare.h>

+ Inheritance diagram for FSYS::MsgGoingDown:
+ Collaboration diagram for FSYS::MsgGoingDown:

Additional Inherited Members

- Public Member Functions inherited from FSYS::BaseMsg
void setOriginAddr (MsgAddr &addr)
 Set the origin address of the message. More...
 
MsgAddrgetOriginAddr (void)
 Get/return the origin address of the message. More...
 
const MsgAddrgetOriginAddr (void) const
 

Detailed Description

Broadcasted when the system is shutting down. If a module is created after this message is broadcasted, then it won't be able to receive this message, but it will still have its void msgGointDown( void ) function called.


The documentation for this class was generated from the following file: