WSF
WsfDefaultTrackExtrapolationStrategy.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 WSFDEFAULTTRACKEXTRAPOLATIONSTRATEGY_HPP
13#define WSFDEFAULTTRACKEXTRAPOLATIONSTRATEGY_HPP
14
15#include "wsf_export.h"
16
17class WsfMeasurement;
19
20namespace wsf
21{
23
34} // namespace wsf
35
36#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
A measurement class that provides WSF-specific interfaces and data extrapolation.
Definition WsfMeasurement.hpp:32
~DefaultTrackExtrapolationStrategy() override=default
DefaultTrackExtrapolationStrategy()
Definition WsfDefaultTrackExtrapolationStrategy.cpp:20
DefaultTrackExtrapolationStrategy(const DefaultTrackExtrapolationStrategy &aSrc)=default
void InitializeExtrapolation(const WsfMeasurement &aMeasurement, TrackExtrapolators &aExtrapolators) const override
Definition WsfDefaultTrackExtrapolationStrategy.cpp:26
A base class used to configure a measurement or track with extrapolation objects (wsf::TrackExtrapola...
Definition WsfTrackExtrapolationStrategy.hpp:32
An encapsulation of a map of wsf::TrackExtrapolation objects.
Definition WsfTrackExtrapolators.hpp:28
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved