source: ntrip/trunk/BNS/bnssp3.h@ 848

Last change on this file since 848 was 848, checked in by mervart, 16 years ago

* empty log message *

File size: 269 bytes
Line 
1#ifndef BNSSP3_H
2#define BNSSP3_H
3
4#include <fstream>
5#include <newmat.h>
6#include <QtCore>
7
8class bnsSP3 {
9 public:
10 bnsSP3();
11 ~bnsSP3();
12 void write(int GPSweek, double GPSweeks, const QString& prn,
13 const ColumnVector& xx);
14 private:
15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.