MCUSW
Cdd_IpcChannelType Struct Reference

Detailed Description

Defines logical communication channel between cores.

Data Fields

uint32 id
 
uint32 localEp
 
uint32 remoteEp
 
uint32 remoteProcId
 
uint32 numMsgQueued
 
uint32 maxMsgSize
 
uint32 reserved
 

Field Documentation

◆ id

uint32 Cdd_IpcChannelType::id

Unique identifiers for a channel

◆ localEp

uint32 Cdd_IpcChannelType::localEp

Local End Point identifier, on which MCAL/AUTOSAR is hosted

◆ remoteEp

uint32 Cdd_IpcChannelType::remoteEp

Remote End Point identifier, on remote cores

◆ remoteProcId

uint32 Cdd_IpcChannelType::remoteProcId

Remote Processor Identifier

◆ numMsgQueued

uint32 Cdd_IpcChannelType::numMsgQueued

Maximum depth of the queue, that holds received messages

◆ maxMsgSize

uint32 Cdd_IpcChannelType::maxMsgSize

Maximum size of the message that could be received

◆ reserved

uint32 Cdd_IpcChannelType::reserved

Future use if any