![]() |
4S Device Communication Module Collection
Version 0.6-SNAPSHOT
Full documentation of the modules in the 4SDC collection (aimed at 4SDC module developers)
|
|
Base class for all modules. More...
#include <moduledeclare.h>
Public Member Functions | |
virtual void | msgReady (void) |
virtual void | msgGroupReady (void) |
virtual void | msgSystemReady (void) |
virtual void | msgGoingDown (void) |
virtual void | msgDestroy (void) |
The Module class is the base class for all modules, except for the ModuleX classes, no other classes should ever need to inherit directly from this class.