WSF
src
core
wsf_mil
source
script
WsfScriptFormationFlyerClass.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI
3
//
4
// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5
//
6
// The use, dissemination or disclosure of data in this file is subject to
7
// limitation or restriction. See accompanying README and LICENSE for details.
8
// ****************************************************************************
9
10
#ifndef WSFSCRIPTFORMATIONFLYERCLASS_HPP
11
#define WSFSCRIPTFORMATIONFLYERCLASS_HPP
12
13
#include "wsf_mil_export.h"
14
15
#include "
script/WsfScriptMoverClass.hpp
"
16
17
class
UtScriptTypes;
18
20
class
WSF_MIL_EXPORT
WsfScriptFormationFlyerClass
:
public
WsfScriptMoverClass
21
{
22
public
:
23
WsfScriptFormationFlyerClass
(
const
std::string& aClassName, UtScriptTypes* aTypesPtr);
24
~WsfScriptFormationFlyerClass
()
override
;
25
26
UT_DECLARE_SCRIPT_METHOD
(SetLeadAircraft);
27
UT_DECLARE_SCRIPT_METHOD
(SetFormationRollsWithLead);
28
UT_DECLARE_SCRIPT_METHOD
(SetOffsetFromLeadECS);
29
30
UT_DECLARE_SCRIPT_METHOD
(GetLeadAircraft);
31
UT_DECLARE_SCRIPT_METHOD
(GetFormationRollsWithLead);
32
UT_DECLARE_SCRIPT_METHOD
(GetOffsetFromLeadECS);
33
};
34
#endif
WsfScriptMoverClass.hpp
WsfScriptFormationFlyerClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(GetOffsetFromLeadECS)
WsfScriptFormationFlyerClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(GetFormationRollsWithLead)
WsfScriptFormationFlyerClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(GetLeadAircraft)
WsfScriptFormationFlyerClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(SetLeadAircraft)
WsfScriptFormationFlyerClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(SetOffsetFromLeadECS)
WsfScriptFormationFlyerClass::~WsfScriptFormationFlyerClass
~WsfScriptFormationFlyerClass() override
WsfScriptFormationFlyerClass::WsfScriptFormationFlyerClass
WsfScriptFormationFlyerClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition
WsfScriptFormationFlyerClass.cpp:16
WsfScriptFormationFlyerClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(SetFormationRollsWithLead)
WsfScriptMoverClass::WsfScriptMoverClass
WsfScriptMoverClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition
WsfScriptMoverClass.cpp:25
Copyrights Multiple, All Rights Reserved