WSF
WsfScriptUnclassBattleManagerClass.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// 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*
11* File: WsfScriptUnclassBattleManagerClass.hpp
12*
13* Classification: UNCLASSIFIED
14*
15* Details:
16*
17* Contract Number:
18* Contractor Name: Radiance Technologies
19* Address: 350 Wynn Drive
20* Huntsville, AL 35805
21*
22* Abstract:
23*
24*******************************************************************************/
25
26#ifndef WSF_SCRIPT_UNCLASS_BATTLE_MANAGER_CLASS_HPP
27#define WSF_SCRIPT_UNCLASS_BATTLE_MANAGER_CLASS_HPP
28
29#include <WsfBMCommon.hpp>
32
33#define UNCLASS_BM_SCRIPT_CLASS_NAME "WsfUnclassBM"
34#define UNCLASS_BM_BASE_CLASS_NAME "WSF_UNCLASS_BM"
35
37{
38 public:
39
40 WsfScriptUnclassBattleManagerClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
41
42 void* Create(const UtScriptContext& aContext) override;
43 void* Clone(void* aObjectPtr) override;
44 void Destroy(void* aObjectPtr) override;
45
46 // Plugin API.
47 static WSF_IADS_C2_LIB_EXPORT const char* GetScriptClassName();
48 static WSF_IADS_C2_LIB_EXPORT const char* GetBaseClassName();
49};
50
51#endif
WsfScriptBattleManagerClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptBattleManagerClass.cpp:55
void * Clone(void *aObjectPtr) override
Definition WsfScriptUnclassBattleManagerClass.cpp:56
WsfScriptUnclassBattleManagerClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptUnclassBattleManagerClass.cpp:45
static WSF_IADS_C2_LIB_EXPORT const char * GetBaseClassName()
Definition WsfScriptUnclassBattleManagerClass.cpp:73
void Destroy(void *aObjectPtr) override
Definition WsfScriptUnclassBattleManagerClass.cpp:62
void * Create(const UtScriptContext &aContext) override
Definition WsfScriptUnclassBattleManagerClass.cpp:51
static WSF_IADS_C2_LIB_EXPORT const char * GetScriptClassName()
Definition WsfScriptUnclassBattleManagerClass.cpp:68
Copyrights Multiple, All Rights Reserved