- Timestamp:
- Jan 13, 2006, 9:25:11 AM (19 years ago)
- Location:
- trunk/rtcm3torinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r27 r29 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id $4 Copyright (C) 2005-2006 by Dirk Stoecker <s oft@dstoecker.de>3 $Id: rtcm3torinex.c,v 1.1 2006/01/12 16:19:10 stoecker Exp $ 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronav.de> 5 5 6 6 This program is free software; you can redistribute it and/or modify … … 42 42 43 43 /* CVS revision and version */ 44 static char revisionstr[] = "$Revision: 1.1 5$";45 static char datestr[] = "$Date: 200 5/12/06 16:50:26$";44 static char revisionstr[] = "$Revision: 1.1 $"; 45 static char datestr[] = "$Date: 2006/01/12 16:19:10 $"; 46 46 static int stop = 0; 47 47 -
trunk/rtcm3torinex/rtcm3torinex.txt
r28 r29 35 35 Additionally the argument --headerfile can be used to provide additional header 36 36 information. The file must contain normal RINEX observation file header lines. 37 The given lines overwrite the automatical lygenerated lines. Overwriting the37 The given lines overwrite the automatical generated lines. Overwriting the 38 38 lines "# / TYPES OF OBSERV" and "TIME OF FIRST OBS" usually is a bad idea and 39 39 you will get warned if you do so. The line "END OF HEADER" is ignored. … … 61 61 EuroNav Service GmbH 62 62 http://www.euronav.de/ 63 s oft@dstoecker.de63 stoecker@euronav.de 64 64 2006-01-12
Note:
See TracChangeset
for help on using the changeset viewer.