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
extDiGuyCustomPduEncoder.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
#ifdef DtDIS
13
14
#include <
vrfExtObjects/dllExport.h
>
15
#include <vl/diGuyCustomPduEncoder.h>
16
17
// ======================================================================================
18
// Note: the PDU-encoding code that exists here should be kept in sync with the PDU code
19
// that lives in bdiDisInterface and bdiExerciseInterfaceDis in DI-Guy.
20
// ======================================================================================
21
24
class
DT_DLL_vrfExtObjects
DtExtDIGuyCustomPduEncoder
25
:
public
DtDIGuyCustomPduEncoder
26
{
27
public
:
28
30
DtExtDIGuyCustomPduEncoder
();
31
33
virtual
~
DtExtDIGuyCustomPduEncoder
();
34
35
protected
:
36
37
static
DtPdu* encodeDiGuyActionPdu(
38
const
DtEntityStateRepository
& stateRep,
39
DtEntityStateRepository
* asSeenByRemote,
40
DtClock
* theClock,
DtDIGuyCustomPduEncoder
* encoder);
41
42
static
DtPdu* encodeDiGuyAppearancePdu(
43
const
DtEntityStateRepository
& stateRep,
44
DtEntityStateRepository
* asSeenByRemote,
45
DtClock
* theClock,
DtDIGuyCustomPduEncoder
* encoder);
46
47
static
DtPdu* encodeDiGuyTypePdu(
48
const
DtEntityStateRepository
& stateRep,
49
DtEntityStateRepository
* asSeenByRemote,
50
DtClock
* theClock,
DtDIGuyCustomPduEncoder
* encoder);
51
52
};
53
54
#endif // DtDIS
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
)