VR-Forces 5.0.1 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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
dllExport.h
DtClock
DtEntityStateRepository
DtExtDIGuyCustomPduEncoder
This class extends the encoder in VR-Link. It exists only as a home for several static encoder functi...
Definition:
extDiGuyCustomPduEncoder.h:24
DtDIGuyCustomPduEncoder
DT_DLL_vrfExtObjects
#define DT_DLL_vrfExtObjects
Definition:
dllExport.h:23
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)