1 Star 0 Fork 2

echo201084/ppp-new

forked from gnss2020/ppp-new 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
file_read.h 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
Taciturn-knight 提交于 2016-04-30 09:51 . 以完成三潮改正
#ifndef FILE_READ_H
#define FILE_READ_H
#include<QString>
#include"o_data.h"
#include"sp3_data.h"
#include"clock_data.h"
#include"snx_data.h"
#include"antmod_data.h"
#include"ocean_date.h"
#include"erp_data.h"
class file_read
{
public:
file_read();
void ppp_o_read(const QString &file_path,o_file &obs);
void ppp_sp3_read(const QString &file_path,sp3_file &sp3);
void ppp_clock_read(const QString &file_path,clock_file &clock);
void ppp_snx_read(const QString &file_path,snx_data &snx,QString mark_name);
void ppp_ant_read(const QString &file_path,antmod_file &ant);
void ppp_ocean_read(const QString &file_path, ocean_file &ocean_data);
void ppp_erp_read(const QString &file_path, erp_file &erp_data);
private:
void phase_matching(const QStringList &match_list, system_signal &sys_list);//选择观测信号
int each_phase_matching(const QStringList & reference_list,const QStringList & obs_descriptor);//匹配最精确的观测信号
};
#endif // FILE_READ_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/echo201084/ppp.git
git@gitee.com:echo201084/ppp.git
echo201084
ppp
ppp-new
master

搜索帮助