-
大小: 11KB文件類型: .rar金幣: 1下載: 0 次發布日期: 2021-01-07
- 語言: 其他
- 標簽: spp??readgpsdata??gps??BDS??
資源簡介
可以讀取gps,北斗等多系統的rinex3.0和2.0任意版本數據 需要自己修改注釋用作單點定位廣播星歷的讀取觀測數據的讀取
代碼片段和文件信息
#include?
#include?
#include?
#include?“RinexNavfile.h“
#include
#include
using?namespace?std;
/** RinexNavfile?構造函數?初始化
* --------------------------*/
rinexNavHeader::rinexNavHeader()
{
VersionType?=?0;
}
/** file類?構造函數
* 此方法構造直接進行文件讀取
* 讀取過程中存在異常情況會進行捕捉
* ---------------------------*/
RinexNavfile::RinexNavfile(const?string?&?fileName?e_inpOut?inpOut)
{
this->_fileName?=?fileName;
this->_inpOut?=?inpOut;
_flgPowerFail?=?false;
if?(_inpOut?==?input)
{
openRead(_fileName);
}
if?(_inpOut?==?output)
{
openWrite(_fileName);
}
}
/** RinexNavfile?析構函數
* --------------------------*/
RinexNavfile::~RinexNavfile()
{
/*
//this->_inpOut?=?0;
this->GPSData.clear();
this->GPSDat
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4460??2018-07-25?12:30??RinexObsfile.h
?????文件??????18319??2017-08-29?15:47??RinexNavfile.cpp
?????文件???????3340??2017-08-14?19:04??RinexNavfile.h
?????文件??????17499??2017-08-05?20:20??RinexObsfile.cpp
-----------?---------??----------?-----??----
????????????????43618????????????????????4
- 上一篇:基于Intouch 的報警查詢軟件
- 下一篇:labview 清空內存
評論
共有 條評論