VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericAttributeDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
11 
12 #ifndef DtGenericAttributeDecoder_H_
13 #define DtGenericAttributeDecoder_H_
14 
15 
16 #include "hlaStateDecoder.h"
17 
21 
23 
25 {
26 public:
27 
30 
32  virtual ~DtGenericAttributeDecoder();
33 
36  static void decodeGenericAttribute(DtStateRepository* rep,
37  const RTI::AttributeHandleValuePairSet& attrs,
38  unsigned long pairSetIndex);
39 
40 public:
41 
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 };
47 
48 #endif
49 #endif
50 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
The DtGenericAttributeDecoder class:
Definition: genericAttributeDecoder.h:24
This file contains the declaration of DtHlaStateDecoder.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)