代码拉取完成,页面将自动刷新
同步操作将从 zigzag2015/ppp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef ANTMOD_DATE_H
#define ANTMOD_DATE_H
#include<QString>
#include<QVector>
#include <Eigen/Eigen>
class satellite_antmod
{
public:
satellite_antmod();
bool operator ==(const satellite_antmod &right) const;
QString antenna_type;
QString sate_info;
double DAZI;
double ZEN1;
double ZEN2;
double DZEN;
int num_of_frequencies;
QString start_time; //有效期开始的时间
int start_year;
int start_month;
int start_day;
int start_hour;
int start_minute;
double start_second;
QString end_time;
int end_year;
int end_month;
int end_day;
int end_hour;
int end_minute;
double end_second;
QString frequency_type;
QString frequency;
double APC_x; //x方向上卫星天线相位中心与卫星中心相对偏差
double APC_y;
double APC_z;
QVector<double> NOAZI; //PCV 天线相位中心偏差
};
class station_antmod
{
public:
station_antmod();
QString antenna_type;
QString receiver_info;
double DAZI;
double ZEN1;
double ZEN2;
double DZEN;
int num_of_frequencies; //频率的个数
QString start_time; //有效期开始的时间
QString end_time;
QString frequency_type;
QString L1_frequency;
double L1_APC_N; //x方向上卫星天线相位中心与卫星中心相对偏差
double L1_APC_E;
double L1_APC_U;
Eigen::MatrixXd L1_NOAZI; //PCV 天线相位中心偏差
QString L2_frequency;
double L2_APC_N; //x方向上卫星天线相位中心与卫星中心相对偏差
double L2_APC_E;
double L2_APC_U;
Eigen::MatrixXd L2_NOAZI; //PCV 天线相位中心偏差,
};
class antmod_file
{
public:
antmod_file();
QVector<satellite_antmod> satellite;
QVector<station_antmod> station;
};
#endif // ANTMOD_DATE_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。