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


Ignore:
Timestamp:
Sep 10, 2026, 3:45:13 PM (2 hours ago)
Author:
stuerze
Message:

added epoch/velocity fields to PPP coordinates file to allow BNC to propagate the reference coordinates related to a dedicated reference epoch to the current epoch

File:
1 edited

Legend:

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

    r10942 r11019  
    238238          opt->_neuEccRover[1] = staInfo._neuAnt[1];
    239239          opt->_neuEccRover[2] = staInfo._neuAnt[2];
     240          opt->_velRover[0]    = staInfo._velocity[0];
     241          opt->_velRover[1]    = staInfo._velocity[1];
     242          opt->_velRover[2]    = staInfo._velocity[2];
     243          opt->_refEpochRover  = staInfo._epoch;
    240244          opt->_antNameRover   = staInfo._antenna;
    241245          opt->_recNameRover   = staInfo._receiver;
Note: See TracChangeset for help on using the changeset viewer.