Changeset 10356 in ntrip for trunk/BNC/src/pppMain.cpp


Ignore:
Timestamp:
Feb 27, 2024, 10:05:36 AM (7 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10327 r10356  
    474474    // Some default values
    475475    // -------------------
    476     opt->_aprSigClk       = 300000.0;
    477     opt->_aprSigClkOff    = 300000.0;
    478     opt->_aprSigAmb       = 10000.0;
    479     opt->_aprSigIon       = 1.0e3;
    480     opt->_noiseIon        = 1.0e3;
     476    opt->_aprSigClk       = 3.0e5;
     477    opt->_aprSigClkOff    = 3.0e5;
     478    opt->_aprSigAmb       = 1.0e4;
     479    opt->_aprSigIon       = 1.0e8;
     480    opt->_noiseIon        = 1.0e8;
    481481    opt->_aprSigCodeBias  = 10000.0;
    482482    opt->_noiseCodeBias   = 10000.0;
Note: See TracChangeset for help on using the changeset viewer.