Changeset 287 in ntrip
- Timestamp:
- Nov 8, 2006, 6:11:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r270 r287 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 7 2006/11/02 13:54:43stoecker Exp $3 $Id: rtcm3torinex.c,v 1.8 2006/11/03 11:50:11 stoecker Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu> 5 5 … … 50 50 51 51 /* CVS revision and version */ 52 static char revisionstr[] = "$Revision: 1. 7$";52 static char revisionstr[] = "$Revision: 1.8 $"; 53 53 54 54 static uint32_t CRC24(long size, const unsigned char *buf) … … 858 858 } 859 859 860 #ifndef NO_RTCM3_MAIN 860 861 for(i = 0; i < hdata.numheaders; ++i) 861 862 printf("%s\n", hdata.data.unnamed[i]); 862 863 printf(" " 863 864 "END OF HEADER\n"); 865 #endif 864 866 } 865 867 … … 963 965 964 966 #ifndef NO_RTCM3_MAIN 965 static char datestr[] = "$Date: 2006/11/0 2 13:54:43$";967 static char datestr[] = "$Date: 2006/11/03 11:50:11 $"; 966 968 967 969 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.