16 class DtVRLinkStateStateRepository;
21 class DT_DLL_VL DtVRLinkStateDecoder :
public DtHlaStateDecoder
25 DtVRLinkStateDecoder(
DtExerciseConn* exConn, DtObjClassDesc* classDesc);
28 virtual ~DtVRLinkStateDecoder();
31 DtVRLinkStateDecoder(
const DtVRLinkStateDecoder& orig);
34 DtVRLinkStateDecoder& operator=(
const DtVRLinkStateDecoder& orig);
38 static DtHlaStateDecoder* create(
DtExerciseConn* exConn, DtObjClassDesc* classDesc);
43 static void decodeExecutionStatus(
44 DtVRLinkStateStateRepository* rep,
45 const RTI::AttributeHandleValuePairSet& attrs,
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
This file contains the declaration of DtHlaStateDecoder.