The fixed size structure with padding which contains the dwValSensorCalibrationASIL structure.
This is the fixed sized structure which will be used by the VAL channels to transmit the dwValSensorCalibrationASIL structure.
Definition at line 10303 of file VehicleIOValStructures.h.
Data Fields | |
dwValSensorCalibrationASIL | payload |
Actual payload [SYS-REQ-27914240]. More... | |
uint8_t | padding [DW_VALSENSOR_CALIBRATION_ASIL_FIXED_SIZE - sizeof(dwValSensorCalibrationASIL)] |
Padding [SYS-REQ-27914240]. More... | |
uint8_t dwValSensorCalibrationASILFixed::padding[DW_VALSENSOR_CALIBRATION_ASIL_FIXED_SIZE - sizeof(dwValSensorCalibrationASIL)] |
Padding [SYS-REQ-27914240].
Definition at line 10311 of file VehicleIOValStructures.h.
dwValSensorCalibrationASIL dwValSensorCalibrationASILFixed::payload |
Actual payload [SYS-REQ-27914240].
Definition at line 10307 of file VehicleIOValStructures.h.