(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
| Name | Value | Description |
|---|---|---|
| display | bgb=180,200,white,,;bgp=10,10 |
| Name | Type | Default value | Description |
|---|---|---|---|
| utility.coreDebug | bool |
debug switch for the base framework |
|
| mobility.coreDebug | bool |
debug switch for the core framework |
|
| mobility.x | double |
x coordinate of the nodes' position (-1 = random) |
|
| mobility.y | double |
y coordinate of the nodes' position (-1 = random) |
|
| mobility.z | double |
z coordinate of the nodes' position (-1 = random) |
module BaseObject { parameters: @display("bgb=180,200,white,,;bgp=10,10"); submodules: utility: BaseUtility { parameters: @display("p=130,38,rect;b=24,24,,black,,"); } mobility: BaseMobility { parameters: @display("p=130,172;i=cogwheel2"); } }