更新:机扫和相扫程序合并,通过宏定义配置切换
Signed-off-by: waiwaylee <waiwaylee@foxmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ struct PointRecv
|
||||
double snr; //信噪比
|
||||
double RCS; //目标RCS
|
||||
int CPI_Time; //CPI时间
|
||||
int GNSS_time; //GNSS时间
|
||||
int Point_index; //点迹号 1~50
|
||||
int Point_Sum; //点迹总数
|
||||
int Use_Flag; //点迹使用标志 1使用 0未使用
|
||||
@@ -41,6 +42,7 @@ struct Trust_Track
|
||||
double Height; //高度
|
||||
|
||||
int T_track; //航迹时间
|
||||
int GNSS_time; //GNSS时间
|
||||
|
||||
int Track_Sum; //航迹总数
|
||||
int Point_Index; //该航迹上的第几个点
|
||||
@@ -107,6 +109,7 @@ struct Temp_track
|
||||
double RCS; //RCS
|
||||
double Amp; //幅度
|
||||
int T; //时间戳
|
||||
int GNSS_time; //GNSS时间戳
|
||||
|
||||
double d; //关联上的点的d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user