WSF
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
16
17class UtScriptTypes;
18
21{
22public:
23 WsfScriptFormationFlyerClass(const std::string& aClassName, UtScriptTypes* aTypesPtr);
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
UT_DECLARE_SCRIPT_METHOD(GetOffsetFromLeadECS)
UT_DECLARE_SCRIPT_METHOD(GetFormationRollsWithLead)
UT_DECLARE_SCRIPT_METHOD(GetLeadAircraft)
UT_DECLARE_SCRIPT_METHOD(SetLeadAircraft)
UT_DECLARE_SCRIPT_METHOD(SetOffsetFromLeadECS)
~WsfScriptFormationFlyerClass() override
WsfScriptFormationFlyerClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptFormationFlyerClass.cpp:16
UT_DECLARE_SCRIPT_METHOD(SetFormationRollsWithLead)
WsfScriptMoverClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptMoverClass.cpp:25
Copyrights Multiple, All Rights Reserved