修改结构体
This commit is contained in:
parent
bf36b60d82
commit
2672620780
@ -7,14 +7,14 @@ extern std::string IMEI;
|
||||
|
||||
struct RadioInfo
|
||||
{
|
||||
int rsrp = -999; // dBm
|
||||
int rsrq = -999; // dB
|
||||
int sinr = -999; // dB
|
||||
|
||||
int pci = -1; // 物理小区 ID
|
||||
int band = -1; // 频点 Band
|
||||
int band = -1; // LTE/NR Band(如果你要解析可以填)
|
||||
int arfcn = -1; // 频点号,NR/SA必有字段
|
||||
int rsrp = 0; // dBm
|
||||
int rsrq = 0; // dB
|
||||
int sinr = 0; // dB
|
||||
|
||||
std::string raw; // 原始 AT 返回内容
|
||||
std::string raw; // 调试原始串
|
||||
};
|
||||
|
||||
extern RadioInfo g_radio_info;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user