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