Class SignalPdu

All Implemented Interfaces:
Marshaller, Serializable

public class SignalPdu extends RadioCommunicationsFamilyPdu implements Serializable
5.8.4, 7.7.3 Conveys the audio or digital data carried by the simulated radio or intercom transmission. IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation—Application Protocols
See Also:
  • Field Details

    • encodingScheme

      protected short encodingScheme
      encoding scheme used, and enumeration
    • tdlType

      protected SignalTDLType tdlType
      tdl type uid 178
    • sampleRate

      protected int sampleRate
      sample rate
    • dataLength

      protected Short dataLength
      length of data in bits
    • samples

      protected short samples
      number of samples
    • data

      protected byte[] data
      list of eight bit values
  • Constructor Details

    • SignalPdu

      public SignalPdu()
      Constructor
  • Method Details