Last change
on this file since 10608 was 10608, checked in by stuerze, 3 days ago |
inclusion of the 24:00 epoch in orbit and clock product files
|
File size:
618 bytes
|
Rev | Line | |
---|
[3175] | 1 | #ifndef BNCCLOCKRINEX_H
|
---|
| 2 | #define BNCCLOCKRINEX_H
|
---|
| 3 |
|
---|
| 4 | #include <fstream>
|
---|
| 5 | #include <newmat.h>
|
---|
[8483] | 6 | #include <QtCore>
|
---|
[3175] | 7 |
|
---|
| 8 | #include "bncoutf.h"
|
---|
| 9 |
|
---|
| 10 | class bncClockRinex : public bncoutf {
|
---|
| 11 | public:
|
---|
[3184] | 12 | bncClockRinex(const QString& sklFileName, const QString& intr, int sampl);
|
---|
[3175] | 13 | virtual ~bncClockRinex();
|
---|
[8483] | 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);
|
---|
[3175] | 17 |
|
---|
| 18 | private:
|
---|
| 19 | virtual void writeHeader(const QDateTime& datTim);
|
---|
[10608] | 20 | std::ostringstream _oStr;
|
---|
| 21 | bncTime _lastEpoTime;
|
---|
[3175] | 22 | };
|
---|
| 23 |
|
---|
| 24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.