
Go to the source code of this file.
Classes | |
| class | ariba::utility::StartupInterface |
Namespaces | |
| namespace | ariba |
| namespace | ariba::utility |
Defines | |
| #define | Define_Module_Like_Ariba(CLASSNAME, INTERFACENAME) |
| #define | ARIBA_SIMULATION_SERVICE(x) |
| #define ARIBA_SIMULATION_SERVICE | ( | x | ) |
Definition at line 77 of file StartupInterface.h.
| #define Define_Module_Like_Ariba | ( | CLASSNAME, | |||
| INTERFACENAME | ) |
static cModule *CLASSNAME##__create() {return new CLASSNAME();} \ EXECUTE_ON_STARTUP(CLASSNAME##__mod, modtypes.instance()->add(new cModuleType(#INTERFACENAME,#INTERFACENAME,(ModuleCreateFunc)CLASSNAME##__create));)
Definition at line 69 of file StartupInterface.h.
1.6.1