preclk.h

来自「GPS 定位授时源码」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef _AFX_PRECLK_H
#define _AFX_PRECLK_H


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

int READCLKFILE(ifstream inClkFile,char *MarkerName,PRECLK &PreClk);
// IGR ,IGS,IGU  clk files
int READCODCLKFILE(ifstream inClkFile,char *MarkerName,PRECLK &PreClk);
//COD  CLK Files

int GETCLKRMS(ofstream pFile,long double *lObs,int n);
int GETWCLKRMS(ofstream pFile,long double *lObs,SIGCLK  *pRecClk,
			   SIGCLK *pDifToReference,int n);

int GETPOSRMS(ofstream pFile,long double *lV,int n);
int Clk30SecTo5Min(ofstream pFile,long double *lInput,long double *lOutput,
				  int outputNum,int groups);
#endif

⌨️ 快捷键说明

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