Changeset 465 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- May 29, 2007, 10:09:52 AM (17 years ago)
- File:
-
- 1 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 */
Note:
See TracChangeset
for help on using the changeset viewer.