12#ifndef WSFSPACEKINEMATICSTATEMEASUREMENTEXTRAPOLATION_HPP
13#define WSFSPACEKINEMATICSTATEMEASUREMENTEXTRAPOLATION_HPP
15#include "wsf_space_export.h"
17#include "UtCloneablePtr.hpp"
18#include "UtOrbitalPropagatorBase.hpp"
39 std::unique_ptr<UtAttribute<KinematicState>> Extrapolate(
double aSimTime,
43 bool UpdatePropagator(
const UtCalendar& aMeasurementEpoch,
const WsfMeasurement& aMeasurement)
const;
45 mutable ut::CloneablePtr<UtOrbitalPropagatorBase> mOrbitalPropagatorPtr{
nullptr};
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
A measurement class that provides WSF-specific interfaces and data extrapolation.
Definition WsfMeasurement.hpp:32
Definition WsfAtmosphere.cpp:23
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32