The fixed size structure with padding which contains the dwVehicleIOQMState structure.
This is the fixed sized structure which will be used by the VAL channels to transmit the dwVehicleIOQMState structure.
Definition at line 10218 of file VehicleIOValStructures.h.
Data Fields | |
dwVehicleIOQMState | payload |
Actual payload [SYS-REQ-27914240]. More... | |
uint8_t | padding [DW_VIO_FIXED_QM_STATE_SIZE - sizeof(dwVehicleIOQMState)] |
Padding [SYS-REQ-27914240]. More... | |
uint8_t dwVehicleIOFixedQMState::padding[DW_VIO_FIXED_QM_STATE_SIZE - sizeof(dwVehicleIOQMState)] |
Padding [SYS-REQ-27914240].
Definition at line 10226 of file VehicleIOValStructures.h.
dwVehicleIOQMState dwVehicleIOFixedQMState::payload |
Actual payload [SYS-REQ-27914240].
Definition at line 10222 of file VehicleIOValStructures.h.