3 #include <dis7/utils/DataStream.h> 4 #include <dis7/opendis7_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;
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
unsigned char _geometry
Geometry or state record.
Definition: EnvironmentGeneral.h:31
a class to support managing a network buffer.
Definition: DataStream.h:28
unsigned char _length
length, in bits
Definition: EnvironmentGeneral.h:22
unsigned int _environmentType
Record type.
Definition: EnvironmentGeneral.h:19
unsigned char _index
Identify the sequentially numbered record index.
Definition: EnvironmentGeneral.h:25
unsigned char _padding2
padding to bring the total size up to a 64 bit boundry
Definition: EnvironmentGeneral.h:34
unsigned char _padding1
padding
Definition: EnvironmentGeneral.h:28
Definition: EnvironmentGeneral.h:15