Ignore:
Timestamp:
Jun 28, 2010, 3:54:17 PM (14 years ago)
Author:
stoecker
Message:

fix #5 - support date reading from block 1013

File:
1 edited

Legend:

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

    r2500 r2501  
    334334        handle->antenna[antnum] = 0;
    335335        ret = type;
     336      }
     337      break;
     338    case 1013:
     339      {
     340        SKIPBITS(12);
     341        GETBITS(handle->modjulday, 16);
     342        GETBITS(handle->secofday, 17);
     343        SKIPBITS(5);
     344        GETBITS(handle->leapsec, 8);
     345        ret = 1013;
    336346      }
    337347      break;
Note: See TracChangeset for help on using the changeset viewer.