12 #ifndef DtGenericAttributeDecoder_H_
13 #define DtGenericAttributeDecoder_H_
24 class DT_DLL_VL DtGenericAttributeDecoder :
public DtHlaStateDecoder
29 DtGenericAttributeDecoder(
DtExerciseConn* exConn, DtObjClassDesc* classDesc);
32 virtual ~DtGenericAttributeDecoder();
37 const RTI::AttributeHandleValuePairSet& attrs,
38 unsigned long pairSetIndex);
43 static DtHlaStateDecoder* create(
45 DtObjClassDesc* classDesc);
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.