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