Class StandardVariableSpecification

java.lang.Object
edu.nps.moves.dis7.pdus.StandardVariableSpecification
All Implemented Interfaces:
Serializable

public class StandardVariableSpecification extends Object implements Serializable
Does not work, and causes failure in anything it is embedded in. Section 6.2.83
See Also:
  • Field Details

    • numberOfStandardVariableRecords

      protected short numberOfStandardVariableRecords
      Number of static variable records
    • standardVariables

      protected List<StandardVariableRecord> 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.
  • Constructor Details

    • StandardVariableSpecification

      public StandardVariableSpecification()
      Constructor creates and configures a new instance object
  • Method Details