WSF
WsfDefaultKinematicStateExtrapolation.hpp
Go to the documentation of this file.
1//*****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2021 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10//*****************************************************************************
11
12#ifndef WSFDEFAULTKINEMATICSTATEEXTRAPOLATION_HPP
13#define WSFDEFAULTKINEMATICSTATEEXTRAPOLATION_HPP
14
15#include "wsf_export.h"
16
18class WsfMeasurement;
19
20namespace wsf
21{
26{
27public:
29
30 std::unique_ptr<UtAttribute<KinematicState>> Extrapolate(double aSimTime, const WsfMeasurement& aData) const override;
31};
32} // namespace wsf
33
34#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
A measurement class that provides WSF-specific interfaces and data extrapolation.
Definition WsfMeasurement.hpp:32
Definition WsfDefaultKinematicStateExtrapolation.hpp:26
KinematicStateExtrapolation * Clone() const override
Definition WsfDefaultKinematicStateExtrapolation.hpp:28
KinematicStateExtrapolation()
Definition WsfKinematicStateExtrapolation.cpp:14
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved