TruckSim Telemetry - v1.0.0
    Preparing search index...

    Interface TSTFuelWarningEvent

    interface TSTFuelWarningEvent {
        fuel: number;
        fuelAvgConsumption: number;
        fuelCapacity: number;
        fuelRange: number;
        fuelWarning: boolean;
        fuelWarningFactor: number;
    }

    Hierarchy

    • Pick<
          SCSSDKTelemetry,
          | "fuel"
          | "fuelAvgConsumption"
          | "fuelCapacity"
          | "fuelRange"
          | "fuelWarning"
          | "fuelWarningFactor",
      >
      • TSTFuelWarningEvent
    Index

    Properties

    fuel: number

    Amount of fuel in liters

    fuelAvgConsumption: number

    Average consumption of the fuel in liters/km

    fuelCapacity: number

    Fuel tank capacity in litres

    fuelRange: number

    Estimated range of truck with current amount of fuel in km

    fuelWarning: boolean

    Indicates if the fuel warning is active

    fuelWarningFactor: number

    Fraction of the fuel capacity below which is activated the fuel warning.