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

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned short getNumberOfStandardVariableRecords () const
 
std::vector< SimulationManagementPduHeader > & getStandardVariables ()
 
const std::vector< SimulationManagementPduHeader > & getStandardVariables () const
 
void setStandardVariables (const std::vector< SimulationManagementPduHeader > &pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const StandardVariableSpecification &rhs) const
 

Protected Attributes

unsigned short _numberOfStandardVariableRecords
 Number of static variable records.
 
std::vector< SimulationManagementPduHeader_standardVariables
 variable length list of standard variables, The class type and length here are WRONG and will cause the incorrect serialization of any class in whihc it is embedded. More...
 

Member Data Documentation

◆ _standardVariables

std::vector<SimulationManagementPduHeader> DIS::StandardVariableSpecification::_standardVariables
protected

variable length list of standard variables, The class type and length here are WRONG and will cause the incorrect serialization of any class in whihc it is embedded.


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