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