- Timestamp:
- Sep 6, 2014, 4:11:25 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_free/pppClient.cpp
r6048 r6051 49 49 50 50 #include "pppClient.h" 51 #include "pppEphPool.h"52 #include "pppObsPool.h"53 51 #include "bncconst.h" 54 52 #include "bncutils.h" 55 #include "pppStation.h"56 53 #include "bncantex.h" 57 #include "pppFilter.h"58 54 59 55 using namespace BNC_PPP; -
trunk/BNC/src/PPP_free/pppClient.h
r6048 r6051 29 29 30 30 private: 31 void initOutput(t_output* output);32 void finish(t_irc irc);33 void clearObs();34 t_irc prepareObs(const std::vector<t_satObs*>& satObs,35 std::vector<t_pppSatObs*>& obsVector, bncTime& epoTime);36 t_irc cmpModel(t_pppStation* station, const ColumnVector& xyzc,37 std::vector<t_pppSatObs*>& obsVector);38 t_irc cmpBancroft(const bncTime& epoTime, std::vector<t_pppSatObs*>& obsVector,39 ColumnVector& xyzc, bool print);40 double cmpOffGG(std::vector<t_pppSatObs*>& obsVector);41 42 31 std::ostringstream* _log; 43 32 t_pppOptions* _opt; -
trunk/BNC/src/bnccore.cpp
r6049 r6051 51 51 #include "rinex/rnxobsfile.h" 52 52 #include "rinex/rnxnavfile.h" 53 #include " PPP/pppMain.h"53 #include "pppMain.h" 54 54 55 55 #ifdef USE_COMBINATION -
trunk/BNC/src/src.pri
r6049 r6051 117 117 118 118 exists(PPPxx) { 119 INCLUDEPATH += PPP 119 120 HEADERS += PPP/pppClient.h PPP/pppObsPool.h PPP/pppEphPool.h \ 120 121 PPP/pppStation.h PPP/pppFilter.h PPP/pppParlist.h \ … … 125 126 } 126 127 else { 128 INCLUDEPATH += PPP_free 127 129 HEADERS += PPP_free/pppClient.h 128 130 SOURCES += PPP_free/pppClient.cpp
Note:
See TracChangeset
for help on using the changeset viewer.