source: ntrip/trunk/BNC/src/RTCM3/ephEncoder.h@ 6898

Last change on this file since 6898 was 6799, checked in by stuerze, 10 years ago

simplification and harmonization of the conversion from accuracy indices into metric values and vice versa

File size: 425 bytes
RevLine 
[5852]1#ifndef EPHENCODER_H
2#define EPHENCODER_H
3
4#include "ephemeris.h"
[6799]5#include "bncutils.h"
[5852]6
7class t_ephEncoder {
8 public:
[6600]9 static int RTCM3(const t_ephGPS& eph, unsigned char *);
10 static int RTCM3(const t_ephGlo& eph, unsigned char *);
11 static int RTCM3(const t_ephGal& eph, unsigned char *);
12 static int RTCM3(const t_ephSBAS& eph, unsigned char *);
13 static int RTCM3(const t_ephBDS& eph, unsigned char *);
[5852]14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.