Class VariableDatum

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

public class VariableDatum extends Object implements Serializable
The variable datum type, the datum length, and the value for that variable datum type. Section 6.2.93 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • variableDatumID

      protected VariableRecordType variableDatumID
      Type of variable datum to be transmitted. 32-bit enumeration defined in EBV uid 66
    • variableDatumLength

      protected int variableDatumLength
      Length, IN BITS, of the variable datum.
    • variableDatumValue

      protected byte[] variableDatumValue
      This can be any number of bits long, depending on the datum.
  • Constructor Details

    • VariableDatum

      public VariableDatum()
      Constructor
  • Method Details