WSF
WsfSurfaceMover.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 WSFSURFACEMOVER_HPP
16#define WSFSURFACEMOVER_HPP
17
18#include "wsf_export.h"
19
20#include "WsfWaypointMover.hpp"
21
24{
25public:
26 WsfSurfaceMover() = delete;
27 WsfSurfaceMover(const WsfScenario& aScenario);
28 ~WsfSurfaceMover() override;
29
31
32 WsfMover* Clone() const override;
33 bool ProcessInput(UtInput& aInput) override;
34 //@
35
37
38protected:
40};
41
42#endif
WsfSpatialDomain
A collection of enumerations and type definitions that are used across a number of components.
Definition WsfTypes.hpp:32
@ WSF_SPATIAL_DOMAIN_SURFACE
Airplanes, etc.
Definition WsfTypes.hpp:36
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfMover()=delete
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
WsfSurfaceMover is a specialization of WsfWaypointMover for sea-borne vehicles.
Definition WsfSurfaceMover.hpp:24
WsfSurfaceMover()=delete
WsfSpatialDomain GetSpatialDomain() const override
Definition WsfSurfaceMover.hpp:36
WsfWaypointMover()=delete
WsfMover * Clone() const override
Definition WsfWaypointMover.cpp:326
bool ProcessInput(UtInput &aInput) override
Definition WsfWaypointMover.cpp:671
Copyrights Multiple, All Rights Reserved