功能 #3098
tfu实现获取gps位置等信息的api
开始日期:
2025-04-03
计划完成日期:
% 完成:
0%
预期时间:
描述
建议格式:
typedef struct wnPosInfo
{
wnDouble64 posLatitude; //纬度,格式 “dddmm.mmmmm”,ddd表示度,mm.mmmm表示分,北纬为正,南纬为负
wnDouble64 posLongitude; // 经度,格式同维度一样,东经为正,西经为负
} wnPosInfoT,
*wnPosInfoP;
历史记录
由 钱 伯宁 更新于 13 天 之前
type DuCellPeriodDataV9 struct {
CellId uint16
UeNum uint16 //Ue个数
ResIdleRate int32 //基站的时频资源空闲度上报 res-idle-rate
TPut [2]int32 // 0- UL , 1-DL
PhyTput [2]uint32 // kbps, 0- UL , 1-DL
SubBandInterfPower [273]int16 //子带干扰功率
Reserverd [3]uint16 //补位
AmplifierData ApiPaGetV3
PosData PositionInfo //位置信息
// UeData []DuUePeriodData
}
type PositionInfo struct {
Latitude float64 //维度
Longitude float64 //经度
Altitude float64 //高度
IsShow bool //true:显示值,false:不显示
Reserverd [7]uint8 //补位
}
gnb_agent与DU接口,version:9