- Timestamp:
- Aug 2, 2014, 4:33:24 PM (11 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 16 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/ppp.h
r5742 r5743 17 17 }; 18 18 19 class t_ pppOutput {19 class t_output { 20 20 public: 21 21 bncTime _epoTime; … … 44 44 }; 45 45 46 class t_ pppSatObs {46 class t_satObs { 47 47 public: 48 48 t_prn _prn; -
trunk/BNC/src/PPP/pppClient.cpp
r5740 r5743 63 63 // Global Variable 64 64 ////////////////////////////////////////////////////////////////////////////// 65 t_pppClient* pppClient= 0;65 t_pppClient* PPP_CLIENT = 0; 66 66 67 67 // Constructor -
trunk/BNC/src/PPP/pppClient.h
r5740 r5743 68 68 69 69 /// Pointer to the main object 70 extern BNC::t_pppClient* pppClient;70 extern BNC::t_pppClient* PPP_CLIENT; 71 71 72 72 /// Log stream abbreviation 73 #define LOG (* pppClient->_log)73 #define LOG (*PPP_CLIENT->_log) 74 74 75 75 /// Options abbreviation 76 #define OPT ( pppClient->_opt)76 #define OPT (PPP_CLIENT->_opt) 77 77 78 78 #endif
Note:
See TracChangeset
for help on using the changeset viewer.