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

Last change on this file since 8252 was 8252, checked in by stoecker, 6 years ago

see #105 - reenable Qt4 build options, drop generic version dependend includes, replace by direct requirements, remaining QtCore lines should also be replaced

File size: 488 bytes
Line 
1#ifndef BNCCLOCKRINEX_H
2#define BNCCLOCKRINEX_H
3
4#include <fstream>
5#include <newmat.h>
6
7#include <QDateTime>
8
9#include "bncoutf.h"
10
11class bncClockRinex : public bncoutf {
12 public:
13 bncClockRinex(const QString& sklFileName, const QString& intr, int sampl);
14 virtual ~bncClockRinex();
15 virtual t_irc write(int GPSweek, double GPSweeks, const QString& prn,
16 double sp3Clk);
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.