WSF
WsfDisEntityDamageStatus.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 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// ****************************************************************************
12// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFDISENTITYDAMAGESTATUS_HPP
16#define WSFDISENTITYDAMAGESTATUS_HPP
17
18#include "wsf_export.h"
19
20#include "DisEntityDamageStatus.hpp"
21class GenI;
22class WsfDisInterface;
23
24class WSF_EXPORT WsfDisEntityDamageStatus : public DisEntityDamageStatus
25{
26public:
27 WsfDisEntityDamageStatus(DisPdu& aPdu, GenI& aGenI, WsfDisInterface* aInterfacePtr);
28 ~WsfDisEntityDamageStatus() override = default;
29
30 int Process() override;
31
32private:
33 WsfDisInterface* mInterfacePtr;
34};
35
36#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
~WsfDisEntityDamageStatus() override=default
int Process() override
Definition WsfDisEntityDamageStatus.cpp:32
WsfDisEntityDamageStatus(DisPdu &aPdu, GenI &aGenI, WsfDisInterface *aInterfacePtr)
Definition WsfDisEntityDamageStatus.cpp:25
Definition WsfDisInterface.hpp:83
Copyrights Multiple, All Rights Reserved