Download OMNeT++
Transcript
The NED Language: Parameters XML Parameters Sometimes modules need complex data structures as input, which is something that cannot be done well with module parameters. One solution is to use XML syntax. OMNeT++ contains built-in support for XML files. Using an XML parser, OMNeT++ reads and validates the XML file, caches the file, allows selection of parts of the document using an XPath-subset notation, and presents the contents in a DOM-like object tree. This capability can be accessed via the NED parameter type xml, and the xmldoc() function.