Changeset 13 in ntrip
- Timestamp:
- Feb 15, 2005, 5:15:33 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/NtripLinuxClient.c
r10 r13 1 1 /* 2 2 Easy example NTRIP client for Linux/Unix. 3 $Id: NtripLinuxClient.c,v 1. 72005/01/03 11:33:39stoecker Exp $4 Copyright (C) 2003 by Dirk Stoecker <stoecker @epost.de>3 $Id: NtripLinuxClient.c,v 1.8 2005/01/27 07:38:04 stoecker Exp $ 4 Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de> 5 5 6 6 This program is free software; you can redistribute it and/or modify … … 38 38 39 39 /* CVS revision and version */ 40 static char revisionstr[] = "$Revision: 1. 7$";41 static char datestr[] = "$Date: 2005/01/ 03 11:33:39$";40 static char revisionstr[] = "$Revision: 1.8 $"; 41 static char datestr[] = "$Date: 2005/01/27 07:38:04 $"; 42 42 43 43 struct Args -
trunk/ntripserver/NtripLinuxServer.c
r12 r13 41 41 */ 42 42 43 /* $Id: NtripLinuxServer.c,v 1. 32005/02/08 16:22:51stoecker Exp $43 /* $Id: NtripLinuxServer.c,v 1.4 2005/02/15 15:53:39 stoecker Exp $ 44 44 * Changes - Version 0.7 45 45 * Thu Sep 22 08:10:45 2003 actina AG <http://www.actina.de> … … 67 67 #include "NtripServerLinux.h" 68 68 69 #define VERSION "NTRIP NtripServerLinux/0. 8"69 #define VERSION "NTRIP NtripServerLinux/0.9" 70 70 71 71 #define SIMULATE 0
Note:
See TracChangeset
for help on using the changeset viewer.