Changeset 1562 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Feb 2, 2009, 10:42:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTCM/GPSDecoder.h ¶
r1269 r1562 136 136 } 137 137 138 virtual QList<int>* epochList() {return 0;} 139 138 140 struct t_antInfo { 139 141 enum t_type { ARP, APC }; … … 157 159 QList<p_obs> _obsList; 158 160 QList<int> _typeList; // RTCM message types 159 QList<int> _epochList; // Broadcast corrections160 161 QStringList _antType; // RTCM antenna descriptor 161 162 QList<t_antInfo> _antList; // RTCM antenna XYZ
Note:
See TracChangeset
for help on using the changeset viewer.