source: ntrip/trunk/BNC/src/bncsp3.h@ 6158

Last change on this file since 6158 was 4991, checked in by mervart, 11 years ago
File size: 516 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#include "bnctime.h"
10
11class bncSP3 : public bncoutf {
12 public:
13 bncSP3(const QString& sklFileName, const QString& intr, int sampl);
14 virtual ~bncSP3();
15 t_irc write(int GPSweek, double GPSweeks, const QString& prn,
16 const ColumnVector& xCoM, double sp3Clk);
17
18 private:
19 virtual void writeHeader(const QDateTime& datTim);
20 virtual void closeFile();
21 bncTime _lastEpoTime;
22};
23
24#endif
Note: See TracBrowser for help on using the repository browser.