Changeset 505 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.c


Ignore:
Timestamp:
Oct 14, 2007, 4:59:27 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r504 r505  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.1 2007/10/14 13:02:20 mervart 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.24 $";
     53static char revisionstr[] = "$Revision: 1.1 $";
    5454
    5555#ifndef COMPILEDATE
     
    806806#endif
    807807
     808#ifndef NO_RTCM3_MAIN
    808809void RTCM3Text(const char *fmt, ...)
    809810{
     
    813814  va_end(v);
    814815}
     816#endif
    815817
    816818static int HandleRunBy(char *buffer, int buffersize, const char **u,
     
    15341536
    15351537#ifndef NO_RTCM3_MAIN
    1536 static char datestr[]     = "$Date: 2007/10/08 13:29:45 $";
     1538static char datestr[]     = "$Date: 2007/10/14 13:02:20 $";
    15371539
    15381540/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.