ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tFrameInfo

Structure with information about one frame (cell in the cycle/slot matrix) More...

Public Types

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

Public Attributes

tECUID nECUID
 ID of sending ECU.
 
uint8_t nSize
 Total size of payload in bytes.
 
tCycleID nBaseCycle
 Base cycle (0..63)
 
int8_t nCycleRepetition
 Cycle repetition (1,2,4,8,16,32,64)
 
tSlotID nSlot
 1..2047
 
uint32_t nFramePDUCount
 Count of PDUs in array aPDUs.
 
tFramePDUInfoaFramePDU
 List of PDUs (sorted ascending)
 
uint8_t nType
 Type of the Frame, see tFrameType.
 

Detailed Description

Structure with information about one frame (cell in the cycle/slot matrix)

Definition at line 452 of file flexray_database_intf.h.