|
solarpowerlog trunk
|
#include <IConnectFactory.h>
Public Member Functions | |
| virtual | ~IConnectFactory () |
Static Public Member Functions | |
| static IConnect * | Factory (const string &configurationpath) |
Protected Member Functions | |
| IConnectFactory () | |
Factory for IConnection-Classes
Definition at line 48 of file IConnectFactory.h.
| IConnectFactory::IConnectFactory | ( | ) | [inline, protected] |
Definition at line 64 of file IConnectFactory.h.
| virtual IConnectFactory::~IConnectFactory | ( | ) | [inline, virtual] |
Definition at line 67 of file IConnectFactory.h.
| IConnect * IConnectFactory::Factory | ( | const string & | configurationpath | ) | [static] |
Facortry for generation of connection methods. Give it the configurationpath, and out of the config, it will generate the right class.
If the class is not known, it will return a dummy connection class. So you can also create inverters or derived classes without commms.
configurationpath Where to extract the type of the requested comms?
Facortry for generation of connection methods. Give it the configurationpath, and out of the config, it will generate the right class.
If the class is not known, it will return a dummy connection class. So you can also create inverters or derived classes without commms.
Definition at line 65 of file IConnectFactory.cpp.
