Driver
Driver data.
type Driver {
attentiveProbability(
unit: RelationUnitEnum = PERCENT
): Float
distractionLevel(
unit: RelationUnitEnum = PERCENT
): Float
fatigueLevel(
unit: RelationUnitEnum = PERCENT
): Float
heartRate(
unit: FrequencyUnitEnum = BEATS_PER_MINUTE
): UInt16
isEyesOnRoad: Boolean
isHandsOnWheel: Boolean
}
Fields
Driver.attentiveProbability ● Float scalar
Probability of attentiveness of the driver.
Driver.attentiveProbability.unit ● RelationUnitEnum enum
Driver.distractionLevel ● Float scalar
Distraction level of the driver, which can be evaluated by multiple factors e.g. driving situation, acoustical or optical signals inside the cockpit, ongoing phone calls.
Driver.distractionLevel.unit ● RelationUnitEnum enum
Driver.fatigueLevel ● Float scalar
Fatigue level of the driver, which can be evaluated by multiple factors e.g. trip time, behaviour of steering, eye status.
Driver.fatigueLevel.unit ● RelationUnitEnum enum
Driver.heartRate ● UInt16 scalar
Heart rate of the driver.
Driver.heartRate.unit ● FrequencyUnitEnum enum
Driver.isEyesOnRoad ● Boolean scalar
Has driver the eyes on road or not?
Driver.isHandsOnWheel ● Boolean scalar
Are the driver's hands on the steering wheel or not?
Member Of
Vehicle object