Rev | Line | |
---|
[3176] | 1 | #ifndef BNCSP3_H
|
---|
| 2 | #define BNCSP3_H
|
---|
| 3 |
|
---|
| 4 | #include <fstream>
|
---|
| 5 | #include <newmat.h>
|
---|
| 6 | #include <QtCore>
|
---|
| 7 |
|
---|
| 8 | #include "bncoutf.h"
|
---|
| 9 |
|
---|
| 10 | class bncSP3 : public bncoutf {
|
---|
| 11 | public:
|
---|
[3184] | 12 | bncSP3(const QString& sklFileName, const QString& intr, int sampl);
|
---|
[3176] | 13 | virtual ~bncSP3();
|
---|
[3184] | 14 | t_irc write(int GPSweek, double GPSweeks, const QString& prn,
|
---|
| 15 | const ColumnVector& xx);
|
---|
[3176] | 16 |
|
---|
| 17 | private:
|
---|
| 18 | virtual void writeHeader(const QDateTime& datTim);
|
---|
| 19 | virtual void closeFile();
|
---|
| 20 | int _lastGPSweek;
|
---|
| 21 | double _lastGPSweeks;
|
---|
| 22 | };
|
---|
| 23 |
|
---|
| 24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.