Changeset 439 in ntrip for trunk/rtcm3torinex/rtcm3torinex.c


Ignore:
Timestamp:
Apr 11, 2007, 11:08:39 AM (17 years ago)
Author:
stoecker
Message:

added more version information in help view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r378 r439  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.16 2007/01/11 15:32:26 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.17 2007/01/23 17:16:39 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.16 $";
     53static char revisionstr[] = "$Revision: 1.17 $";
     54
     55#ifndef COMPILEDATE
     56#define COMPILEDATE " built " __DATE__
     57#endif
    5458
    5559static uint32_t CRC24(long size, const unsigned char *buf)
     
    10171021
    10181022#ifndef NO_RTCM3_MAIN
    1019 static char datestr[]     = "$Date: 2007/01/11 15:32:26 $";
     1023static char datestr[]     = "$Date: 2007/01/23 17:16:39 $";
    10201024
    10211025/* The string, which is send as agent in HTTP request */
     
    12351239  if(!res || help)
    12361240  {
    1237     RTCM3Error("Version %s (%s) GPL\nUsage: %s -s server -u user ...\n"
     1241    RTCM3Error("Version %s (%s) GPL" COMPILEDATE
     1242    "\nUsage: %s -s server -u user ...\n"
    12381243    " -d " LONG_OPT("--data       ") "the requested data set\n"
    12391244    " -f " LONG_OPT("--headerfile ") "file for RINEX header information\n"
Note: See TracChangeset for help on using the changeset viewer.