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
genericAttributeEncoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
8
#if DtHLA
9
12
13
#include "
hlaStateEncoder.h
"
14
17
class
DT_DLL_VL
DtStateRepository
;
18
21
22
class
DT_DLL_VL
DtGenericAttributeEncoder
:
public
DtHlaStateEncoder
23
{
24
public
:
25
27
DtGenericAttributeEncoder
(
DtExerciseConn
* exConn,
DtObjClassDesc
* classDesc);
28
30
virtual
~
DtGenericAttributeEncoder
();
31
32
static
void
encodeGenericAttribute(
const
DtStateRepository
& rep,
33
RTI::AttributeHandleValuePairSet* attrs,
34
RTI::AttributeHandle attrHandle);
35
36
static
bool
needGenericAttribute(
37
const
DtStateRepository
& stateRep,
38
const
DtStateRepository
& asSeenByRemote,
39
RTI::AttributeHandle attrHandle);
40
};
41
42
#endif
43
44
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
)