Changeset 4376 in ntrip


Ignore:
Timestamp:
Jul 4, 2012, 12:01:03 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4375 r4376  
    6767    slip_cnt_L2 = -1;
    6868    slip_cnt_L5 = -1;
    69     codetype    = 0;
    7069  }
    7170
     
    119118  int    slip_cnt_L2;  // L2 cumulative loss of continuity indicator (negative value = undefined)
    120119  int    slip_cnt_L5;  // L5 cumulative loss of continuity indicator (negative value = undefined)
    121 
    122   const char* codetype;
    123120};
    124121
Note: See TracChangeset for help on using the changeset viewer.