Changeset 478 in ntrip
- Timestamp:
- Aug 6, 2007, 9:43:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r477 r478 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.1 8 2007/04/11 09:08:39stoecker Exp $3 $Id: rtcm3torinex.c,v 1.19 2007/08/06 07:42:25 stoecker 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 8$";53 static char revisionstr[] = "$Revision: 1.19 $"; 54 54 55 55 #ifndef COMPILEDATE … … 1021 1021 1022 1022 #ifndef NO_RTCM3_MAIN 1023 static char datestr[] = "$Date: 2007/0 4/11 09:08:39$";1023 static char datestr[] = "$Date: 2007/08/06 07:42:25 $"; 1024 1024 1025 1025 /* The string, which is send as agent in HTTP request */ … … 1256 1256 " -p " LONG_OPT("--password ") "the login password\n" 1257 1257 " -r " LONG_OPT("--port ") "the server port number (default 2101)\n" 1258 " -t " LONG_OPT("--timeout ") "timeout in seconds \n"1258 " -t " LONG_OPT("--timeout ") "timeout in seconds (default 60)\n" 1259 1259 " -u " LONG_OPT("--user ") "the user name\n" 1260 1260 "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@server[:port]]\n"
Note:
See TracChangeset
for help on using the changeset viewer.