famouso Namespace Reference
Namespaces | |
namespace | config |
namespace | configuration |
The namespace configuration contains all additional generated tester and selector classes that are needed for the automatic configuration process. It is used for storing all relevant entities in one place to bar namespace clashes. | |
namespace | mw |
namespace | util |
Functions | |
template<class T > | |
void | init () |
The init function of FAMOUSO initialize the Event Channel Handler, its sub-objects and let all configuration protocols run. | |
template<class T > | |
void | init (int argc, char **argv) |
The init function of FAMOUSO with support for command line parameter detection and evaluation. After that, it calls the standard famouso::init() function to initialize the middleware as usual. |
Function Documentation
template<class T >
void famouso::init | ( | int | argc, | |
char ** | argv | |||
) | [inline] |
The init function of FAMOUSO with support for command line parameter detection and evaluation. After that, it calls the standard famouso::init() function to initialize the middleware as usual.
- Template Parameters:
-
T contains a FAMOUSO configuration description.
References famouso::util::clp().
template<class T >
void famouso::init | ( | ) | [inline] |
The init function of FAMOUSO initialize the Event Channel Handler, its sub-objects and let all configuration protocols run.
- Template Parameters:
-
T contains a FAMOUSO configuration description.
- Todo:
- allow initialization of a GW only in case of more then one network layer available. This can be determind with the help of a configured NetworkAdapter. Is this type is missing in general non Gateway may exist.