Changeset 8905 in ntrip for trunk/BNC/src/pppOptions.cpp


Ignore:
Timestamp:
Mar 18, 2020, 11:13:50 AM (4 years ago)
Author:
stuerze
Message:

some developments regarding PPP, not completed!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppOptions.cpp

    r7048 r8905  
    3535 * Created:    29-Jul-2014
    3636 *
    37  * Changes:   
     37 * Changes:
    3838 *
    3939 * -----------------------------------------------------------------------*/
     
    5959}
    6060
    61 // 
     61//
    6262//////////////////////////////////////////////////////////////////////////////
    6363const std::vector<t_lc::type>& t_pppOptions::LCs(char system) const {
     
    7777}
    7878
    79 // 
     79//
    8080//////////////////////////////////////////////////////////////////////////////
    8181bool t_pppOptions::useOrbClkCorr() const {
     
    9999}
    100100
    101 // 
     101//
    102102/////////////////////////////////////////////////////////////////////////////
    103103vector<t_lc::type> t_pppOptions::ambLCs(char system) const {
    104  
     104
    105105  const vector<t_lc::type>& allLCs = LCs(system);
    106106  vector<t_lc::type>        phaseLCs;
     
    146146  return answ;
    147147}
     148
     149
Note: See TracChangeset for help on using the changeset viewer.