SYConsumptionCurve Class Reference

Specifies how speed is influencing consumption. More...

#import <SYConsumptionCurve.h>

Inheritance diagram for SYConsumptionCurve:
Collaboration diagram for SYConsumptionCurve:

Instance Methods

(nonnull instancetype) - initWithFuelConsumption:weightFactors:
 

Properties

NSArray< SYFuelConsumptionData * > * fuelConsumption
 Represents consumption at the given vehicle speed. More...
 
NSArray< SYWeightFactorData * > * weightFactors
 Represents how vehicle weight changes consumption. More...
 

Detailed Description

Specifies how speed is influencing consumption.

Method Documentation

◆ initWithFuelConsumption:weightFactors:

- (nonnull instancetype) initWithFuelConsumption: (nullable NSArray< SYFuelConsumptionData * > *)  fuelConsumption
weightFactors: (nullable NSArray< SYWeightFactorData * > *)  weightFactors 

Property Documentation

◆ fuelConsumption

- (NSArray<SYFuelConsumptionData*>*) fuelConsumption
readwritenonatomicstrong

Represents consumption at the given vehicle speed.

◆ weightFactors

- (NSArray<SYWeightFactorData*>*) weightFactors
readwritenonatomicstrong

Represents how vehicle weight changes consumption.


The documentation for this class was generated from the following file: