在NS2.35 Ubuntu 16.04中添加APIT

时间:2017-12-03 15:58:47

标签: ns2

亲爱的ns2用户在我编辑ns2.35中的cmu-trace.cc文件后添加APIT会产生很多错误。其中一些如下。  请帮我。提前谢谢你。

TCL

1 个答案:

答案 0 :(得分:1)

三个"失踪"定义在apit_packet.h,第41行...... 43

中完成
#define HDR_APIT(p)             ((struct hdr_apit*)hdr_apit::access(p))
#define HDR_APIT_BEACON(p)      ((struct hdr_apit_beacon*)hdr_apit::access(p))
#define HDR_APIT_RSSI(p)        ((struct hdr_apit_rssi*)hdr_apit::access(p))

...所以你要做的就是在cmu-trace.cc添加一行(66):

#include <apit/apit_packet.h>