Changeset 5884 in ntrip for trunk/BNC/src/GPSDecoder.h


Ignore:
Timestamp:
Aug 8, 2014, 4:04:09 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5738 r5884  
    2929#include <vector>
    3030#include <string>
    31 #include <QList>
    32 #include <QStringList>
     31
     32#include <QtCore>
    3333
    3434#include "bncconst.h"
    35 #include "bncrinex.h"
     35#include "bnctime.h"
    3636
    3737extern "C" {
    3838#include "rtcm3torinex.h"
    3939}
     40
     41class bncRinex;
    4042
    4143class t_obs {
     
    102104 public:
    103105  GPSDecoder();
    104 
    105   virtual ~GPSDecoder() {delete _rnx;}
     106  virtual ~GPSDecoder();
    106107
    107108  virtual t_irc Decode(char* buffer, int bufLen,
Note: See TracChangeset for help on using the changeset viewer.