Changeset 11019 in ntrip for trunk/BNC/src/pppOptions.h


Ignore:
Timestamp:
Sep 10, 2026, 3:45:13 PM (3 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.h

    r10942 r11019  
    7676  ColumnVector                  _xyzAprRover;
    7777  ColumnVector                  _neuEccRover;
     78  ColumnVector                  _velRover;     // ITRF velocity Vx,Vy,Vz [m/year] of _xyzAprRover, zero if unused
     79  double                        _refEpochRover; // reference (decimal year) epoch of _xyzAprRover, zero if unused
    7880  std::string                   _recNameRover;
    7981  std::string                   _antNameRover;
Note: See TracChangeset for help on using the changeset viewer.