Class SecondaryOperationalData

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

public class SecondaryOperationalData extends Object implements Serializable
Additional operational data for an IFF emitting system and the number of IFF Fundamental Parameter Data records Section 6.2.76.
See Also:
  • Field Details

    • operationalData1

      protected byte operationalData1
      additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type.
    • operationalData2

      protected byte operationalData2
      additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type.
    • numberOfIFFFundamentalParameterRecords

      protected short numberOfIFFFundamentalParameterRecords
      The number of IFF Fundamental Parameter Data records that follow
  • Constructor Details

    • SecondaryOperationalData

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