Changeset 1184 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Nov 10, 2008, 7:01:41 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/GPSDecoder.h

    r1130 r1184  
    134134
    135135  QList<p_obs> _obsList;
    136   QList<int> _typeList; // RTCM message types
     136  QList<int> _typeList; // RTCMv3 message types
    137137  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
    139141};
    140142
Note: See TracChangeset for help on using the changeset viewer.