source:
ntrip/trunk/BNC/bncrinex.h@
76
Last change on this file since 76 was 74, checked in by , 19 years ago | |
---|---|
File size: 331 bytes |
Rev | Line | |
---|---|---|
[73] | 1 | |
2 | #ifndef BNCRINEX_H | |
3 | #define BNCRINEX_H | |
4 | ||
[74] | 5 | #include <QByteArray> |
[73] | 6 | #include <QList> |
7 | ||
8 | #include "RTCM/GPSDecoder.h" | |
9 | ||
10 | class bncRinex { | |
11 | public: | |
12 | bncRinex(const char* StatID); | |
13 | ~bncRinex(); | |
14 | void deepCopy(const Observation* obs); | |
15 | void dumpEpoch(); | |
16 | ||
17 | private: | |
[74] | 18 | QByteArray _statID; |
[73] | 19 | QList<Observation*> _obs; |
20 | }; | |
21 | ||
22 | #endif |
Note:
See TracBrowser
for help on using the repository browser.