⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 source2.h

📁 OMNET++仿真器中仿真实例 在OMNET++仿真器中仿真两个源节点和两个分发节点交替工作的简单例子
💻 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

⌨️ 快捷键说明

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