#include <Xvt.hpp>
Collaboration diagram for Xvt:

Definition at line 65 of file Xvt.hpp.
Public Member Functions | |
| Xvt () | |
| Default constructor. | |
| double | preciseRho (const ECEF &rxPos, const GeoidModel &geoid, double correction=0) const throw () |
| Given the position of a ground location, compute the range to the spacecraft position. | |
Public Attributes | |
| ECEF | x |
| SV position (x,y,z). Earth-fixed. meters. | |
| Triple | v |
| SV velocity. Earth-fixed, including rotation. meters/sec. | |
| double | dtime |
| SV clock correction in seconds. | |
| double | ddtime |
| SV clock drift in sec/sec. | |
|
|
Default constructor.
|
|
||||||||||||||||
|
Given the position of a ground location, compute the range to the spacecraft position.
Definition at line 67 of file Xvt.cpp. References Triple::slantRange(). |
|
|
SV clock drift in sec/sec.
Definition at line 74 of file Xvt.hpp. Referenced by TabularEphemerisStore::addEphemeris(), PreciseRange::ComputeAtReceiveTime(), ENUUtil::convertToENU(), NEDUtil::convertToNED(), RACRotation::convertToRAC(), TabularEphemerisStore::getXvt(), MSCData::getXvt(), main(), operator<<(), and EngEphemeris::svXvt(). |
|
|
SV clock correction in seconds.
Definition at line 73 of file Xvt.hpp. Referenced by TabularEphemerisStore::addEphemeris(), PreciseRange::ComputeAtReceiveTime(), CorrectedEphemerisRange::ComputeAtTransmitSvTime(), CorrectedEphemerisRange::ComputeAtTransmitTime(), ENUUtil::convertToENU(), NEDUtil::convertToNED(), RACRotation::convertToRAC(), TabularEphemerisStore::getXvt(), MSCData::getXvt(), main(), operator<<(), PRSolution::PrepareAutonomousSolution(), EngEphemeris::svXvt(), and AlmOrbit::svXvt(). |
|
|
SV velocity. Earth-fixed, including rotation. meters/sec.
Definition at line 72 of file Xvt.hpp. Referenced by TabularEphemerisStore::addEphemeris(), PreciseRange::ComputeAtReceiveTime(), ENUUtil::convertToENU(), NEDUtil::convertToNED(), RACRotation::convertToRAC(), TabularEphemerisStore::getXvt(), MSCData::getXvt(), main(), operator<<(), RACRotation::RACRotation(), gpstk::RelativityCorrection(), EngEphemeris::svXvt(), and AlmOrbit::svXvt(). |
|
1.3.9.1