Changeset 523 in ntrip for trunk/BNC/RTCM3


Ignore:
Timestamp:
Oct 18, 2007, 3:11:12 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r512 r523  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.5 2007/10/17 06:12:00 mervart Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.24 $";
     53static char revisionstr[] = "$Revision: 1.5 $";
    5454
    5555#ifndef COMPILEDATE
     
    236236}
    237237
    238 static void updatetime(int *week, int *tow, int tk, int fixnumleap)
     238void updatetime(int *week, int *tow, int tk, int fixnumleap)
    239239{
    240240  int y,m,d,k,l, nul;
     
    776776};
    777777
    778 static void converttime(struct converttimeinfo *c, int week, int tow)
     778void converttime(struct converttimeinfo *c, int week, int tow)
    779779{
    780780  int i, k, doy, j; /* temporary variables */
     
    15341534
    15351535#ifndef NO_RTCM3_MAIN
    1536 static char datestr[]     = "$Date: 2007/10/08 13:29:45 $";
     1536static char datestr[]     = "$Date: 2007/10/17 06:12:00 $";
    15371537
    15381538/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.