LoginSignup
0
0

More than 1 year has passed since last update.

Specification of PDU Router, AUTOSAR R22-11(169) CP, No.35(2)

Last updated at Posted at 2023-01-07

Specification of PDU Router, AUTOSAR R21-11(169) CP, No.35

AUTOSARが、2022年の版、R22-11を公開しています。

下記は想定URLです。

文書は検索してダウンロードできます。

AUTOSAR R22-11 Classic Platform 一覧はこちら。

Classic Platform Release Overview, AUTOSAR R22-11, CP, No.0(2)

AUTOSAR R22-11 マラソン

Qiitaの記事の一覧は作成中です。

AUTOSAR R22-11 一覧(2)

Abstract Platformとの関係

ISO 各種規格に基づいた通信の抽象的な定義との対比を作成する。
必要があれば国際規格を改定する。

<この項は書きかけです。順次追記します。>

文書変更(Document Change)

• Introduced production error for buffer overflow handling
• Added support for Data Distribution Service (DDS)
• Clarification for fan-in support
• Editorial changes

用語(terms)

Term Description
Upper Layer Modules(Up) Modules above the PDU Router. This layer usually includes Com and Diagnostic Communication Manager (Dcm).
Lower Layer Modules(Lo) Modules below the PDU Router. This layer may include CAN, LIN, FlexRay, Ethernet Communication Interface modules and the respective TP modules.
PDU Router Module that transfers I-PDUs from one module to another module. The PDU Router module can be utilized for gateway operations and for internal routing purposes.
on-the-fly gatewaying Gateway capability; routing between two TP modules where forwarding of data is started (when a specified threshold is reached) before all data have been received. If larger amount of data is transported between two interfaces it is desirable to be able to start the transmission on the destination network before receiving all data from the source network. This saves memory and time.
multicast operation Simultaneous transmission of PDUs to a group of receivers, i.e. 1:n routing.
data provision Provision of data to interface modules. (a) direct data provision: data to be transmitted are provided directly at the transmit request. The destination Communication Interface may behave in two ways, either copy the data directly or defer the copy to a trigger transmit. (b) trigger transmit data provision: data to be transmitted are not provided at the transmit request, but will be retrieved by the Communication Interface module via a callback function.
last-is-best buffering Buffering strategy where the latest value overwrites the last value.
FIFO buffering Buffer concept, which uses first in first out strategy.
I-PDU ID I-PDU Identifier.
I-PDU Interaction Layer PDU. An I-PDU consists of data (buffer), length and I-PDU ID. The PDU Router will mainly route I-PDUs (exception is on-the-fly gatewaying).
N-PDU Network Layer PDU. Used by Transport Protocol modules to fragment an I-PDU.
L-PDU Data Link Layer PDU. One or more I-PDUs are packed into one L-PDU. The L-PDU is busspecific, e.g. CAN frame.
SF Single Frame, Transport Protocol term.
FF First Frame, Transport Protocol term.
CF Consecutive Frame, Transport Protocol term.
PDU Protocol Data Unit.
BSW Basic Software.
Lower layer Communication Interface module acting as a source of the I-PDU. The SrcLo is always one.
Lower layer Communication Interface module acting as a destination of the I-PDU. The DstLo may by one to many.
Lower layer Transport Protocol module acting as a source of the I-PDU. The SrcLoTp is always one.
Lower layer Transport Protocol module acting as a destination of the I-PDU. The DstLoTp may by one to many.
Lower layer communication interface module.
Upper layer Communication Interface and/or Transport Protocol module.
Lower layer Transport Protocol module.
Any type of module <...>.

英日単語帳

日本語は仮訳

T.B.D.

参考(reference)

[1] Layered Software Architecture
AUTOSAR_EXP_LayeredSoftwareArchitecture
[2] General Specification of Basic Software Modules
AUTOSAR_SWS_BSWGeneral
[3] Requirements on Gateway
AUTOSAR_SRS_Gateway
[4] Specification of I-PDU Multiplexer
AUTOSAR_SWS_IPDUMultiplexer
[5] List of Basic Software Modules
AUTOSAR_TR_BSWModuleList
[6] Specification of ECU Configuration
AUTOSAR_TPS_ECUConfiguration
[7] Specification of Communication Stack Types
AUTOSAR_SWS_CommunicationStackTypes
[8] Guide to BSW Distribution
AUTOSAR_EXP_BSWDistributionGuide

Glossary も 参考に入れましょう。
https://www.autosar.org/fileadmin/standards/foundation/22-11/AUTOSAR_TR_Glossary.pdf

関連文書(Related document)

2023年1月 記事数一覧

年末100記事を30点に仕上げる。

2023 書き初め

「はじめてのCAN/CANFD 」 ベクタージャパン <エンジニア夏休み企画>【読書感想文】

三方良し Udemy 車載LAN入門講座 CAN通信編

詳解 車載ネットワーク CAN, CAN FD, LIN, CXPI, Ethernetの仕組みと設計のために(1) 著者  <エンジニア夏休み企画 読書感想文>

詳解 車載ネットワーク CAN, CAN FD, LIN, CXPI, Ethernetの仕組みと設計のために(2)参考文献 <エンジニア夏休み企画>【読書感想文】

詳解 車載ネットワーク CAN、CAN FD、LIN、CXPI、Ethernetの仕組みと設計のために

最新URL変更記事

Specification of PDU Router, AUTOSAR 35, R22-11, CP 20230421

<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>

文書履歴(document history)

ver. 0.01 初稿  20230107
ver. 0.02 ありがとう追記 20230506

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0