WSF
WsfScriptLaunchHandoffDataClass.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 2016 Infoscitex, a DCS 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#ifndef WSFSCRIPTLAUNCHHANDOFFDATACLASS_HPP
13#define WSFSCRIPTLAUNCHHANDOFFDATACLASS_HPP
14
15#include "wsf_mil_export.h"
16
17#include "UtScriptClass.hpp"
18
19// =================================================================================================
21// =================================================================================================
22
23class WSF_MIL_EXPORT WsfScriptLaunchHandoffDataClass : public UtScriptClass
24{
25public:
26 WsfScriptLaunchHandoffDataClass(const std::string& aClassName, UtScriptTypes* aTypesPtr);
27
28 void* Create(const UtScriptContext& aInstance) override;
29 void Destroy(void* aObjectPtr) override;
30
31 // UT_DECLARE_SCRIPT_METHOD(Originator);
32};
33
34#endif
WsfScriptLaunchHandoffDataClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptLaunchHandoffDataClass.cpp:17
void Destroy(void *aObjectPtr) override
Definition WsfScriptLaunchHandoffDataClass.cpp:35
void * Create(const UtScriptContext &aInstance) override
Definition WsfScriptLaunchHandoffDataClass.cpp:28
Copyrights Multiple, All Rights Reserved