VR-Link API Documentation for DIS
 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-2010 VT MAK
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 
24 class DT_DLL_VL DtGenericAttributeDecoder : public DtHlaStateDecoder
25 {
26 public:
27 
29  DtGenericAttributeDecoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
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: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
This file contains the declaration of DtHlaStateDecoder.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)