source: ntrip/trunk/BNC/bncclockrinex.h@ 3181

Last change on this file since 3181 was 3181, checked in by mervart, 13 years ago
File size: 543 bytes
Line 
1#ifndef BNCCLOCKRINEX_H
2#define BNCCLOCKRINEX_H
3
4#include <fstream>
5#include <newmat.h>
6#include <QtCore>
7
8#include "bncoutf.h"
9
10class bncClockRinex : public bncoutf {
11 public:
12 bncClockRinex(const QString& prep, const QString& ext, const QString& path,
13 const QString& intr, int sampl);
14 virtual ~bncClockRinex();
15 virtual t_irc write(int GPSweek, double GPSweeks, const QString& prn,
16 const ColumnVector& xx);
17
18 private:
19 virtual void writeHeader(const QDateTime& datTim);
20 bool _append;
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.