WSF
src
core
wsf_nx
source
WsfScriptChaffWeaponClass.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI//REL TO USA ONLY
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
#ifndef WSFSCRIPTCHAFFWEAPONCLASS_HPP
12
#define WSFSCRIPTCHAFFWEAPONCLASS_HPP
13
14
#include "wsf_nx_export.h"
15
16
#include "
script/WsfScriptWeaponClass.hpp
"
17
19
class
WSF_NX_EXPORT
WsfScriptChaffWeaponClass
:
public
WsfScriptWeaponClass
20
{
21
public
:
22
WsfScriptChaffWeaponClass
(
const
std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
23
24
UT_DECLARE_SCRIPT_METHOD
(DropChaffCloud);
25
};
26
#endif
WsfScriptWeaponClass.hpp
WsfScriptChaffWeaponClass::WsfScriptChaffWeaponClass
WsfScriptChaffWeaponClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition
WsfScriptChaffWeaponClass.cpp:17
WsfScriptChaffWeaponClass::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(DropChaffCloud)
WsfScriptWeaponClass::WsfScriptWeaponClass
WsfScriptWeaponClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition
WsfScriptWeaponClass.cpp:30
Copyrights Multiple, All Rights Reserved