source: ntrip/trunk/BNS/bnsrinex.h@ 3045

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