ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tPDUInfo

Structure with information about one PDU (may be a complete frame or part of a frame) More...

Inheritance diagram for tPDUInfo:
[legend]

Public Types

enum  tPDUType {
  OTHER = 0 , APPLICATION , BAP , DIAG_REQUEST ,
  DIAG_RESPONSE , DIAG_STATE , NM , SERVICE ,
  TPL , XCP_PRE_CONFIGURED , XCP_RUNTIME_CONFIGURED
}
 

Public Attributes

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.
 
tSignalGroupInfoaSignalGroup
 Array of signal groups in PDU (ascending BitPos order for legacy update bits)
 
uint32_t nSignalCount
 Count of signals in PDU.
 
tSignalIDaSignalID
 Array of signal IDs in PDU.
 
uint8_t nType
 Type of the PDU, see tPDUType.
 

Detailed Description

Structure with information about one PDU (may be a complete frame or part of a frame)

Definition at line 404 of file flexray_database_intf.h.