VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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 
26 {
27 public:
28 
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
This class extends the encoder in VR-Link.
Definition: extDiGuyCustomPduEncoder.h:24
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)