WSF
WsfScriptSatelliteBreakupFragment.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 2019 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 WSFSCRIPTBREAKUPFRAGMENT_HPP
13#define WSFSCRIPTBREAKUPFRAGMENT_HPP
14
15#include "wsf_space_export.h"
16
17#include "UtScriptClass.hpp"
18#include "UtScriptClassDefine.hpp"
19
20class WSF_SPACE_EXPORT WsfScriptSatelliteBreakupFragment : public UtScriptClass
21{
22public:
23 explicit WsfScriptSatelliteBreakupFragment(UtScriptTypes* aScriptTypesPtr);
25
26 void Destroy(void* aObjectPtr) override;
27
35};
36
37#endif // WSFSCRIPTBREAKUPFRAGMENT_HPP
void Destroy(void *aObjectPtr) override
Definition WsfScriptSatelliteBreakupFragment.cpp:32
WsfScriptSatelliteBreakupFragment(UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptSatelliteBreakupFragment.cpp:18
~WsfScriptSatelliteBreakupFragment() override=default
Copyrights Multiple, All Rights Reserved