3 #include <dis7/utils/DataStream.h> 4 #include <dis7/opendis7_export.h> 42 virtual void marshal(
DataStream& dataStream)
const;
43 virtual void unmarshal(
DataStream& dataStream);
45 unsigned char getRecordType()
const;
46 void setRecordType(
unsigned char pX);
48 unsigned char getChangeIndicator()
const;
49 void setChangeIndicator(
unsigned char pX);
51 unsigned short getPartAttachedTo()
const;
52 void setPartAttachedTo(
unsigned short pX);
54 unsigned int getParameterType()
const;
55 void setParameterType(
unsigned int pX);
57 float getParameterValue()
const;
58 void setParameterValue(
float pX);
61 virtual int getMarshalledSize()
const;
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
a class to support managing a network buffer.
Definition: DataStream.h:28
Definition: ArticulatedParts.h:15
unsigned short _partAttachedTo
the identification of the articulated part to which this articulation parameter is attached...
Definition: ArticulatedParts.h:25
float _parameterValue
This field shall specify the parameter value and shall be specified by a 32-bit floating point number...
Definition: ArticulatedParts.h:32
unsigned char _recordType
the identification of the Variable Parameter record.
Definition: ArticulatedParts.h:19
unsigned char _changeIndicator
indicate the change of any parameter for any articulated part.
Definition: ArticulatedParts.h:22
unsigned int _padding
32 bits of unused padding
Definition: ArticulatedParts.h:35
unsigned int _parameterType
the type of parameter represented, 32 bit enumeration
Definition: ArticulatedParts.h:28