⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rinexobs.h

📁 GPS 定位授时源码
💻 H
字号:
// RinexObs.h: interface for the RinexObs class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RINEXOBS_H__041FC33E_7DDE_4DB7_9510_E55B87AE9392__INCLUDED_)
#define AFX_RINEXOBS_H__041FC33E_7DDE_4DB7_9510_E55B87AE9392__INCLUDED_

#include "fstream.h"
#include "GlobleDefine.h"
#include "stdAfx.h"


void READEPOOBSHEAD(ifstream inObsFile,ofstream outPosFile,OBSHEAD &head,int *obstype,int &TYPENUM);
void READEPOOBSREC(ifstream inObsFile,ofstream outPosFile,OBSRECEPOHEAD & epohead,OBSRECPERSAT eporec[15],int TYPENUM);
void CORRECTOBSLINE(char *str);
int SEAPRN(CString str,int PRN);
int SEATYPE(CString strT,CString strS);

/////////////////////////////////////////////////




#endif // !defined(AFX_RINEXOBS_H__041FC33E_7DDE_4DB7_9510_E55B87AE9392__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -