source:
ntrip/trunk/BNC/src/RTCM3/ephEncoder.h@
6271
| Last change on this file since 6271 was 5852, checked in by , 12 years ago | |
|---|---|
| File size: 282 bytes | |
| Rev | Line | |
|---|---|---|
| [5852] | 1 | #ifndef EPHENCODER_H |
| 2 | #define EPHENCODER_H | |
| 3 | ||
| 4 | #include "ephemeris.h" | |
| 5 | ||
| 6 | class t_ephEncoder { | |
| 7 | public: | |
| 8 | static int RTCM3(const t_ephGPS& eph, unsigned char *); | |
| 9 | static int RTCM3(const t_ephGlo& eph, unsigned char *); | |
| 10 | static int RTCM3(const t_ephGal& eph, unsigned char *); | |
| 11 | }; | |
| 12 | ||
| 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
