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

Message broadcasted when the system is initialised. More...

#include <moduledeclare.h>

+ Inheritance diagram for FSYS::MsgSystemReady:
+ Collaboration diagram for FSYS::MsgSystemReady:

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 all static modules are started. 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 msgSystemReady( void ) function called.


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