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


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.cpp

    r6375 r6403  
    321321}
    322322
     323int t_ephEncoder::RTCM3(const t_ephSBAS& /* eph */, unsigned char* /* buffer */) {
     324
     325  return 0;
     326}
     327
     328int t_ephEncoder::RTCM3(const t_ephCompass& /* eph */, unsigned char* /* buffer */) {
     329
     330  return 0;
     331}
Note: See TracChangeset for help on using the changeset viewer.