open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::GridAxisRecordRepresentation0 Class Reference
Inheritance diagram for DIS::GridAxisRecordRepresentation0:
Inheritance graph
[legend]
Collaboration diagram for DIS::GridAxisRecordRepresentation0:
Collaboration graph
[legend]

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned short getNumberOfBytes () const
 
std::vector< uint8_t > & getDataValues ()
 
const std::vector< uint8_t > & getDataValues () const
 
void setDataValues (const std::vector< uint8_t > &pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const GridAxisRecordRepresentation0 &rhs) const
 
- Public Member Functions inherited from DIS::GridAxisRecord
unsigned short getSampleType () const
 
void setSampleType (unsigned short pX)
 
unsigned short getDataRepresentation () const
 
void setDataRepresentation (unsigned short pX)
 
bool operator== (const GridAxisRecord &rhs) const
 

Protected Attributes

unsigned short _numberOfBytes
 number of bytes of environmental state data
 
std::vector< uint8_t > _dataValues
 variable length list of data parameters ^^^this is wrong–need padding as well
 
- Protected Attributes inherited from DIS::GridAxisRecord
unsigned short _sampleType
 type of environmental sample
 
unsigned short _dataRepresentation
 value that describes data representation
 

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