我尝试获取给定边缘的所有边缘ID和通道长度。 我在.cc文件中尝试了以下代码行:
cXMLElement * xmlPosture;
xmlPosture = par(“ routing”)。xmlValue();
cXMLElementList Edges = xmlPosture-> getElementsByTagName(“ edge”);
然后我在.ned文件中写了以下代码行:
xml routing = xmldoc(“ map.net.xml”);
但是当我运行仿真时,它不起作用。我的代码中有任何错误吗?