Class FixedDatum

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

public class FixedDatum extends Object implements Serializable
Fixed Datum Record. Section 6.2.37
See Also:
  • Field Details

    • fixedDatumID

      protected VariableRecordType fixedDatumID
      ID of the fixed datum, an enumeration uid 66 Variable Record Type values are defined by VariableRecordType enumerations
    • fixedDatumValue

      protected int fixedDatumValue
      Value for the fixed datum
  • Constructor Details

    • FixedDatum

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