VR-Forces Developer's Guide
 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) 2025 MAK Technologies, Inc.
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() override;
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. It exists only as a home for several static encoder functi...
Definition: extDiGuyCustomPduEncoder.h:24
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)