50 static bool needEntityIdentifier(
55 static void encodeEntityIdentifier(
58 RTI::AttributeHandle attrHandle);
62 static bool needObjectIdentifier(
67 static void encodeObjectIdentifier(
70 RTI::AttributeHandle attrHandle);
74 static bool needDIGuyType(
79 static void encodeDIGuyType(
82 RTI::AttributeHandle attrHandle);
86 static bool needDIGuyAppearance(
91 static void encodeDIGuyAppearance(
94 RTI::AttributeHandle attrHandle);
98 static bool needDIGuyAction(
103 static void encodeDIGuyAction(
106 RTI::AttributeHandle attrHandle);
110 static bool needDIGuyVisible(
115 static void encodeDIGuyVisible(
118 RTI::AttributeHandle attrHandle);
122 static bool needDIGuyShapeVariation(
127 static void encodeDIGuyShapeVariation(
130 RTI::AttributeHandle attrHandle);
134 static bool needDIGuyCharacterScale(
139 static void encodeDIGuyCharacterScale(
142 RTI::AttributeHandle attrHandle);
146 static bool needDIGuyBodyWeight(
151 static void encodeDIGuyBodyWeight(
154 RTI::AttributeHandle attrHandle);
160 RTI::AttributeHandle handle );
bool needDIGuyPatches(const DtStateRepository &stateRep, const DtStateRepository &asSeenByRemote)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
void encodeDIGuyPatches(const DtStateRepository &stateRep, RTI::AttributeHandleValuePairSet *avList, RTI::AttributeHandle handle)
This file contains the declaration of DtHlaStateEncoder.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
Instances of DtDIGuyObjectEncoder encode data from DtDIGuyObjectStateRepository objects to the net st...
Definition: diGuyObjectEncoderHLA.h:22
DtHlaStateEncoder & operator=(const DtHlaStateEncoder &orig)
assignment operator
Instances of DtDIGuyObjectStateRepository are used to store state data for DIGuyObject objects...
Definition: diGuyObjectStateRepository.h:31
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154