LaneDepartureDetection
Signals from Lane Departure Detection System.
type LaneDepartureDetection {
isEnabled: Boolean
isError: Boolean
isWarning: Boolean
}
Fields
LaneDepartureDetection.isEnabled ● Boolean scalar
Indicates if lane departure detection system is enabled. True = Enabled. False = Disabled.
LaneDepartureDetection.isError ● Boolean scalar
Indicates if lane departure system incurred an error condition. True = Error. False = No Error.
LaneDepartureDetection.isWarning ● Boolean scalar
Indicates if lane departure detection registered a lane departure.
Member Of
ADAS object