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
extDiGuyObjectDecoderHLA.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2019 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include <
vrfExtObjects/dllExport.h
>
15
#include <
vrfExtObjects/vrfExtDiGuyStateRepository.h
>
16
#include <vl/diGuyObjectDecoderHLA.h>
17
18
22
class
DT_DLL_vrfExtObjects
DtExtDIGuyObjectDecoder
:
public
DtDIGuyObjectDecoder
23
{
24
public
:
25
27
DtExtDIGuyObjectDecoder
(
28
DtExerciseConn* exConn,
29
DtObjClassDesc* classDesc);
30
32
virtual
~
DtExtDIGuyObjectDecoder
();
33
35
DtExtDIGuyObjectDecoder
(
const
DtExtDIGuyObjectDecoder
& orig);
36
38
DtExtDIGuyObjectDecoder
& operator=(
const
DtExtDIGuyObjectDecoder
& orig);
39
40
public
:
41
42
static
void
setupReplacementDecoders(
DtDIGuyObjectDecoder
*baseDecoder);
43
44
protected
:
45
47
static
void
decodeDIGuyAppearance(
48
DtDIGuyObjectStateRepository
* rep,
49
const
RTI::AttributeHandleValuePairSet& attrs,
50
int
pairSetIndex );
51
53
static
void
decodeDIGuyBodyWeight(
54
DtDIGuyObjectStateRepository
* rep,
55
const
RTI::AttributeHandleValuePairSet& attrs,
56
int
pairSetIndex );
57
59
static
void
decodeDIGuyAction(
60
DtDIGuyObjectStateRepository
* rep,
61
const
RTI::AttributeHandleValuePairSet& attrs,
62
int
pairSetIndex );
63
64
};
65
66
#endif // DtHLA
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
)