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