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

📄 rp-agent.h

📁 模拟器提供了一个简单易用的平台
💻 H
字号:
/************************************************** *  File: rp-agent.h  Author: Suman Banerjee <suman@cs.umd.edu>  Date: 15th March, 2001  Terms: GPL  Narada implementation in myns  This program is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ***************************************************/#ifndef _RP_AGENT_H_#define _RP_AGENT_H_#include <linked-list.h>#include <agent.h>#include "app-packet.h"class rpAgent : public Agent {public :  int rp_id; // Id of the rendezvous point  int rp_node_id;   LinkedList<AgentInfo *, int> mc_agent_list;  void start (void);  void init (int Id, int Index, Node *N);  void specific_rx_pkt_handler (Packet *p);    void handle_rp_ping (AppPacket *p);};#endif

⌨️ 快捷键说明

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