Loom
|
Base class that factory is derived from. More...
#include <Module_Factory.h>
Public Member Functions | |
virtual void | print_table () const =0 |
virtual LoomModule * | Create (LoomManager *manager, JsonVariant module) const =0 |
Static Public Member Functions | |
template<class T > | |
static T * | CreateDefault () |
Creates a LoomModule with its default parameters. More... | |
Base class that factory is derived from.
Purpose is to allow LoomManger to have a pointer to a LoomFactory, which it cannot do directly because different parameter selections result in different factory classes
|
pure virtual |
Implemented in LoomFactory< INTERNET, SENSORS, RADIOS, ACTUATORS, MAX >.
|
inlinestatic |
Creates a LoomModule with its default parameters.
Usage example: Loom_Relay r = FactoryInst.CreateDefault<Loom_Relay>();
|
pure virtual |
Implemented in LoomFactory< INTERNET, SENSORS, RADIOS, ACTUATORS, MAX >.