WSF
WsfDisRemoveEntityR.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 WSFDISREMOVEENTITYR_HPP
16#define WSFDISREMOVEENTITYR_HPP
17
18#include "wsf_export.h"
19
20#include "DisRemoveEntityR.hpp"
21class WsfDisInterface;
22
23class WSF_EXPORT WsfDisRemoveEntityR : public DisRemoveEntityR
24{
25public:
27 WsfDisRemoveEntityR(DisPdu& aPdu, GenI& aGenI, WsfDisInterface* aInterfacePtr);
28 ~WsfDisRemoveEntityR() override;
29
30 int Process() override;
31 void TimedOut() override;
32
33protected:
34 // Disallow assignment
37 DisPdu* ProduceResponse(bool aIsDone);
38
39private:
40 WsfDisInterface* mInterfacePtr;
41};
42
43#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfDisInterface.hpp:83
int Process() override
Definition WsfDisRemoveEntityR.cpp:43
DisPdu * ProduceResponse(bool aIsDone)
Definition WsfDisRemoveEntityR.cpp:70
void TimedOut() override
Definition WsfDisRemoveEntityR.cpp:61
WsfDisRemoveEntityR & operator=(const WsfDisRemoveEntityR &aRhs)
WsfDisRemoveEntityR(WsfDisInterface *aInterfacePtr)
Definition WsfDisRemoveEntityR.cpp:24
bool ProcessRemoveEntityRequest()
Definition WsfDisRemoveEntityR.cpp:49
Copyrights Multiple, All Rights Reserved