Changeset 6403 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Dec 22, 2014, 11:38:17 AM (10 years ago)
- Location:
- trunk/BNC/src/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r6375 r6403 321 321 } 322 322 323 int t_ephEncoder::RTCM3(const t_ephSBAS& /* eph */, unsigned char* /* buffer */) { 324 325 return 0; 326 } 327 328 int t_ephEncoder::RTCM3(const t_ephCompass& /* eph */, unsigned char* /* buffer */) { 329 330 return 0; 331 } -
trunk/BNC/src/RTCM3/ephEncoder.h
r5852 r6403 6 6 class t_ephEncoder { 7 7 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 *); 11 13 }; 12 14
Note:
See TracChangeset
for help on using the changeset viewer.