Rev | Line | |
---|
[848] | 1 | #ifndef BNSSP3_H
|
---|
| 2 | #define BNSSP3_H
|
---|
| 3 |
|
---|
| 4 | #include <fstream>
|
---|
| 5 | #include <newmat.h>
|
---|
| 6 | #include <QtCore>
|
---|
| 7 |
|
---|
[850] | 8 | #include "bnsoutf.h"
|
---|
| 9 |
|
---|
| 10 | class bnsSP3 : public bnsoutf {
|
---|
[848] | 11 | public:
|
---|
[850] | 12 | bnsSP3(const QString& prep, const QString& ext, const QString& path,
|
---|
| 13 | const QString& intr, int sampl);
|
---|
| 14 | virtual ~bnsSP3();
|
---|
[3045] | 15 | virtual BNS::t_irc write(int GPSweek, double GPSweeks, const QString& prn,
|
---|
| 16 | const ColumnVector& xx, bool append);
|
---|
[849] | 17 |
|
---|
[848] | 18 | private:
|
---|
[850] | 19 | virtual void writeHeader(const QDateTime& datTim);
|
---|
[859] | 20 | virtual void closeFile();
|
---|
[854] | 21 | int _lastGPSweek;
|
---|
| 22 | double _lastGPSweeks;
|
---|
[848] | 23 | };
|
---|
| 24 |
|
---|
| 25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.