Changeset 2020 in ntrip
- Timestamp:
- Nov 25, 2009, 4:19:55 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTCM3/clock_orbit_rtcm.c ¶
r1865 r2020 3 3 Name: clock_orbit_rtcm.c 4 4 Project: RTCM3 5 Version: $Id: clock_orbit_rtcm.c,v 1.1 6 2009/07/06 06:50:22mervart Exp $5 Version: $Id: clock_orbit_rtcm.c,v 1.17.2.1 2009/11/25 15:11:47 mervart Exp $ 6 6 Authors: Dirk Stöcker 7 7 Description: state space approach for RTCM3 … … 10 10 #include <stdio.h> 11 11 #include <string.h> 12 #include <sys/types.h> 13 14 #ifndef sparc 12 15 #include <stdint.h> 16 #endif 17 13 18 #include "clock_orbit_rtcm.h" 14 19 -
TabularUnified trunk/BNC/bncpppthread.cpp ¶
r2004 r2020 101 101 void bncPPPthread::slotNewEphGPS(gpsephemeris gpseph) { 102 102 QMutexLocker locker(&_mutex); 103 cout << "PPP Client: new ephemeris " << gpseph.satellite << endl; 103 104 QString prn = QString("G%1").arg(gpseph.satellite, 2, 10, QChar('0')); 105 106 107 cout << "PPP Client: new ephemeris " << prn.toAscii().data() << endl; 104 108 } 105 109
Note:
See TracChangeset
for help on using the changeset viewer.