Changeset 439 in ntrip for trunk/ntripclient
- Timestamp:
- Apr 11, 2007, 11:08:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/NtripLinuxClient.c
r438 r439 1 1 /* 2 2 Easy example NTRIP client for Linux/Unix. 3 $Id: NtripLinuxClient.c,v 1.2 4 2007/01/09 08:16:33stoecker Exp $3 $Id: NtripLinuxClient.c,v 1.25 2007/04/04 14:23:47 stoecker Exp $ 4 4 Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de> 5 5 … … 34 34 #include <time.h> 35 35 36 #ifndef COMPILEDATE 37 #define COMPILEDATE " built " __DATE__ 38 #endif 39 36 40 /* The string, which is send as agent in HTTP request */ 37 41 #define AGENTSTRING "NTRIP NtripLinuxClient" … … 41 45 42 46 /* CVS revision and version */ 43 static char revisionstr[] = "$Revision: 1.2 4$";44 static char datestr[] = "$Date: 2007/0 1/09 08:16:33$";47 static char revisionstr[] = "$Revision: 1.25 $"; 48 static char datestr[] = "$Date: 2007/04/04 14:23:47 $"; 45 49 46 50 struct Args … … 229 233 if(!res || help) 230 234 { 231 fprintf(stderr, "Version %s (%s) GPL \nUsage:\n%s -s server -u user ...\n"235 fprintf(stderr, "Version %s (%s) GPL" COMPILEDATE "\nUsage:\n%s -s server -u user ...\n" 232 236 " -d " LONG_OPT("--data ") "the requested data set\n" 233 237 " -s " LONG_OPT("--server ") "the server name or address\n"
Note:
See TracChangeset
for help on using the changeset viewer.