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

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