WSF
WsfMoverGuidance.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 2003-2015 The Boeing 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// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFMOVERGUIDANCE_HPP
16#define WSFMOVERGUIDANCE_HPP
17
18#include "wsf_export.h"
19
23{
24public:
26 virtual ~WsfMoverGuidance();
27
28 virtual void UpdateGuidance(double aSimTime, double aCurTime, double aEndTime) = 0;
29};
30
31#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
virtual void UpdateGuidance(double aSimTime, double aCurTime, double aEndTime)=0
WsfMoverGuidance()
Definition WsfMoverGuidance.cpp:17
Copyrights Multiple, All Rights Reserved