Changeset 465 in ntrip
- Timestamp:
- May 29, 2007, 10:09:52 AM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.cpp
r416 r465 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.cpp,v 1.1 6 2007/03/06 08:52:46mervart Exp $3 $Id: rtcm3torinex.cpp,v 1.17 2007/03/06 08:54:41 mervart Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.1 6$";53 static char revisionstr[] = "$Revision: 1.17 $"; 54 54 55 55 static uint32_t CRC24(long size, const unsigned char *buf) … … 805 805 if((Parser->Data.dataflags[i] & df) 806 806 && !isnan(Parser->Data.measdata[i][pos]) 807 && !isinf(Parser->Data.measdata[i][pos]))807 ) //// && !isinf(Parser->Data.measdata[i][pos])) 808 808 { 809 809 v = 1; … … 816 816 if((Parser->Data.dataflags[i] & df) 817 817 && !isnan(Parser->Data.measdata[i][pos]) 818 && !isinf(Parser->Data.measdata[i][pos]))818 ) //// && !isinf(Parser->Data.measdata[i][pos])) 819 819 { 820 820 v = 1; … … 854 854 855 855 #ifndef NO_RTCM3_MAIN 856 static char datestr[] = "$Date: 2007/03/06 08:5 2:46$";856 static char datestr[] = "$Date: 2007/03/06 08:54:41 $"; 857 857 858 858 /* The string, which is send as agent in HTTP request */ -
trunk/BNC/bnchelp.html
r464 r465 431 431 <p><a name="authors"><h3>D - Authors</h3></p> 432 432 <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 AdvancedGeodesy. BNC integrates the following GNU GPL software components: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 Geodesy. BNC integrates the following GNU GPL software components: 434 434 <ul> 435 435 <li> RTCM 2.x decoder, written by Oliver Montenbruck, German Space Operations Center, DLR, Oberpfaffenhofen</li> -
trunk/BNC/test_bnc.cpp
r367 r465 6 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy8 // Czech Technical University Prague, Department of Geodesy 9 9 // http://www.fsv.cvut.cz 10 10 //
Note:
See TracChangeset
for help on using the changeset viewer.