rate_constants.h
来自「Atheros AP Test with Agilent N4010A sour」· C头文件 代码 · 共 25 行
H
25 行
#ifndef __INCrateconstantsh
#define __INCrateconstantsh
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
extern const A_UCHAR rateValues[];
extern const A_UCHAR rateCodes[];
extern const A_UINT16 numRateCodes;
extern A_UINT32 descRate2bin(A_UINT32 descRateCode);
extern A_UINT32 rate2bin(A_UINT32 rateCode);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?