Changeset 6403 in ntrip for trunk/BNC/src/RTCM3/ephEncoder.h


Ignore:
Timestamp:
Dec 22, 2014, 11:38:17 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/ephEncoder.h

    r5852 r6403  
    66class t_ephEncoder {
    77 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 *);
     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  static int RTCM3(const t_ephSBAS&    eph, unsigned char *);
     12  static int RTCM3(const t_ephCompass& eph, unsigned char *);
    1113};
    1214
Note: See TracChangeset for help on using the changeset viewer.