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