Changeset 512 in ntrip
- Timestamp:
- Oct 17, 2007, 8:16:47 AM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTCM3/RTCM3Decoder.cpp ¶
r511 r512 64 64 //////////////////////////////////////////////////////////////////////////// 65 65 void RTCM3Error(const char*, ...) { 66 }67 68 // Standard Output69 ////////////////////////////////////////////////////////////////////////////70 void RTCM3Text(const char*, ...) {71 66 } 72 67 -
TabularUnified trunk/BNC/RTCM3/rtcm3torinex.c ¶
r507 r512 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 32007/10/14 15:06:17 mervartExp $3 $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 stoecker Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1. 3$";53 static char revisionstr[] = "$Revision: 1.24 $"; 54 54 55 55 #ifndef COMPILEDATE … … 806 806 #endif 807 807 808 #ifndef NO_RTCM3_MAIN809 808 void RTCM3Text(const char *fmt, ...) 810 809 { … … 814 813 va_end(v); 815 814 } 816 #endif817 815 818 816 static int HandleRunBy(char *buffer, int buffersize, const char **u, … … 1536 1534 1537 1535 #ifndef NO_RTCM3_MAIN 1538 static char datestr[] = "$Date: 2007/10/ 14 15:06:17$";1536 static char datestr[] = "$Date: 2007/10/08 13:29:45 $"; 1539 1537 1540 1538 /* The string, which is send as agent in HTTP request */ -
TabularUnified trunk/BNC/bncapp.cpp ¶
r511 r512 104 104 //////////////////////////////////////////////////////////////////////////// 105 105 void bncApp::slotNewGPSEph(gpsephemeris* gpseph) { 106 cout << "GPS: " << gpseph->satellite << endl; 107 delete gpseph; 106 108 } 107 109 … … 109 111 //////////////////////////////////////////////////////////////////////////// 110 112 void bncApp::slotNewGlonassEph(glonassephemeris* glonasseph) { 113 cout << "GLONASS: " << glonasseph->almanac_number << endl; 114 delete glonasseph; 111 115 } 112 116
Note:
See TracChangeset
for help on using the changeset viewer.