|
ADTF Device Toolbox SDK
|
#include <flexray_database_intf.h>
Public Attributes | |
| tSwitchedPDUs * | pSwitchedPDUs |
| If set the PDU is mutliplexed. | |
| tPDUID | nParentPDUID |
| If != -1 the id of parent PDU. | |
Public Attributes inherited from adtf::devicetb::sdk::flexray::axle::tPDUInfo | |
| tPDUID | nPDUID |
| ID of the PDU. | |
| const char * | strID |
| FIBEX ID of the frame. | |
| const char * | strShortName |
| Short name of the frame. | |
| uint8_t | nPayloadLength |
| Size of payload in bytes. | |
| tECUID | nECUID |
| ID of sending ECUs. | |
| uint32_t | nSignalGroupCount |
| Count of signal groups in PDU. | |
| tSignalGroupInfo * | aSignalGroup |
| Array of signal groups in PDU (ascending BitPos order for legacy update bits) | |
| uint32_t | nSignalCount |
| Count of signals in PDU. | |
| tSignalID * | aSignalID |
| Array of signal IDs in PDU. | |
| uint8_t | nType |
| Type of the PDU, see tPDUType. | |
Additional Inherited Members | |
Public Types inherited from adtf::devicetb::sdk::flexray::axle::tPDUInfo | |
| enum | tPDUType { OTHER = 0 , APPLICATION , BAP , DIAG_REQUEST , DIAG_RESPONSE , DIAG_STATE , NM , SERVICE , TPL , XCP_PRE_CONFIGURED , XCP_RUNTIME_CONFIGURED } |
Extends axle::tPDUInfo with multiplexed pdu information.