Changeset 2490 in ntrip for trunk/rtcm3torinex/rtcm3torinex.h


Ignore:
Timestamp:
Jun 1, 2010, 7:45:56 PM (14 years ago)
Author:
stoecker
Message:

fix loss of lock (patch by Edgar Johansen)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.h

    r2487 r2490  
    209209  struct gnssdata DataNew;
    210210  int    size;
    211   int    lastlockl1[64];
    212   int    lastlockl2[64];
     211  int    lastlockGPSl1[64];
     212  int    lastlockGPSl2[64];
     213  int    lastlockGLOl1[64];
     214  int    lastlockGLOl2[64];
    213215#ifdef NO_RTCM3_MAIN
    214216  double antX;
Note: See TracChangeset for help on using the changeset viewer.