Changeset 1184 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Nov 10, 2008, 7:01:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/GPSDecoder.h
r1130 r1184 134 134 135 135 QList<p_obs> _obsList; 136 QList<int> _typeList; // RTCM message types 136 QList<int> _typeList; // RTCMv3 message types 137 137 QList<int> _epochList; // Broadcast corrections 138 QList<double> _antList; // Antenna XYZ-H 138 QList<char*> _antType; // RTCMv3 antenna descriptor 139 QList<double> _antList5; // RTCMv3 antenna XYZ 140 QList<double> _antList6; // RTCMv3 antenna XYZ & H 139 141 }; 140 142
Note:
See TracChangeset
for help on using the changeset viewer.