VR-Forces 4.6.1 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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)