source: ntrip/branches/BNC_LM/bncsp3.h@ 3573

Last change on this file since 3573 was 3184, checked in by mervart, 13 years ago
File size: 501 bytes
Line 
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
10class bncSP3 : public bncoutf {
11 public:
12 bncSP3(const QString& sklFileName, const QString& intr, int sampl);
13 virtual ~bncSP3();
14 t_irc write(int GPSweek, double GPSweeks, const QString& prn,
15 const ColumnVector& xx);
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.