Changeset 99 in ntrip


Ignore:
Timestamp:
Sep 6, 2006, 6:13:16 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r96 r99  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.cpp,v 1.5 2006/09/01 07:36:54 mervart Exp $
     3  $Id: rtcm3torinex.cpp,v 1.6 2006/09/02 12:23:05 mervart Exp $
    44
    55  Program written bei
     
    4343#endif
    4444
     45#ifndef sparc
    4546#include <stdint.h>
     47#endif
     48
    4649#include <ctype.h>
    4750#include <errno.h>
     
    5558#include <unistd.h>
    5659
    57 
    58 
    5960/* The string, which is send as agent in HTTP request */
    6061#define AGENTSTRING "NTRIP NtripRTCM3ToRINEX"
     
    6566
    6667/* CVS revision and version */
    67 static char revisionstr[] = "$Revision: 1.5 $";
    68 static char datestr[]     = "$Date: 2006/09/01 07:36:54 $";
     68static char revisionstr[] = "$Revision: 1.6 $";
     69static char datestr[]     = "$Date: 2006/09/02 12:23:05 $";
    6970static int stop = 0;
    7071
Note: See TracChangeset for help on using the changeset viewer.