Changeset 6051 in ntrip for trunk/BNC/src/PPP_free
- Timestamp:
- Sep 6, 2014, 4:11:25 PM (10 years ago)
- Location:
- trunk/BNC/src/PPP_free
- Files:
-
- 2 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;
Note:
See TracChangeset
for help on using the changeset viewer.