WSF
WsfDisSetRecordR.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 WSFDISSETRECORDR_HPP
16#define WSFDISSETRECORDR_HPP
17
18#include "wsf_export.h"
19
20#include "DisSetRecordR.hpp"
21class WsfDisRecordR;
22class WsfDisInterface;
23
24class WSF_EXPORT WsfDisSetRecordR : public DisSetRecordR
25{
26public:
27 WsfDisSetRecordR(WsfDisInterface* aInterfacePtr);
28 WsfDisSetRecordR(DisPdu& aPdu, GenI& aGenI, WsfDisInterface* aInterfacePtr);
29 ~WsfDisSetRecordR() override;
30
31 int Process() override;
32 void TimedOut() override;
33
34protected:
35 // Disallow assignment
38 bool PopulateReply(WsfDisRecordR* aResponsePtr);
40
41private:
42 WsfDisInterface* mInterfacePtr;
43};
44
45#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfDisInterface.hpp:83
Definition WsfDisRecordR.hpp:24
WsfDisRecordR * ProduceReply()
Definition WsfDisSetRecordR.cpp:53
bool ProcessSetRecordRequest()
Definition WsfDisSetRecordR.cpp:117
int Process() override
Definition WsfDisSetRecordR.cpp:81
void TimedOut() override
Definition WsfDisSetRecordR.cpp:45
WsfDisSetRecordR & operator=(const WsfDisSetRecordR &aRhs)
WsfDisSetRecordR(WsfDisInterface *aInterfacePtr)
Definition WsfDisSetRecordR.cpp:26
bool PopulateReply(WsfDisRecordR *aResponsePtr)
Definition WsfDisSetRecordR.cpp:68
Copyrights Multiple, All Rights Reserved