linkmetric.hh

来自「COPE the first practical network coding 」· HH 代码 · 共 21 行

HH
21
字号
#ifndef LINKMETRIC_HH#define LINKMETRIC_HH#include <click/element.hh>#include <click/ipaddress.hh>#include "ettstat.hh"CLICK_DECLSclass LinkMetric : public Element {public:  LinkMetric() { }  LinkMetric(int ninputs, int noutputs) : Element(ninputs, noutputs) { }    virtual ~LinkMetric() { }};CLICK_ENDDECLS#endif

⌨️ 快捷键说明

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