Ignore:
Timestamp:
Sep 7, 2014, 11:05:26 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6068 r6072  
    4343  bncPPPclient(QByteArray staID, const t_pppOptions* opt);
    4444  ~bncPPPclient();
    45   void                putNewObs(const t_obs& pp, t_output* output);
     45  void                putNewObs(t_satData* satData, t_output* output);
    4646  void                putNewCorrections(QList<QString> corrList);
    4747  QByteArray          staID() const {return _staID;}
     
    7575  std::queue<t_epoData*>  _epoData;
    7676  bncModel*               _model;
    77   QMap<QString, slipInfo> _slips;
    7877};
    7978
Note: See TracChangeset for help on using the changeset viewer.