Changeset 328 in ntrip for trunk/rtcm3torinex/rtcm3torinex.c


Ignore:
Timestamp:
Nov 24, 2006, 10:53:42 AM (17 years ago)
Author:
stoecker
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r326 r328  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.11 2006/11/21 08:27:35 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.12 2006/11/23 14:39:50 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.11 $";
     53static char revisionstr[] = "$Revision: 1.12 $";
    5454
    5555static uint32_t CRC24(long size, const unsigned char *buf)
     
    179179{0,0,0,0} /* end marker */
    180180};
     181#define LEAPSECONDS     14 /* only needed for approx. time */
    181182#define GPSLEAPSTART    19 /* 19 leap seconds existed at 6.1.1980 */
    182183
     
    989990
    990991#ifndef NO_RTCM3_MAIN
    991 static char datestr[]     = "$Date: 2006/11/21 08:27:35 $";
     992static char datestr[]     = "$Date: 2006/11/23 14:39:50 $";
    992993
    993994/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.