3 #include <dis6/utils/DataStream.h> 4 #include <dis6/opendis6_export.h> 41 virtual void marshal(
DataStream& dataStream)
const;
42 virtual void unmarshal(
DataStream& dataStream);
44 unsigned int getEnvironmentType()
const;
45 void setEnvironmentType(
unsigned int pX);
47 unsigned char getLength()
const;
48 void setLength(
unsigned char pX);
50 unsigned char getIndex()
const;
51 void setIndex(
unsigned char pX);
53 unsigned char getPadding1()
const;
54 void setPadding1(
unsigned char pX);
56 unsigned char getGeometry()
const;
57 void setGeometry(
unsigned char pX);
59 unsigned char getPadding2()
const;
60 void setPadding2(
unsigned char pX);
63 virtual int getMarshalledSize()
const;
unsigned char _geometry
Geometry or state record.
Definition: Environment.h:31
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
unsigned char _padding1
padding
Definition: Environment.h:28
a class to support managing a network buffer.
Definition: DataStream.h:28
Definition: Environment.h:15
unsigned int _environmentType
Record type.
Definition: Environment.h:19
unsigned char _padding2
padding to bring the total size up to a 64 bit boundry
Definition: Environment.h:34
unsigned char _length
length, in bits
Definition: Environment.h:22
unsigned char _index
Identify the sequentially numbered record index.
Definition: Environment.h:25