open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::Environment Class Reference

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned int getEnvironmentType () const
 
void setEnvironmentType (unsigned int pX)
 
unsigned char getLength () const
 
void setLength (unsigned char pX)
 
unsigned char getIndex () const
 
void setIndex (unsigned char pX)
 
unsigned char getPadding1 () const
 
void setPadding1 (unsigned char pX)
 
unsigned char getGeometry () const
 
void setGeometry (unsigned char pX)
 
unsigned char getPadding2 () const
 
void setPadding2 (unsigned char pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const Environment &rhs) const
 
virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned int getEnvironmentType () const
 
void setEnvironmentType (unsigned int pX)
 
unsigned short getLength () const
 
void setLength (unsigned short pX)
 
unsigned char getIndex () const
 
void setIndex (unsigned char pX)
 
unsigned char getPadding () const
 
void setPadding (unsigned char pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const Environment &rhs) const
 

Protected Attributes

unsigned int _environmentType
 Record type. More...
 
unsigned char _length
 length, in bits
 
unsigned char _index
 Identify the sequentially numbered record index. More...
 
unsigned char _padding1
 padding
 
unsigned char _geometry
 Geometry or state record.
 
unsigned char _padding2
 padding to bring the total size up to a 64 bit boundry
 
unsigned short _length
 length, in bits, of the record
 
unsigned char _padding
 padding
 

Member Data Documentation

◆ _environmentType

unsigned int DIS::Environment::_environmentType
protected

Record type.

type

◆ _index

unsigned char DIS::Environment::_index
protected

Identify the sequentially numbered record index.

identifies the sequntially numbered record index


The documentation for this class was generated from the following files: