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

📄 accesspointleachapp.h

📁 无线传感器网络中,基于ns2仿真平台,mannasim的源代码,研究ns2必不可少的
💻 H
字号:
#ifndef _ACCESSPOINTLEACHAPP_H_#define _ACCESSPOINTLEACHAPP_H_#include "../../accessPointApp.h"/* AccessPointLeachApp * -- J鷏io C閟ar e Melo <julio.melo@gmail.com> * * This is a class for access point using leach. */class AccessPointLeachApp : public AccessPointApp {	public:		// Method called from the transport protocol for the application to 		// receive a message. Method from Process (ns-process.cc) overcharged//		virtual void process_data(int size, AppData* data);//		int command(int argc, const char*const* argv);//		virtual void stop();		virtual void start();		virtual void forward_data(int size, AppData* data);	};#endif

⌨️ 快捷键说明

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