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. IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • 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
      padding
  • Constructor Details

    • StorageFuel

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