WSF
src
core
wsf
source
dis
WsfDisReceiver.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 WSFDISRECEIVER_HPP
16
#define WSFDISRECEIVER_HPP
17
18
#include "wsf_export.h"
19
20
#include "DisReceiver.hpp"
21
class
WsfDisInterface
;
22
23
class
WSF_EXPORT
WsfDisReceiver
:
public
DisReceiver
24
{
25
public
:
26
WsfDisReceiver
(DisPdu& aPdu, GenI& aGenI,
WsfDisInterface
* aInterfacePtr);
27
~WsfDisReceiver
()
override
;
28
29
int
Process
()
override
;
30
31
private
:
32
WsfDisInterface
* mInterfacePtr;
33
};
34
35
#endif
WSF_EXPORT
#define WSF_EXPORT
Definition
WsfXIO_Export.hpp:35
WsfDisInterface
Definition
WsfDisInterface.hpp:83
WsfDisReceiver::Process
int Process() override
Definition
WsfDisReceiver.cpp:31
WsfDisReceiver::WsfDisReceiver
WsfDisReceiver(DisPdu &aPdu, GenI &aGenI, WsfDisInterface *aInterfacePtr)
Definition
WsfDisReceiver.cpp:21
Copyrights Multiple, All Rights Reserved