Changeset 6600 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Feb 20, 2015, 9:23:22 AM (10 years ago)
- Location:
- trunk/BNC/src/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r6550 r6600 326 326 } 327 327 328 int t_ephEncoder::RTCM3(const t_eph Compass& /* eph */, unsigned char* /* buffer */) {328 int t_ephEncoder::RTCM3(const t_ephBDS& /* eph */, unsigned char* /* buffer */) { 329 329 330 330 return 0; -
trunk/BNC/src/RTCM3/ephEncoder.h
r6403 r6600 6 6 class t_ephEncoder { 7 7 public: 8 static int RTCM3(const t_ephGPS& 9 static int RTCM3(const t_ephGlo& 10 static int RTCM3(const t_ephGal& 11 static int RTCM3(const t_ephSBAS& 12 static int RTCM3(const t_eph Compass&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 *); 13 13 }; 14 14
Note:
See TracChangeset
for help on using the changeset viewer.