ADAS
All Advanced Driver Assist Systems data.
type ADAS {
activeAutonomyLevel: Vehicle_Adas_ActiveAutonomyLevel_Enum
isAutoPowerOptimize: Boolean
powerOptimizeLevel: UInt8
supportedAutonomyLevel: Vehicle_Adas_SupportedAutonomyLevel_Enum
abs: ABS
cruiseControl: CruiseControl
dms: DMS
eba: EBA
ebd: EBD
esc: ESC
laneDepartureDetection: LaneDepartureDetection
obstacleDetections: [ObstacleDetection]
tcs: TCS
}
Fields
ADAS.activeAutonomyLevel ● Vehicle_Adas_ActiveAutonomyLevel_Enum enum
Indicates the currently active level of driving automation according to the SAE J3016 (Taxonomy and Definitions for Terms Related to Driving Automation Systems for On-Road Motor Vehicles).
ADAS.isAutoPowerOptimize ● Boolean scalar
Auto Power Optimization Flag When set to 'true', the system enables automatic power optimization, dynamically adjusting the power optimization level based on runtime conditions or features managed by the OEM. When set to 'false', manual control of the power optimization level is allowed.
ADAS.powerOptimizeLevel ● UInt8 scalar
Power optimization level for this branch/subsystem. A higher number indicates more aggressive power optimization. Level 0 indicates that all functionality is enabled, no power optimization enabled. Level 10 indicates most aggressive power optimization mode, only essential functionality enabled.
ADAS.supportedAutonomyLevel ● Vehicle_Adas_SupportedAutonomyLevel_Enum enum
Indicates the highest level of driving automation according to the SAE J3016 taxonomy the vehicle is capable of.
ADAS.abs ● ABS object
ADAS.cruiseControl ● CruiseControl object
ADAS.dms ● DMS object
ADAS.eba ● EBA object
ADAS.ebd ● EBD object
ADAS.esc ● ESC object
ADAS.laneDepartureDetection ● LaneDepartureDetection object
ADAS.obstacleDetections ● [ObstacleDetection] list object
ADAS.tcs ● TCS object
Member Of
Vehicle object