source: ntrip/trunk/BNC/src/bncclockrinex.h@ 9211

Last change on this file since 9211 was 8483, checked in by stuerze, 6 years ago

SSR parameter clock rate, clock drift and URA are added within RTNET format

File size: 571 bytes
Line 
1#ifndef BNCCLOCKRINEX_H
2#define BNCCLOCKRINEX_H
3
4#include <fstream>
5#include <newmat.h>
6#include <QtCore>
7
8#include "bncoutf.h"
9
10class bncClockRinex : public bncoutf {
11 public:
12 bncClockRinex(const QString& sklFileName, const QString& intr, int sampl);
13 virtual ~bncClockRinex();
14 virtual t_irc write(int GPSweek, double GPSweeks, const QString& prn,
15 double clkRnx, double clkRnxRate, double clkRnxAcc,
16 double clkRnxSig, double clkRnxRateSig, double clkRnxAccSig);
17
18 private:
19 virtual void writeHeader(const QDateTime& datTim);
20 bool _append;
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.