Changeset 1239 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Nov 26, 2008, 1:18:08 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1218 r1239  
    3131#include <QPointer>
    3232#include <QList>
     33#include <QStringList>
    3334
    3435#include "bncconst.h"
     
    138139  QList<int> _typeList; // RTCMv3 message types
    139140  QList<int> _epochList; // Broadcast corrections
    140   QList<char*> _antType; // RTCMv3 antenna descriptor
     141  QStringList _antType; // RTCMv3 antenna descriptor
    141142  QList<double> _antList5; // RTCMv3 antenna XYZ
    142143  QList<double> _antList6; // RTCMv3 antenna XYZ & H
Note: See TracChangeset for help on using the changeset viewer.