Class StorageFuelReload

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

public class StorageFuelReload
extends java.lang.Object
implements java.io.Serializable
For each type or location of Storage Fuel, this record shall specify the type, location, fuel measure- ment units, reload quantity and maximum quantity for storage fuel either for the whole entity or a specific storage fuel location (tank). Section 6.2.85. IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation—Application Protocols
See Also:
Serialized Form
  • Field Details

    • standardQuantity

      protected int standardQuantity
      the standard quantity of this fuel type normally loaded at this station/launcher if a station/launcher is specified. If the Station/Launcher field is set to zero, then this is the total quantity of this fuel type that would be present in a standard reload of all appli- cable stations/launchers associated with this entity.
    • maximumQuantity

      protected int maximumQuantity
      the maximum quantity of this fuel type that this sta- tion/launcher is capable of holding when a station/launcher is specified. This would be the value used when a maximum reload was desired to be set for this station/launcher. If the Station/launcher field is set to zero, then this is the maximum quantity of this fuel type that would be present on this entity at all stations/launchers that can accept this fuel type.
    • standardQuantityReloadTime

      protected int standardQuantityReloadTime
      the seconds normally required to reload the standard quantity of this fuel type at this specific station/launcher. When the Station/Launcher field is set to zero, this shall be the time it takes to perform a standard quantity reload of this fuel type at all applicable stations/launchers for this entity.
    • maximumQuantityReloadTime

      protected int maximumQuantityReloadTime
      the seconds normally required to reload the maximum possible quantity of this fuel type at this station/launcher. When the Station/Launcher field is set to zero, this shall be the time it takes to perform a maximum quantity load/reload of this fuel type at all applicable stations/launchers for this entity.
    • fuelMeasurementUnits

      protected FuelMeasurementUnits fuelMeasurementUnits
      the fuel measurement units. Enumeration uid 328
    • fuelType

      protected SupplyFuelType fuelType
      Fuel type 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

  • Method Details