Changeset 5743 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 2, 2014, 4:33:24 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/ppp.h

    r5742 r5743  
    1717};
    1818
    19 class t_pppOutput {
     19class t_output {
    2020 public:
    2121  bncTime      _epoTime;           
     
    4444};
    4545
    46 class t_pppSatObs {
     46class t_satObs {
    4747 public:
    4848  t_prn              _prn;
  • trunk/BNC/src/PPP/pppClient.cpp

    r5740 r5743  
    6363// Global Variable
    6464//////////////////////////////////////////////////////////////////////////////
    65 t_pppClient* pppClient = 0;
     65t_pppClient* PPP_CLIENT = 0;
    6666
    6767// Constructor
  • trunk/BNC/src/PPP/pppClient.h

    r5740 r5743  
    6868
    6969/// Pointer to the main object
    70 extern BNC::t_pppClient* pppClient;
     70extern BNC::t_pppClient* PPP_CLIENT;
    7171
    7272/// Log stream abbreviation
    73 #define LOG (*pppClient->_log)
     73#define LOG (*PPP_CLIENT->_log)
    7474
    7575/// Options abbreviation
    76 #define OPT (pppClient->_opt)
     76#define OPT (PPP_CLIENT->_opt)
    7777
    7878#endif
Note: See TracChangeset for help on using the changeset viewer.