WSF
WsfDisStartResumeR.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 WSFDISSTARTRESUMER_HPP
16#define WSFDISSTARTRESUMER_HPP
17
18#include "wsf_export.h"
19
20#include "DisStartResumeR.hpp"
21class WsfDisInterface;
23
24class WSF_EXPORT WsfDisStartResumeR : public DisStartResumeR
25{
26public:
27 WsfDisStartResumeR(WsfDisInterface* aInterfacePtr);
28 WsfDisStartResumeR(DisPdu& aPdu, GenI& aGenI, WsfDisInterface* aInterfacePtr);
29 ~WsfDisStartResumeR() override;
30
31 void TimedOut() override;
32
33protected:
34 // Disallow assignment
36 DisPdu* ProduceResponse(bool aIsDone);
37 bool ActionIsForMe() const;
39
40private:
41 WsfDisInterface* mInterfacePtr;
42};
43
44#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfDisAcknowledgeR.hpp:24
Definition WsfDisInterface.hpp:83
bool ProcessStartCommand()
Definition WsfDisStartResumeR.cpp:61
void TimedOut() override
Definition WsfDisStartResumeR.cpp:130
DisPdu * ProduceResponse(bool aIsDone)
Definition WsfDisStartResumeR.cpp:46
bool ActionIsForMe() const
Definition WsfDisStartResumeR.cpp:96
WsfDisStartResumeR(WsfDisInterface *aInterfacePtr)
Definition WsfDisStartResumeR.cpp:28
WsfDisStartResumeR & operator=(const WsfDisStartResumeR &aRhs)=delete
Copyrights Multiple, All Rights Reserved