增加起track_init中航屏蔽区域

Signed-off-by: Yang Jianchao <yangjianchao999@126.com>
This commit is contained in:
Yang Jianchao
2022-05-31 15:29:29 +08:00
parent 5e5ddf0d7b
commit 06938b23f6
3 changed files with 21 additions and 2 deletions
+2
View File
@@ -49,6 +49,8 @@ private:
double alpha_cal_track_init(float x0,float y0,float x1,float y1,float x2,float y2); //计算夹角
int track_init_prohibit(float r, float azi, struct RadarPara Work_Parameter); //判断目标是否位于航迹起始屏蔽区 是返回1 否返回0
Track_Ind_Mangement track_index_mangement;
};