Changeset 461 in ntrip
- Timestamp:
- May 16, 2007, 4:16:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/NtripLinuxClient.c
r439 r461 1 1 /* 2 2 Easy example NTRIP client for Linux/Unix. 3 $Id: NtripLinuxClient.c,v 1.2 5 2007/04/04 14:23:47stoecker Exp $3 $Id: NtripLinuxClient.c,v 1.26 2007/04/11 09:08:39 stoecker Exp $ 4 4 Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de> 5 5 … … 45 45 46 46 /* CVS revision and version */ 47 static char revisionstr[] = "$Revision: 1.2 5$";48 static char datestr[] = "$Date: 2007/04/ 04 14:23:47$";47 static char revisionstr[] = "$Revision: 1.26 $"; 48 static char datestr[] = "$Date: 2007/04/11 09:08:39 $"; 49 49 50 50 struct Args … … 239 239 " -r " LONG_OPT("--port ") "the server port number (default 2101)\n" 240 240 " -u " LONG_OPT("--user ") "the user name\n" 241 " -n " LONG_OPT("--nmea ") "NMEA string for sending to server\n" 241 242 " -b " LONG_OPT("--bitrate ") "output bitrate\n" 242 "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@server[:port]] \n"243 "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@server[:port]][;nmea]\n" 243 244 , revisionstr, datestr, argv[0], argv[0]); 244 245 exit(1);
Note:
See TracChangeset
for help on using the changeset viewer.