Changeset 284 in ntrip


Ignore:
Timestamp:
Nov 8, 2006, 5:17:08 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r283 r284  
    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.cpp,v 1.9 2006/11/08 16:08:32 mervart 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.9 $";
    5353
    5454static uint32_t CRC24(long size, const unsigned char *buf)
     
    590590  }
    591591
     592#ifndef NO_RTCM3_MAIN
    592593  for(i = 0; i < hdata.numheaders; ++i)
    593594    printf("%s\n", hdata.data.unnamed[i]);
    594595  printf("                                                            "
    595596  "END OF HEADER\n");
     597#endif
    596598}
    597599
     
    692694
    693695#ifndef NO_RTCM3_MAIN
    694 static char datestr[]     = "$Date: 2006/11/02 13:54:43 $";
     696static char datestr[]     = "$Date: 2006/11/08 16:08:32 $";
    695697
    696698/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.