Changeset 4375 in ntrip for trunk/BNC/src/RTCM


Ignore:
Timestamp:
Jul 4, 2012, 11:51:50 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/GPSDecoder.h

    r4264 r4375  
    6767    slip_cnt_L2 = -1;
    6868    slip_cnt_L5 = -1;
     69    codetype    = 0;
    6970  }
    7071
     
    118119  int    slip_cnt_L2;  // L2 cumulative loss of continuity indicator (negative value = undefined)
    119120  int    slip_cnt_L5;  // L5 cumulative loss of continuity indicator (negative value = undefined)
     121
     122  const char* codetype;
    120123};
    121124
Note: See TracChangeset for help on using the changeset viewer.