solarpowerlog trunk
IConnectFactory Class Reference

#include <IConnectFactory.h>

List of all members.

Public Member Functions

virtual ~IConnectFactory ()

Static Public Member Functions

static IConnectFactory (const string &configurationpath)

Protected Member Functions

 IConnectFactory ()

Detailed Description

Factory for IConnection-Classes

Definition at line 48 of file IConnectFactory.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:


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