我正在尝试将 Ieee802154NarrowbandNic 与能源消费者 StateBasedEpEnergyConsumer 一起使用,但我收到此运行时错误:
Module not found on path '' defined by par 'Network.Node[0].wlan[0].radio.energyConsumer.energySourceModule' -- in module (inet::physicallayer::StateBasedEpEnergyConsumer) Network.Node[0].wlan[0].radio.energyConsumer (id=82), during network initialization
我已在.ini文件中为所有节点定义了能量存储类型 - IdealEpEnergyStorage 。 只需更改为默认Ieee80211Nic按预期工作。 .ned或.ini文件中是否缺少某些内容?
答案 0 :(得分:0)
在文件Ieee802154NarrowbandNic.ned中,您可以添加以下行并重建inet。它应该消除错误 字符串energySourceModule; * .energySourceModule = default(absPath(energySourceModule));