Changeset 2261 in ntrip for trunk/BNS


Ignore:
Timestamp:
Jan 16, 2010, 12:10:00 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/RTCM/rtcm3torinex.c

    r2256 r2261  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.30 2010/01/16 10:21:09 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.4 2010/01/16 10:22:15 mervart Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    5555
    5656/* CVS revision and version */
    57 static char revisionstr[] = "$Revision: 1.30 $";
     57static char revisionstr[] = "$Revision: 1.4 $";
    5858
    5959#ifndef COMPILEDATE
     
    640640        GETBITS(i,27) /* tk */
    641641
     642        updatetime(&handle->GPSWeek, &handle->GPSTOW, i, 0); // Moscow -> GPS
    642643        i = handle->GPSTOW*1000;
    643         updatetime(&handle->GPSWeek, &handle->GPSTOW, i, 0); // Moscow -> GPS
    644644        if(gnss->week && (gnss->timeofweek != i || gnss->week
    645645        != handle->GPSWeek))
     
    16841684
    16851685#ifndef NO_RTCM3_MAIN
    1686 static char datestr[]     = "$Date: 2010/01/16 10:21:09 $";
     1686static char datestr[]     = "$Date: 2010/01/16 10:22:15 $";
    16871687
    16881688/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.