VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extDiGuyObjectDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 // This class isn't used for anything at the moment, but is being left in makVrfVrlExt in case it
13 // is needed in the future. The class should only be enabled if something *REALLY* needs to be
14 // added at the makVrfVrlExt level and should be carefully tracked so it is removed once the
15 // logic makes it into VR-Link so the stale logic doesn't end up causing bugs in VRV/VRF *AGAIN*.
16 #define MAKVRFVRLEXT_USE_EXT_DIGUY_OBJECT_DECODER_HLA 0
17 #if MAKVRFVRLEXT_USE_EXT_DIGUY_OBJECT_DECODER_HLA
18 
19 #if DtHLA
20 
23 #include <vl/diGuyObjectDecoderHLA.h>
24 
28 class DT_DLL_vrfExtObjects DtExtDIGuyObjectDecoder : public DtDIGuyObjectDecoder
29 {
30 public:
31 
33  DtExtDIGuyObjectDecoder( DtExerciseConn* exConn, DtObjClassDesc* classDesc );
34 
36  virtual ~DtExtDIGuyObjectDecoder();
37 
39  DtExtDIGuyObjectDecoder( const DtExtDIGuyObjectDecoder& orig );
40 
42  DtExtDIGuyObjectDecoder& operator = ( const DtExtDIGuyObjectDecoder& orig );
43 
44 public:
45 
46  static void setupReplacementDecoders( DtDIGuyObjectDecoder* baseDecoder );
47 
48 protected:
49 
51  static void decodeDiguyNewAttribute( DtDIGuyObjectStateRepository* stateRep,
52  const RTI::AttributeHandleValuePairSet& attrs, int pairSetIndex );
53 
54 };
55 
56 #endif // DtHLA
57 #endif // MAKVRFVRLEXT_USE_EXT_DIGUY_OBJECT_DECODER_HLA
Contains the DtExtDiGuyStateRepository class declaration.
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)