![]() |
4S Device Communication Module Collection
Version 0.6-SNAPSHOT
Full documentation of the modules in the 4SDC collection (aimed at 4SDC module developers)
|
|
Message broadcasted when the system is being terminated. More...
#include <moduledeclare.h>
Additional Inherited Members | |
![]() | |
void | setOriginAddr (MsgAddr &addr) |
Set the origin address of the message. More... | |
MsgAddr & | getOriginAddr (void) |
Get/return the origin address of the message. More... | |
const MsgAddr & | getOriginAddr (void) const |
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.