VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
underwaterAcousticsEmissionDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef underwaterAcousticsEmissionDecoder_H_
7
#define underwaterAcousticsEmissionDecoder_H_
8
#if DtHLA
9
13
14
#include "
baseEmbeddedSystemDecoder.h
"
15
16
class
DtUnderwaterAcousticsEmissionRepository
;
17
21
class
DT_DLL_VL
DtUnderwaterAcousticsEmissionDecoder
:
public
DtBaseEmbeddedSystemDecoder
22
{
23
public
:
25
DtUnderwaterAcousticsEmissionDecoder
(
26
DtExerciseConn
* exConn,
27
DtObjClassDesc
* classDesc);
28
30
virtual
~
DtUnderwaterAcousticsEmissionDecoder
();
31
33
DtUnderwaterAcousticsEmissionDecoder
(
34
const
DtUnderwaterAcousticsEmissionDecoder
& orig);
35
37
DtUnderwaterAcousticsEmissionDecoder
&
operator=
(
38
const
DtUnderwaterAcousticsEmissionDecoder
& orig);
39
40
public
:
42
static
DtHlaStateDecoder
*
create
(
43
DtExerciseConn
* exConn,
44
DtObjClassDesc
* classDesc);
45
46
protected
:
48
static
void
decodeEventIdentifier(
49
DtUnderwaterAcousticsEmissionRepository
* stateRep,
50
const
RTI::AttributeHandleValuePairSet& attrs,
51
int
pairSetIndex);
52
53
};
54
55
56
#endif //DtUnderwaterAcousticsEmissionDecoder_H_
57
58
#endif //DtHLA
59
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)