Changeset 287 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Nov 8, 2006, 6:11:08 PM (17 years ago)
Author:
stoecker
Message:

added defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r270 r287  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.7 2006/11/02 13:54:43 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.8 2006/11/03 11:50:11 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
    55
     
    5050
    5151/* CVS revision and version */
    52 static char revisionstr[] = "$Revision: 1.7 $";
     52static char revisionstr[] = "$Revision: 1.8 $";
    5353
    5454static uint32_t CRC24(long size, const unsigned char *buf)
     
    858858  }
    859859
     860#ifndef NO_RTCM3_MAIN
    860861  for(i = 0; i < hdata.numheaders; ++i)
    861862    printf("%s\n", hdata.data.unnamed[i]);
    862863  printf("                                                            "
    863864  "END OF HEADER\n");
     865#endif
    864866}
    865867
     
    963965
    964966#ifndef NO_RTCM3_MAIN
    965 static char datestr[]     = "$Date: 2006/11/02 13:54:43 $";
     967static char datestr[]     = "$Date: 2006/11/03 11:50:11 $";
    966968
    967969/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.