Ignore:
Timestamp:
Sep 7, 2014, 10:13:42 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6067 r6068  
    3737class t_satData;
    3838class t_epoData;
     39class t_output;
    3940
    4041class bncPPPclient : public bncEphUser {
     
    4243  bncPPPclient(QByteArray staID, const t_pppOptions* opt);
    4344  ~bncPPPclient();
    44   void                putNewObs(const t_obs& pp);
     45  void                putNewObs(const t_obs& pp, t_output* output);
    4546  void                putNewCorrections(QList<QString> corrList);
    4647  QByteArray          staID() const {return _staID;}
     
    6263
    6364  t_irc getSatPos(const bncTime& tt, const QString& prn, ColumnVector& xc, ColumnVector& vv);
    64   void processEpochs();
    65   void processFrontEpoch();
     65  void processEpochs(t_output* output);
     66  void processFrontEpoch(t_output* output);
    6667  t_irc cmpToT(t_satData* satData);
    6768  static t_irc applyCorr(const bncTime& tt, const t_corr* cc, ColumnVector& xc, ColumnVector& vv);
Note: See TracChangeset for help on using the changeset viewer.