Changeset 1239 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Nov 26, 2008, 1:18:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/GPSDecoder.h
r1218 r1239 31 31 #include <QPointer> 32 32 #include <QList> 33 #include <QStringList> 33 34 34 35 #include "bncconst.h" … … 138 139 QList<int> _typeList; // RTCMv3 message types 139 140 QList<int> _epochList; // Broadcast corrections 140 Q List<char*>_antType; // RTCMv3 antenna descriptor141 QStringList _antType; // RTCMv3 antenna descriptor 141 142 QList<double> _antList5; // RTCMv3 antenna XYZ 142 143 QList<double> _antList6; // RTCMv3 antenna XYZ & H
Note:
See TracChangeset
for help on using the changeset viewer.