WSF
WsfDisFire.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#ifndef WSFDISFIRE_HPP
13#define WSFDISFIRE_HPP
14
15#include "wsf_mil_export.h"
16
17#include "DisFire.hpp"
18#include "UtCallback.hpp"
19
20class WsfDisInterface;
22
23class WSF_MIL_EXPORT WsfDisFire : public DisFire
24{
25public:
26 WsfDisFire(DisPdu& aPdu, GenI& aGenI, WsfDisInterface* aInterfacePtr);
27 ~WsfDisFire() override = default;
28
29 int Process() override;
30
31 void Notify(double aSimTime, DisFire* aPduPtr);
32
33 static UtCallbackListN<void(WsfDisFire&)> ProcessPDU;
34
35private:
36 WsfDisInterface* mInterfacePtr;
37 WsfMilExtInterface* mExtMilPtr;
38};
39
40#endif
~WsfDisFire() override=default
WsfDisFire(DisPdu &aPdu, GenI &aGenI, WsfDisInterface *aInterfacePtr)
Definition WsfDisFire.cpp:36
void Notify(double aSimTime, DisFire *aPduPtr)
int Process() override
Definition WsfDisFire.cpp:44
static UtCallbackListN< void(WsfDisFire &)> ProcessPDU
Definition WsfDisFire.hpp:33
Definition WsfDisInterface.hpp:83
Definition WsfMilExtInterface.hpp:23
Copyrights Multiple, All Rights Reserved