In many block diagrams of AUTOSAR specification they use the term PduR.
But there is no such kind of module in AUTOSAR Schema.
Can someone explain what does PduR mean?
In many block diagrams of AUTOSAR specification they use the term PduR.
But there is no such kind of module in AUTOSAR Schema.
Can someone explain what does PduR mean?
PduR is the abbreviation for “Pdu Router”. The PduR is a basic software module in the AUTOSAR stack.
A typical purpose of the PduR is to accept Pdus from a lower-layer module and deliver it to a higher-level module or vice versa.
The PDU Router module is a central module of the AUTOSAR communication stack. its main purpose is to provide an abstractions from bus-dependent communication modules (CAN , Flexray , ETH , LIN , ....etc) and is responsible for the Routing of I-PDUs from (BUS_if) to com and vise versa ,Routing to/from TP Modules, perform Gateway Functionality
PDUR is a Router of pdu which routes the pdu from lower layer to upper layer and vice versa, pdur lies in service layer of BSW, followed by com.
© 2022 - 2024 — McMap. All rights reserved.