15 class DtVRLinkStateStateRepository;
20 class DT_DLL_VL DtVRLinkStateEncoder :
public DtHlaStateEncoder
27 DtObjClassDesc* classDesc);
30 virtual ~DtVRLinkStateEncoder();
33 DtVRLinkStateEncoder(
const DtVRLinkStateEncoder& orig);
36 DtVRLinkStateEncoder& operator=(
const DtVRLinkStateEncoder& orig);
40 static DtHlaStateEncoder* create(
42 DtObjClassDesc* classDesc);
48 static bool needExecutionStatus(
49 const DtVRLinkStateStateRepository& stateRep,
50 const DtVRLinkStateStateRepository& asSeenByRemote);
53 static void encodeExecutionStatus(
54 const DtVRLinkStateStateRepository& rep,
55 RTI::AttributeHandleValuePairSet* attrs,
56 RTI::AttributeHandle attrHandle);
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 DtHlaStateEncoder.