Class StorageFuel

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

public class StorageFuel extends Object implements Serializable
Information about an entity's engine fuel. Section 6.2.84.
See Also:
  • Field Details

    • fuelQuantity

      protected int fuelQuantity
      Fuel quantity, units specified by next field
    • fuelMeasurementUnits

      protected FuelMeasurementUnits fuelMeasurementUnits
      Units in which the fuel is measured uid 328
    • fuelType

      protected SupplyFuelType fuelType
      Type of fuel uid 413
    • fuelLocation

      protected FuelLocation fuelLocation
      Location of fuel as related to entity. See section 14 of EBV document uid 329
    • padding

      protected byte padding
      zero-filled array of padding bits for byte alignment and consistent sizing of PDU data
  • Constructor Details

    • StorageFuel

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