Changeset 2256 in ntrip for trunk/BNC/RTCM3


Ignore:
Timestamp:
Jan 16, 2010, 11:22:15 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/rtcm3torinex.c

    r2255 r2256  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.28 2010/01/12 12:13:23 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.29 2010/01/16 10:18:44 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.28 $";
     57static char revisionstr[] = "$Revision: 1.29 $";
    5858
    5959#ifndef COMPILEDATE
     
    251251}
    252252
     253// Convert Moscow time into UTC (fixnumleap == 1) or GPS (fixnumleap == 0)
    253254void updatetime(int *week, int *secOfWeek, int mSecOfWeek, int fixnumleap)
    254255{
     
    16831684
    16841685#ifndef NO_RTCM3_MAIN
    1685 static char datestr[]     = "$Date: 2010/01/12 12:13:23 $";
     1686static char datestr[]     = "$Date: 2010/01/16 10:18:44 $";
    16861687
    16871688/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.