Changeset 551 in ntrip


Ignore:
Timestamp:
Oct 28, 2007, 9:50:37 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r529 r551  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.6 2007/10/18 13:11:12 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.25 2007/10/25 09:37:42 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.6 $";
     53static char revisionstr[] = "$Revision: 1.25 $";
    5454
    5555#ifndef COMPILEDATE
     
    855855  int i;
    856856
     857  memset(&hdata, 0, sizeof(hdata));
     858
    857859  hdata.data.named.version = buffer;
    858860  i = 1+snprintf(buffer, buffersize,
     
    15341536
    15351537#ifndef NO_RTCM3_MAIN
    1536 static char datestr[]     = "$Date: 2007/10/18 13:11:12 $";
     1538static char datestr[]     = "$Date: 2007/10/25 09:37:42 $";
    15371539
    15381540/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.