Changeset 3520 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Dec 14, 2011, 12:25:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3coDecoder.h
r3505 r3520 31 31 #include <QtNetwork> 32 32 33 #include "bncephuser.h" 33 34 #include "RTCM/GPSDecoder.h" 34 35 … … 37 38 } 38 39 39 class RTCM3coDecoder : public QObject, public GPSDecoder {40 class RTCM3coDecoder : public bncEphUser, public GPSDecoder { 40 41 Q_OBJECT 41 42 public:
Note:
See TracChangeset
for help on using the changeset viewer.