VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfExtObjects
resetInterDecoderHLA.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include <vl/interactionDecoder.h>
15
#include <
vrfExtObjects/dllExport.h
>
16
17
class
DtResetInter
;
18
19
#define DtDECLARE_AIBMTG_PARAM_DECODER(paramName) \
20
DtDECLARE_PARAM_DECODER(DtResetInter, paramName)
21
22
#define DtDEFINE_SIMPLE_AIBMTG_PARAM_DECODER(paramName, netType, mutator) \
23
DtDEFINE_SIMPLE_PARAM_DECODER(DtResetInterDecoder, DtResetInter, \
24
paramName, netType, mutator)
25
30
class
DT_DLL_vrfExtObjects
DtResetInterDecoder
:
public
DtInteractionDecoder
31
{
32
public
:
33
35
DtResetInterDecoder
(DtExerciseConn* exConn,
36
DtInterClassDesc* classDesc);
37
39
virtual
~
DtResetInterDecoder
();
40
42
DtResetInterDecoder
(
const
DtResetInterDecoder
& orig);
43
45
DtResetInterDecoder
& operator=(
const
DtResetInterDecoder
& orig);
46
47
};
48
49
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)