ModuleDump

Package: inet.common.misc

ModuleDump

simple module

C++ definition

(no description)

Used in

Name Type Description
NetworkBase network (no description)

Parameters

Name Type Default value Description
modulePath string "^"
fileName string ""
time double 0
printClassNames bool false
printProperties bool false
printParamAssignmentLocations bool false

Properties

Name Value Description
display i=block/star

Source code

simple ModuleDump
{
    parameters:
        string modulePath = default("^");
        string fileName = default("");
        double time = default(0);
        bool printClassNames = default(false);
        bool printProperties = default(false);
        bool printParamAssignmentLocations = default(false);
        @display("i=block/star");
}
File: src/inet/common/misc/ModuleDump.ned