Changeset 465 in ntrip


Ignore:
Timestamp:
May 29, 2007, 10:09:52 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

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

    r416 r465  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.cpp,v 1.16 2007/03/06 08:52:46 mervart Exp $
     3  $Id: rtcm3torinex.cpp,v 1.17 2007/03/06 08:54:41 mervart 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 $";
    5454
    5555static uint32_t CRC24(long size, const unsigned char *buf)
     
    805805          if((Parser->Data.dataflags[i] & df)
    806806             && !isnan(Parser->Data.measdata[i][pos])
    807              && !isinf(Parser->Data.measdata[i][pos]))
     807             ) //// && !isinf(Parser->Data.measdata[i][pos]))
    808808          {
    809809            v = 1;
     
    816816            if((Parser->Data.dataflags[i] & df)
    817817               && !isnan(Parser->Data.measdata[i][pos])
    818                && !isinf(Parser->Data.measdata[i][pos]))
     818               ) //// && !isinf(Parser->Data.measdata[i][pos]))
    819819            {
    820820              v = 1;
     
    854854
    855855#ifndef NO_RTCM3_MAIN
    856 static char datestr[]     = "$Date: 2007/03/06 08:52:46 $";
     856static char datestr[]     = "$Date: 2007/03/06 08:54:41 $";
    857857
    858858/* The string, which is send as agent in HTTP request */
  • trunk/BNC/bnchelp.html

    r464 r465  
    431431<p><a name="authors"><h3>D - Authors</h3></p>
    432432<p>
    433 The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Advanced Geodesy. BNC integrates the following GNU GPL software components:
     433The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Geodesy. BNC integrates the following GNU GPL software components:
    434434<ul>
    435435<li> RTCM 2.x decoder, written by Oliver Montenbruck, German Space Operations Center, DLR, Oberpfaffenhofen</li>
  • trunk/BNC/test_bnc.cpp

    r367 r465  
    66// German Federal Agency for Cartography and Geodesy (BKG)
    77// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     8// Czech Technical University Prague, Department of Geodesy
    99// http://www.fsv.cvut.cz
    1010//
Note: See TracChangeset for help on using the changeset viewer.