OMNeT++/OMNEST Bug Tracker - OMNeT++ | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000793 | OMNeT++ | simulation kernel | public | 2014-11-28 13:22 | 2014-11-30 07:29 |
Reporter | andras | ||||
Assigned To | andras | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 4.5 | ||||
Target Version | Fixed in Version | 4.6 | |||
Summary | 0000793: NED: local parameters cannot be used to initialize an inherited parameter | ||||
Description | In NED, local parameters cannot be used to initialize an inherited parameter. Moreover, the result will be incorrect (0) instead of an error message. This can be best demonstrated on channels. See the following code: channel C extends ned.DatarateChannel { double foo @unit(Gbps); datarate = foo; } omnetpp.ini: [General] network = <a network that contains channels of type C> **.foo = 42 The result will be datarate=0. The same effect can be reproduced with module inheritance. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-11-28 13:22 | andras | New Issue | |||
2014-11-28 13:24 | andras | Note Added: 0000951 | |||
2014-11-28 13:33 | andras | Note Added: 0000952 | |||
2014-11-28 13:34 | andras | Note Edited: 0000951 | bug_revision_view_page.php?bugnote_id=951#r4 | ||
2014-11-30 07:29 | andras | Note Added: 0000954 | |||
2014-11-30 07:29 | andras | Status | new => resolved | ||
2014-11-30 07:29 | andras | Fixed in Version | => 4.6 | ||
2014-11-30 07:29 | andras | Resolution | open => fixed | ||
2014-11-30 07:29 | andras | Assigned To | => andras | ||
2015-10-12 09:28 | ammmar1988 | Issue cloned: 0000875 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|