Go to the source code of this file.
Namespaces | |
namespace | ariba |
namespace | ariba::utility |
Classes | |
class | ariba::utility::StartupInterface |
Defines | |
#define | Define_Module_Like_Ariba(CLASSNAME, INTERFACENAME) |
#define | ARIBA_SIMULATION_SERVICE(x) |
#define ARIBA_SIMULATION_SERVICE | ( | x | ) |
Definition at line 76 of file StartupInterface.h.
#define Define_Module_Like_Ariba | ( | CLASSNAME, | |||
INTERFACENAME | ) |
Value:
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 68 of file StartupInterface.h.