Changeset 3167 in ntrip for trunk/BNC/upload
- Timestamp:
- Mar 28, 2011, 1:25:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncrtnetdecoder.h
r3166 r3167 28 28 #include <fstream> 29 29 #include <QtCore> 30 #include "bncephuser.h" 30 31 #include "RTCM/GPSDecoder.h" 31 32 32 class bncRtnetDecoder: public GPSDecoder {33 class bncRtnetDecoder: public GPSDecoder, public bncEphUser { 33 34 public: 34 35 bncRtnetDecoder(const QString& fileName);
Note:
See TracChangeset
for help on using the changeset viewer.