The fixed size structure with padding which contains the dwValSensorCalibration structure.
This is the fixed sized structure which will be used by the VAL channels to transmit the dwValSensorCalibration structure.
Definition at line 10286 of file VehicleIOValStructures.h.
Data Fields | |
dwValSensorCalibration | payload |
Actual payload [SYS-REQ-27914240]. More... | |
uint8_t | padding [DW_VALSENSOR_CALIBRATION_FIXED_SIZE - sizeof(dwValSensorCalibration)] |
Padding [SYS-REQ-27914240]. More... | |
uint8_t dwValSensorCalibrationFixed::padding[DW_VALSENSOR_CALIBRATION_FIXED_SIZE - sizeof(dwValSensorCalibration)] |
Padding [SYS-REQ-27914240].
Definition at line 10294 of file VehicleIOValStructures.h.
dwValSensorCalibration dwValSensorCalibrationFixed::payload |
Actual payload [SYS-REQ-27914240].
Definition at line 10290 of file VehicleIOValStructures.h.