Changeset 131 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.cpp


Ignore:
Timestamp:
Sep 7, 2006, 9:48:35 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r99 r131  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.cpp,v 1.6 2006/09/02 12:23:05 mervart Exp $
     3  $Id: rtcm3torinex.cpp,v 1.7 2006/09/06 16:13:16 mervart Exp $
    44
    55  Program written bei
     
    6666
    6767/* CVS revision and version */
    68 static char revisionstr[] = "$Revision: 1.6 $";
    69 static char datestr[]     = "$Date: 2006/09/02 12:23:05 $";
     68static char revisionstr[] = "$Revision: 1.7 $";
     69static char datestr[]     = "$Date: 2006/09/06 16:13:16 $";
    7070static int stop = 0;
    7171
     
    740740
    741741
     742#ifndef NO_RTCM3_MAIN
    742743  for(i = 0; i < hdata.numheaders; ++i)
    743744    printf("%s\n", hdata.data.unnamed[i]);
    744745  printf("                                                            "
    745746  "END OF HEADER\n");
     747#endif
    746748}
    747749
Note: See TracChangeset for help on using the changeset viewer.