📄 accesspointleachapp.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 + -