INET Framework for OMNeT++/OMNEST
|
Namespaces | |
namespace | creator |
Variables | |
int | creator::secondaryRouters = 4 |
int | creator::hostsPerRouter = 4 |
tuple | creator::mainRouterFile = open("mainRouter.mrt", "w") |
creation of routing file for main router | |
tuple | creator::secondaryRouterFile = open("secondaryRouter%i.mrt" % i, "w") |
creation of routing files for secondary routers creation of routing files for hosts | |
tuple | creator::hostRoutingFile = open("host%i-%i.mrt" % (i, j), "w") |
tuple | creator::networkFile = open("multicast2.ned", "w") |
creation of network description | |
tuple | creator::omnetppiniFile = open("omnetpp.ini", "w") |
creation of omnetpp.ini |