WSF
src
core
wsf
source
dis
WsfDisComment.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 WSFDISCOMMENT_HPP
16
#define WSFDISCOMMENT_HPP
17
18
#include "wsf_export.h"
19
20
#include "DisComment.hpp"
21
class
WsfDisInterface
;
22
#include "
WsfStringId.hpp
"
23
24
class
WSF_EXPORT
WsfDisComment
:
public
DisComment
25
{
26
public
:
27
WsfDisComment
(
WsfDisInterface
* aInterfacePtr);
28
WsfDisComment
(DisPdu& aPdu, GenI& aGenI,
WsfDisInterface
* aInterfacePtr);
29
~WsfDisComment
()
override
;
30
31
int
Process
()
override
;
32
33
protected
:
34
// Disallow assignment
35
WsfDisComment
&
operator=
(
const
WsfDisComment
& aRhs);
36
37
WsfDisInterface
*
mInterfacePtr
;
38
};
39
40
#endif
WsfStringId.hpp
WSF_EXPORT
#define WSF_EXPORT
Definition
WsfXIO_Export.hpp:35
WsfDisComment::operator=
WsfDisComment & operator=(const WsfDisComment &aRhs)
WsfDisComment::Process
int Process() override
Definition
WsfDisComment.cpp:36
WsfDisComment::WsfDisComment
WsfDisComment(WsfDisInterface *aInterfacePtr)
Definition
WsfDisComment.cpp:20
WsfDisComment::mInterfacePtr
WsfDisInterface * mInterfacePtr
Definition
WsfDisComment.hpp:37
WsfDisInterface
Definition
WsfDisInterface.hpp:83
Copyrights Multiple, All Rights Reserved