Ignore:
Timestamp:
Aug 6, 2013, 7:37:49 AM (11 years ago)
Author:
stoecker
Message:

support fit interval

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r5318 r5332  
    433433        if(sv)
    434434          ge->flags |= GPSEPHF_L2PCODEDATA;
     435        GETBITS(sv, 1)
     436        if(sv)
     437          ge->flags |= GPSEPHF_6HOURSFIT;
    435438
    436439        i = ((int)ge->GPSweek - (int)handle->GPSWeek)*7*24*60*60
     
    25322535            ((double) e->SVhealth), e->TGD, ((double) e->IODC));
    25332536
    2534             ConvLine(file, "   %19.12e%19.12e\n", ((double)e->TOW), 0.0);
     2537            ConvLine(file, "   %19.12e%19.12e\n", ((double)e->TOW),
     2538            i & GPSEPHF_6HOURSFIT ? 1.0 : 0.0);
    25352539            /* TOW */
    25362540          }
Note: See TracChangeset for help on using the changeset viewer.