Class ResupplyReceivedPdu

java.lang.Object
All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller, java.io.Serializable

public class ResupplyReceivedPdu
extends LogisticsFamilyPdu
implements java.io.Serializable
5.5.7 Used to acknowledge the receipt of supplies by the receiving entity. IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation—Application Protocols
See Also:
Serialized Form
  • Field Details

    • receivingEntityID

      protected EntityID receivingEntityID
      Entity that is receiving service. Shall be represented by Entity Identifier record (see 6.2.28)
    • supplyingEntityID

      protected EntityID supplyingEntityID
      Entity that is supplying. Shall be represented by Entity Identifier record (see 6.2.28)
    • numberOfSupplyTypes

      protected byte numberOfSupplyTypes
      How many supplies are taken by receiving entity
    • padding1

      protected byte padding1
      padding
    • padding2

      protected short padding2
      padding
    • supplies

      protected java.util.List<SupplyQuantity> supplies
      A Reord that Specifies the type of supply and the amount of that supply for each of the supply types in numberOfSupplyTypes (see 6.2.85), Section 7.4.3
  • Constructor Details

  • Method Details