c++ - INET无线接口(interface)表模块参数

标签 c++ omnet++ inet

Module not found on path '' defined by par 'GPSJamming.attackhost[0].wlan[0].mgmt.interfaceTableModule' -- in module (inet::ieee80211::Ieee80211MgmtSta) GPSJamming.attackhost[0].wlan[0].mgmt (id=3018), during network initialization



我不知道为 mgmt.interfaceTableModule 指定什么参数。是否有任何文件可以遵循或我可以尝试的参数?我是放入INI文件还是NED文件?

最佳答案

那是因为参数“interfaceTableModule”采用模块接口(interface)表的路径。错误显示路径“”,这意味着您没有指定路径。
尝试

GPSJamming.attackhost[0].wlan[0].mgmt.interfaceTableModule = default(<insert path to interface table module here>);

关于c++ - INET无线接口(interface)表模块参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59640127/

相关文章:

c++ - 比较 boost::optional<T&> 和 const T&

C++:以下几种情况会不会内存泄漏?

c++ - 对 InputIterator 语义/概念要求的混淆

c++ - 如何访问 Omnet++ 中的其他类似模块

c++ - OmNET++ 动态检查 NED 模块是否实现接口(interface)

c++ - OMNET++: 如何在 INET 4.0 中获取帧的源 MAC 地址?

c# - Inet套接字和套接字?

c++ - Gtk::Main 和 Gtk::Application::create 之间有什么区别?

c - 在c中的套接字编程中读取或写入后没有代码运行

postgresql - 如何在 Postgres 的 inet 字段上使用 LIKE