Changeset 415 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Mar 6, 2007, 9:52:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTCM3/rtcm3torinex.cpp ¶
r414 r415 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.cpp,v 1.1 42007/01/18 10:10:26 weberExp $3 $Id: rtcm3torinex.cpp,v 1.15 2007/03/06 08:51:20 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 4$";53 static char revisionstr[] = "$Revision: 1.15 $"; 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/0 1/18 10:10:26$";856 static char datestr[] = "$Date: 2007/03/06 08:51:20 $"; 857 857 858 858 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.