Changeset 6067 in ntrip for trunk/BNC/src/PPP_free/pppClient.h


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

Legend:

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

    r6051 r6067  
    77#include "ephemeris.h"
    88#include "pppOptions.h"
    9 
    10 class bncAntex;
     9#include "bncpppclient.h"
    1110
    1211namespace BNC_PPP {
     
    2322  void processEpoch(const std::vector<t_satObs*>& satObs, t_output* output);
    2423
     24  static t_pppClient* instance();
    2525  std::ostringstream& log() {return *_log;}
    26   const t_pppOptions* opt() const {return _opt;}
    27 
    28   static t_pppClient* instance();
    2926
    3027 private:
    31   std::ostringstream*       _log;
    32   t_pppOptions*             _opt;
     28  std::ostringstream* _log;
     29  t_pppOptions*       _opt;
     30  bncPPPclient*       _client;
    3331};
    3432
    3533}; // namespace BNC_PPP
    3634
    37 #define PPP_CLIENT (BNC_PPP::t_pppClient::instance())
    38 #define LOG        (BNC_PPP::t_pppClient::instance()->log())
    39 #define OPT        (BNC_PPP::t_pppClient::instance()->opt())
     35#define LOG (BNC_PPP::t_pppClient::instance()->log())
    4036
    4137#endif
Note: See TracChangeset for help on using the changeset viewer.