Changeset 5708 in ntrip
- Timestamp:
- Jul 31, 2014, 10:52:13 AM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/ppp.h
r5678 r5708 3 3 4 4 #include <string> 5 #include "bnctime.h" 5 6 6 7 namespace BNC { … … 79 80 class t_pppClkCorr { 80 81 public: 81 t_ppp sat _satellite;82 t_pppSat _satellite; 82 83 unsigned short _iod; 83 84 bncTime _time; -
trunk/BNC/src/src.pri
r5692 r5708 59 59 RTCM3/ephemeris.h RTCM3/timeutils.h \ 60 60 GPSS/gpssDecoder.h GPSS/hassDecoder.h \ 61 PPP/pppwidgets.h 61 PPP/pppwidgets.h PPP/options.h 62 62 63 63 HEADERS += serial/qextserialbase.h serial/qextserialport.h … … 88 88 RTCM3/ephemeris.cpp RTCM3/timeutils.cpp \ 89 89 GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp \ 90 PPP/pppwidgets.cpp 90 PPP/pppwidgets.cpp PPP/options.cpp 91 91 92 92 SOURCES += serial/qextserialbase.cpp serial/qextserialport.cpp
Note:
See TracChangeset
for help on using the changeset viewer.