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


Ignore:
Timestamp:
Feb 20, 2015, 9:23:22 AM (9 years ago)
Author:
stuerze
Message:

complete renaming Compass to BDS

File:
1 edited

Legend:

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

    r6403 r6600  
    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 *);
    11   static int RTCM3(const t_ephSBAS&    eph, unsigned char *);
    12   static int RTCM3(const t_ephCompass& 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_ephBDS& eph, unsigned char *);
    1313};
    1414
Note: See TracChangeset for help on using the changeset viewer.