?? source2.h
字號:
//// Part of project Fly// Author: mc, 2009//#ifndef __FLY_SOURCE_H#define __FLY_SOURCE_H#include <omnetpp.h>/** * Generates messages; see NED file for more info. */class Source2 : public cSimpleModule{ private: cMessage *timerMessage; public: Source2(); virtual ~Source2(); protected: virtual void initialize(); virtual void handleMessage(cMessage *msg);};#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -