newphylayer.h

来自「基于Oment++的无线传感器网络仿真」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef __New_PhyLayer_H__#define __New_PhyLayer_H__#include "CommonIncludes.h"#include "PhyLayerBase.h"#define RECEIVE_DELAY  1 #define TRANSMIT_DELAY 2class NewPhyLayer: public PhyLayerBase{	public:		NewPhyLayer(const char *strName, cModule *parentModule, unsigned stacksize = 0);		virtual void initialize();		virtual void handleMessage(cMessage *msg);};#endif //__New_PhyLayer_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?