3 #include <dis7/utils/DataStream.h> 4 #include <dis7/opendis7_export.h> 38 virtual void marshal(
DataStream& dataStream)
const;
39 virtual void unmarshal(
DataStream& dataStream);
41 unsigned char getRecordType()
const;
42 void setRecordType(
unsigned char pX);
44 unsigned char getDetachedIndicator()
const;
45 void setDetachedIndicator(
unsigned char pX);
47 unsigned short getPartAttachedTo()
const;
48 void setPartAttachedTo(
unsigned short pX);
50 unsigned int getParameterType()
const;
51 void setParameterType(
unsigned int pX);
53 unsigned long long getAttachedPartType()
const;
54 void setAttachedPartType(
unsigned long long pX);
57 virtual int getMarshalledSize()
const;
unsigned char _recordType
the identification of the Variable Parameter record.
Definition: AttachedParts.h:19
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
unsigned short _partAttachedTo
the identification of the articulated part to which this articulation parameter is attached...
Definition: AttachedParts.h:25
unsigned int _parameterType
The location or station to which the part is attached.
Definition: AttachedParts.h:28
a class to support managing a network buffer.
Definition: DataStream.h:28
unsigned long long _attachedPartType
The definition of the 64 bits shall be determined based on the type of parameter specified in the Par...
Definition: AttachedParts.h:31
Definition: AttachedParts.h:15
unsigned char _detachedIndicator
0 = attached, 1 = detached.
Definition: AttachedParts.h:22