|
open-dis-cpp
|
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... | |
|
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.
1.8.13