Changeset 6600 in ntrip for trunk/BNC/src/RTCM3


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

complete renaming Compass to BDS

Location:
trunk/BNC/src/RTCM3
Files:
2 edited

Legend:

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

    r6550 r6600  
    326326}
    327327
    328 int t_ephEncoder::RTCM3(const t_ephCompass& /* eph */, unsigned char* /* buffer */) {
     328int t_ephEncoder::RTCM3(const t_ephBDS& /* eph */, unsigned char* /* buffer */) {
    329329
    330330  return 0;
  • 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.