Changeset 328 in ntrip


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

cleanup

Location:
trunk/rtcm3torinex
Files:
2 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 */
  • trunk/rtcm3torinex/rtcm3torinex.h

    r318 r328  
    44/*
    55  Converter for RTCM3 data to RINEX.
    6   $Id: rtcm3torinex.h,v 1.2 2006/11/03 11:50:11 stoecker Exp $
     6  $Id: rtcm3torinex.h,v 1.3 2006/11/15 12:31:31 stoecker Exp $
    77  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
    88
     
    9494#define GLO_WAVELENGTH_L2(a) (LIGHTSPEED / GLO_FREQU_L2(a)) /* m */
    9595
    96 /* unimportant, only for approx. time needed */
    97 #define LEAPSECONDS 14
    98 
    9996/* Additional flags for the data field, which tell us more. */
    10097#define GNSSDF_LOCKLOSSL1     (1<<29)  /* lost lock on L1 */
Note: See TracChangeset for help on using the changeset viewer.