Changeset 96 in ntrip


Ignore:
Timestamp:
Sep 2, 2006, 2:23:05 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

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

    r95 r96  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.cpp,v 1.4 2006/08/31 09:20:09 mervart Exp $
     3  $Id: rtcm3torinex.cpp,v 1.5 2006/09/01 07:36:54 mervart Exp $
    44
    55  Program written bei
     
    3737
    3838#ifndef NO_RTCM3_MAIN
     39#include <getopt.h>
     40#include <netdb.h>
     41#include <netinet/in.h>
     42#include <sys/socket.h>
     43#endif
     44
    3945#include <stdint.h>
    40 #include <getopt.h>
    41 #endif
    42 
    4346#include <ctype.h>
    4447#include <errno.h>
    4548#include <math.h>
    46 #include <netdb.h>
    47 #include <netinet/in.h>
    4849#include <signal.h>
    4950#include <stdio.h>
    5051#include <stdlib.h>
    5152#include <string.h>
    52 #include <sys/socket.h>
    5353#include <sys/types.h>
    5454#include <time.h>
     
    6565
    6666/* CVS revision and version */
    67 static char revisionstr[] = "$Revision: 1.4 $";
    68 static char datestr[]     = "$Date: 2006/08/31 09:20:09 $";
     67static char revisionstr[] = "$Revision: 1.5 $";
     68static char datestr[]     = "$Date: 2006/09/01 07:36:54 $";
    6969static int stop = 0;
    7070
  • trunk/BNC/bncapp.cpp

    r93 r96  
    1616 * -----------------------------------------------------------------------*/
    1717
     18#include <QFile>
     19#include <QTextStream>
    1820#include <iostream>
    1921
Note: See TracChangeset for help on using the changeset viewer.