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