Changeset 11019 in ntrip for trunk/BNC/src/pppOptions.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/pppOptions.cpp

    r10943 r11019  
    5252  _xyzAprRover.ReSize(3); _xyzAprRover = 0.0;
    5353  _neuEccRover.ReSize(3); _neuEccRover = 0.0;
     54  _velRover.ReSize(3);    _velRover    = 0.0;
     55  _refEpochRover = 0.0;
    5456  _aprSigCrd.ReSize(3);   _aprSigCrd   = 0.0;
    5557  _noiseCrd.ReSize(3);    _noiseCrd    = 0.0;
Note: See TracChangeset for help on using the changeset viewer.