source:
ntrip/trunk/BNS/bnsrinex.h@
847
| Last change on this file since 847 was 847, checked in by , 18 years ago | |
|---|---|
| File size: 279 bytes | |
| Line | |
|---|---|
| 1 | #ifndef BNSRINEX_H |
| 2 | #define BNSRINEX_H |
| 3 | |
| 4 | #include <fstream> |
| 5 | #include <newmat.h> |
| 6 | #include <QtCore> |
| 7 | |
| 8 | class bnsRinex { |
| 9 | public: |
| 10 | bnsRinex(); |
| 11 | ~bnsRinex(); |
| 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.
