Class in Zendir.Messages | Inherits from Message
Declaration
class FuelAmountMessage;Description
Message is used for defining the amount of fuel in a fuel source, including the current amount and flow rate of the fuel.
Properties
| Declared | Description |
|---|---|
| Amount | The current fuel mass. |
| Capacity | The maximum fuel capacity. |
| FlowRate | The change rate of fuel mass. |
| MaximumFlowRate | The maximum change rate of fuel mass. |