VR-Link API Documentation for HLA 1516
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
genericAttributeDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#if DtHLA
8
11
12
#ifndef DtGenericAttributeDecoder_H_
13
#define DtGenericAttributeDecoder_H_
14
15
16
#include "
hlaStateDecoder.h
"
17
20
class
DT_DLL_VL
DtStateRepository
;
21
23
24
class
DT_DLL_VL
DtGenericAttributeDecoder
:
public
DtHlaStateDecoder
25
{
26
public
:
27
29
DtGenericAttributeDecoder
(
DtExerciseConn
* exConn,
DtObjClassDesc
* classDesc);
30
32
virtual
~
DtGenericAttributeDecoder
();
33
36
static
void
decodeGenericAttribute(
DtStateRepository
* rep,
37
const
RTI::AttributeHandleValuePairSet
& attrs,
38
unsigned
long
pairSetIndex);
39
40
public
:
41
43
static
DtHlaStateDecoder
* create(
44
DtExerciseConn
* exConn,
45
DtObjClassDesc
* classDesc);
46
};
47
48
#endif
49
#endif
50
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)