|
OMNeT++ Simulation Library
5.4.1
|
#include <cmodelchange.h>
Model change notification fired just before a module is created.
This notification is fired at the top of cModuleType::create(). Fields contain the cModuleType object, and the arguments of the create() method call.
This object accompanies the PRE_MODEL_CHANGE signal.
Public Attributes | |
| cModuleType * | moduleType |
| Type of the new module. More... | |
| const char * | moduleName |
| Name of the new module. More... | |
| cModule * | parentModule |
| Parent module. More... | |
| int | vectorSize |
| Size of the module vector that will contain the new module; -1 if not a vector. More... | |
| int | index |
| Index of the new module in its vector; 0 if not part of a module vector. More... | |
Additional Inherited Members | |
Public Member Functions inherited from cObject | |
| cObject () | |
| cObject (const cObject &other) | |
| virtual | ~cObject () |
| virtual const char * | getClassName () const |
| virtual const char * | getName () const |
| bool | isName (const char *s) const |
| virtual const char * | getFullName () const |
| virtual std::string | getFullPath () const |
| const cObject * | getThisPtr () const |
| virtual std::string | str () const |
| virtual _OPPDEPRECATED std::string | info () const |
| virtual _OPPDEPRECATED std::string | detailedInfo () const |
| virtual cObject * | dup () const |
| virtual void | parsimPack (cCommBuffer *buffer) const |
| virtual void | parsimUnpack (cCommBuffer *buffer) |
| virtual cObject * | getOwner () const |
| virtual bool | isOwnedObject () const |
| virtual void | forEachChild (cVisitor *v) |
| cObject * | findObject (const char *name, bool deep=true) |
| void | copyNotSupported () const |
Protected Member Functions inherited from cObject | |
| virtual void | take (cOwnedObject *obj) |
| virtual void | drop (cOwnedObject *obj) |
| void | dropAndDelete (cOwnedObject *obj) |
| cModuleType* moduleType |
Type of the new module.
| const char* moduleName |
Name of the new module.
| cModule* parentModule |
Parent module.
| int vectorSize |
Size of the module vector that will contain the new module; -1 if not a vector.
| int index |
Index of the new module in its vector; 0 if not part of a module vector.