Changeset 284 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.cpp
- Timestamp:
- Nov 8, 2006, 5:17:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.cpp
r283 r284 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c ,v 1.7 2006/11/02 13:54:43 stoeckerExp $3 $Id: rtcm3torinex.cpp,v 1.9 2006/11/08 16:08:32 mervart 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.9 $"; 53 53 54 54 static uint32_t CRC24(long size, const unsigned char *buf) … … 590 590 } 591 591 592 #ifndef NO_RTCM3_MAIN 592 593 for(i = 0; i < hdata.numheaders; ++i) 593 594 printf("%s\n", hdata.data.unnamed[i]); 594 595 printf(" " 595 596 "END OF HEADER\n"); 597 #endif 596 598 } 597 599 … … 692 694 693 695 #ifndef NO_RTCM3_MAIN 694 static char datestr[] = "$Date: 2006/11/0 2 13:54:43$";696 static char datestr[] = "$Date: 2006/11/08 16:08:32 $"; 695 697 696 698 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.