You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
894 B
C

#pragma once
#include "calc_api.h"
//#include "framelib/FrameFKD_JE.h"
//
//class CalcDestination : public CBCGPPropertyPage
//{
//public:
// CalcDestination();
// virtual ~CalcDestination();
//
// //设置飞机位置信息参数
// void setFlyLocationParameter(const DataFKD& data);
//
// //设置飞机姿态信息参数
// void setFlyAttitudeParmeter(const DataFKD& data);
//
// //设置吊舱姿态信息参数
// void setPodAttitudeParmerter(const DataFKD& data);
//
// //设置空投靶向目标点定位数据
// void setDesLocation(double lat, double lon, float height);
//
// //计算目标点位置
// void calcDesLocation(DES_LOCATION& desLoaction);
//
// //计算空投目标点转向与俯仰应变化的角度
// void calcPodNeedAngle(POD_NEED_ANGLE& needAngle);
//
//private:
// CALC_DES_DATA _calcData; //空投靶向目标需求飞机、吊舱相关数据
// DES_LOCATION _desLocation;//目标点位置信息
// DES_LOCATION _airDropLocation;//空投点位置信息
//};
//