Last change
on this file since 10572 was 10534, checked in by stuerze, 3 months ago |
Service and RTCM CRS encoding and decoding as well as Helmert parameter decoding added + some re-organisation
|
File size:
443 bytes
|
Rev | Line | |
---|
[5852] | 1 | #ifndef EPHENCODER_H
|
---|
| 2 | #define EPHENCODER_H
|
---|
| 3 |
|
---|
| 4 | #include "ephemeris.h"
|
---|
[6799] | 5 | #include "bncutils.h"
|
---|
[10534] | 6 | #include "bits.h"
|
---|
[5852] | 7 |
|
---|
| 8 | class t_ephEncoder {
|
---|
| 9 | public:
|
---|
[6600] | 10 | static int RTCM3(const t_ephGPS& eph, unsigned char *);
|
---|
| 11 | static int RTCM3(const t_ephGlo& eph, unsigned char *);
|
---|
| 12 | static int RTCM3(const t_ephGal& eph, unsigned char *);
|
---|
| 13 | static int RTCM3(const t_ephSBAS& eph, unsigned char *);
|
---|
| 14 | static int RTCM3(const t_ephBDS& eph, unsigned char *);
|
---|
[5852] | 15 | };
|
---|
| 16 |
|
---|
| 17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.