Class VariableTransmitterParameters

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

public class VariableTransmitterParameters extends Object implements Serializable
Relates to radios. Section 6.2.95
See Also:
  • Field Details

    • recordType

      protected VariableRecordType recordType
      Type of VTP uid 66 Variable Record Type values are defined by VariableRecordType enumerations
    • recordLength

      protected short recordLength
      Length, in bytes
    • recordSpecificFields

      protected byte[] recordSpecificFields
      recordSpecificFields is an undescribed parameter...
  • Constructor Details

    • VariableTransmitterParameters

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