Changeset 65 in ntrip for trunk/BNC/bncgetthread.cpp
- Timestamp:
- Aug 24, 2006, 3:58:20 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC
- Property svn:ignore
-
old new 2 2 Makefile 3 3 bnc 4 anlagen 4 5 moc_bnccaster.cpp 5 6 moc_bncgetthread.cpp
-
- Property svn:ignore
-
trunk/BNC/bncgetthread.cpp
r62 r65 21 21 22 22 #include "bncgetthread.h" 23 23 24 #include "RTCM/RTCM.h" 25 #include "RTCM3/rtcm3.h" 24 26 #include "RTIGS/rtigs.h" 25 27 … … 143 145 else if (_format.indexOf("RTCM_3") != -1) { 144 146 qWarning("Get Data: " + _mountPoint + " in RTCM 3.0 format"); 145 qWarning("Not yet implemented"); 146 return exit(1); 147 decoder = new rtcm3(); 147 148 } 148 149 else if (_format.indexOf("RTIGS") != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.