xgcpmgcqualitytable.h
来自「非常不错的网管开发包」· C头文件 代码 · 共 27 行
H
27 行
#ifndef _MIBGROUP_XGCPMGCQUALITYTABLE_H#define _MIBGROUP_XGCPMGCQUALITYTABLE_H/* we may use header_generic and header_simple_table from the util_funcs module */#include "xgcpCommon.h"config_require(util_funcs)/* function prototypes */void init_xgcpMGCQualityTable(void);FindVarMethod var_xgcpMGCQualityTable;WriteMethod write_xgcpLowerBoundForPacketLoss;WriteMethod write_xgcpHigherBoundForPacketLoss;WriteMethod write_xgcpLowerBoundForJitter;WriteMethod write_xgcpHigherBoundForJitter;WriteMethod write_xgcpLowerBoundForLatency;WriteMethod write_xgcpHigherBoundForLatency;#endif /* _MIBGROUP_XGCPMGCQUALITYTABLE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?