Last change
on this file since 8443 was 8252, checked in by stoecker, 7 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
|
Rev | Line | |
---|
[3175] | 1 | #ifndef BNCCLOCKRINEX_H
|
---|
| 2 | #define BNCCLOCKRINEX_H
|
---|
| 3 |
|
---|
| 4 | #include <fstream>
|
---|
| 5 | #include <newmat.h>
|
---|
| 6 |
|
---|
[8252] | 7 | #include <QDateTime>
|
---|
| 8 |
|
---|
[3175] | 9 | #include "bncoutf.h"
|
---|
| 10 |
|
---|
| 11 | class bncClockRinex : public bncoutf {
|
---|
| 12 | public:
|
---|
[3184] | 13 | bncClockRinex(const QString& sklFileName, const QString& intr, int sampl);
|
---|
[3175] | 14 | virtual ~bncClockRinex();
|
---|
| 15 | virtual t_irc write(int GPSweek, double GPSweeks, const QString& prn,
|
---|
[4991] | 16 | double sp3Clk);
|
---|
[3175] | 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.