Ignore:
Timestamp:
Sep 7, 2014, 8:48:53 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/bncpppclient.h

    r6054 r6055  
    2828#include <queue>
    2929#include "bncephuser.h"
    30 #include "RTCM/GPSDecoder.h"
     30#include "GPSDecoder.h"
    3131
     32
     33namespace BNC_PPP {
     34 
    3235class bncModel;
    33 class t_pppOpt;
     36class t_pppOptions;
    3437
    3538class t_satData {
     
    117120
    118121 public:
    119   bncPPPclient(QByteArray staID, t_pppOpt* opt = 0, bool connectSlots = true);
     122  bncPPPclient(QByteArray staID, t_pppOptions* opt = 0, bool connectSlots = true);
    120123  ~bncPPPclient();
    121124  void putNewObs(const t_obs& pp);
     
    123126                         ColumnVector& vv);
    124127  QByteArray staID() const {return _staID;}
    125   const t_pppOpt* opt() const {return _opt;}
     128  const t_pppOptions* opt() const {return _opt;}
    126129  void emitNewMessage(QByteArray msg, bool showOnScreen) {
    127130    emit newMessage(msg, showOnScreen);
     
    160163  t_irc cmpToT(t_satData* satData);
    161164
    162   t_pppOpt*               _opt;
     165  t_pppOptions*           _opt;
    163166  bool                    _optOwner;
    164167  QByteArray              _staID;
     
    171174};
    172175
     176}
     177
    173178#endif
Note: See TracChangeset for help on using the changeset viewer.