nort.h
来自「在Linux下做的QuadTree的程序」· C头文件 代码 · 共 25 行
H
25 行
#ifndef __nort_h__#define __nort_h__#include <sys/types.h>#include <list.h>#include <agent.h>#include <packet.h>#include <scheduler.h>/* ===================================================================== The Routing Agent ===================================================================== */class NORT: public Agent { public: NORT(nsaddr_t id); void recv(Packet *p, Handler *); int command(int, const char*const*); private: int index; // IP address};#endif /* __nort_h__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?