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