0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

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

Last updated at Posted at 2022-12-04

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

AUTOSAR Countdown Calendar 2022

2022/12/05日の投稿です。

AUTOSARが、今年の版、R22-11をまもなく公開します。

下記は想定URLです。まだ公開していなければごめんなさい。

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

AUTOSAR R22-11記事一覧はこちら。

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

用語(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

Countdown Calendar 2022

今年企画した6つのCountdown Calendarと、それぞれの記事一つをご紹介します。

AUTOSAR Countdown Calendar 2022

AUTOSAR References to ISO, IEC, ITU, IEEE, RFC and SEA etc.

Automotive Handbook Countdown Calendar 2022

Basic principles, ボッシュ自動車handbook(英語)11版まとめ<2>

2022 いいねをいただいた記事ランキング(O.K.版) Countdown Calendar 2022

2022年1月下旬 いいねをいただいた記事 16

CDCale(O.K.) Countdown Calendar 2022

「会議は15分未満」に。小耳にはさんだ話。

ABC language (O.K.版) Advent Calendar 2022

LLVMソースコードのコンパイルをしようと思ってハマった罠とそこから脱出するための努力

ABC maker(O.K版) Advent Calendar 2022

JAXA/IPA クリティカルソフトウェアワークショップ WOCS言語関連発表(改定版)

CountdownCalendar2022 報告

関連文書(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の仕組みと設計のために

更新資料 Abstract Platform, Vehicle Modelへの対応版

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

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

文書履歴(document history)

ver. 0.01 初稿 20221205
ver. 0.02 URL訂正 20221219

ver. 0.03 Countdown Calendar 変更 20230107

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?