The fixed size structure with padding which contains the dwVehicleIOFixedQMCommand structure.
This is the fixed sized structure which will be used by the VAL channels to transmit the dwVehicleIOFixedQMCommand structure.
Definition at line 10252 of file VehicleIOValStructures.h.
Data Fields | |
dwVehicleIOQMCommand | payload |
Actual payload [SYS-REQ-27914240]. More... | |
uint8_t | padding [DW_VIO_FIXED_QM_COMMAND_SIZE - sizeof(dwVehicleIOQMCommand)] |
Padding [SYS-REQ-27914240]. More... | |
uint8_t dwVehicleIOFixedQMCommand::padding[DW_VIO_FIXED_QM_COMMAND_SIZE - sizeof(dwVehicleIOQMCommand)] |
Padding [SYS-REQ-27914240].
Definition at line 10260 of file VehicleIOValStructures.h.
dwVehicleIOQMCommand dwVehicleIOFixedQMCommand::payload |
Actual payload [SYS-REQ-27914240].
Definition at line 10256 of file VehicleIOValStructures.h.