Last change
on this file since 10501 was 9650, checked in by stuerze, 3 years ago |
minor changes
|
-
Property svn:keywords
set to
Author Date Id Rev URL;svn:eol-style=native
-
Property svn:mime-type
set to
text/plain
|
File size:
849 bytes
|
Rev | Line | |
---|
[6653] | 1 | #ifndef BNCSINEXTRO_H
|
---|
| 2 | #define BNCSINEXTRO_H
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 | #include <fstream>
|
---|
| 6 | #include <newmat.h>
|
---|
| 7 | #include <QtCore>
|
---|
| 8 |
|
---|
| 9 | #include "bncoutf.h"
|
---|
| 10 | #include "bncversion.h"
|
---|
| 11 | #include "pppOptions.h"
|
---|
[7521] | 12 | #include "bncsettings.h"
|
---|
| 13 | #include "bncantex.h"
|
---|
[6653] | 14 |
|
---|
| 15 | using namespace BNC_PPP;
|
---|
| 16 |
|
---|
| 17 | class bncSinexTro : public bncoutf {
|
---|
| 18 | public:
|
---|
| 19 | bncSinexTro(const t_pppOptions* opt,
|
---|
| 20 | const QString& sklFileName, const QString& intr,
|
---|
| 21 | int sampl);
|
---|
| 22 | virtual ~bncSinexTro();
|
---|
| 23 | virtual t_irc write(QByteArray staID, int GPSWeek, double GPSWeeks,
|
---|
| 24 | double trotot, double stdev);
|
---|
| 25 |
|
---|
| 26 | private:
|
---|
| 27 | virtual void writeHeader(const QDateTime& datTim);
|
---|
| 28 | virtual void closeFile();
|
---|
[9650] | 29 | QString _roverName;
|
---|
| 30 | int _sampl;
|
---|
[6653] | 31 | const t_pppOptions* _opt;
|
---|
[9650] | 32 | bncAntex* _antex;
|
---|
| 33 | double _antPCO[t_frequency::max];
|
---|
[6653] | 34 | };
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.