LoginSignup
0
0

Specification of Language Binding for modeled AP data types, AUTOSAR 994, R22-11, AP

Last updated at Posted at 2024-01-02

AUTOSARが2023年版、R23-11を公開しました。

R22-11
https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_SWS_LanguageBindingForModeledAPdatatypes.pdf

R21-11
https://www.autosar.org/fileadmin/standards/R21-11/AP/AUTOSAR_SWS_LanguageBindingForModeledAPdatatypes.pdf

R20-11
https://www.autosar.org/fileadmin/standards/R20-11/AP/AUTOSAR_SWS_LanguageBindingForModeledAPdatatypes.pdf

R19-11
https://www.autosar.org/fileadmin/standards/R19-11/AP/AUTOSAR_SWS_LanguageBindingForModeledAPdatatypes.pdf

文書は検索してダウンロードできます。
https://www.autosar.org/

<この項は書きかけです。順次追記します。>
This article is not completed. I will add some words in order.

Release Overviews

AUTOSARには現在3つの分類があります。Foundation, CAN OSEK/VDXのClassic Platform, Ethernet/TCP/IP POSIXのAdaptive Platform.

Foundation Release Overview, AUTOSAR 781, R23-11, FO
https://qiita.com/kaizen_nagoya/items/f249bdb8c313d8bff883

Classic Platform Release Overview, AUTOSAR No.0 ,R23-11, CP
https://qiita.com/kaizen_nagoya/items/9d22c8722cbc0f42b137

Adaptive Platform Release Overview, AUTOSAR 782, R23-11, AP
https://qiita.com/kaizen_nagoya/items/13a104606a34fe24fcf7

Qiita 記事一覧

Autosar Foundation R23-11 一覧
https://qiita.com/kaizen_nagoya/items/c30674cb2dac2fcbbd04

AUTOSAR Adaptive Platform R23-11一覧
https://qiita.com/kaizen_nagoya/items/1dece8799a730367b0dc

Autosar Classic Platform R23-11 一覧
https://qiita.com/kaizen_nagoya/items/f770f6c2906e1dcbf180

文書変更(Document Change)

• API Table generation completed
• Editorial changes
• Rewording of "Orthogonal" to "Outside" for better clarity

用語(terms)

Term Meaning
LBAP Language Binding for the Adaptive Platform
Allocator A language specific object responsible for (de-)allocation, (de-)initialization and ultimately limit impositions in memory/storage. C++ allocators must satisfy the requirements for an Allocator in ISO/IEC 14882 (version according to [RS_AP_00114]).
ARA Language Binding Generator A workflow tool (e.g. a script) with the purpose to read- /parse an ARXML model of data types in an Adap- tive Platform Interface and generate a cor- responding language specific representation thereof. Hereafter referred to as the Generator.
Adaptive Platform Inter- face A typed (concrete) sub-class of PortInterface bound to the Adaptive Platform (in contrast to an "other" platform).
CppImplementation- Types Header File AgeneratedC++headerfilecreatedbyanARA Lan- guage Binding Generator.
C++ Bound Interface An Adaptive Platform Interface which transi- tively references a CppImplementationDataType in it’s usage (in contrast to an "other" language bind- ing).
C++ Compound Type See chapter "Compound types" in ISO/IEC 14882 (version according to [RS_AP_00114]).
C++ Fundamental Type See chapter "Fundamental types" in ISO/IEC 14882 (version according to [RS_AP_00114]).
C++ Language Binding A Language Binding in which the modeled repre- sentation is a CppImplementationDataType and the implementation language is C++.
Comparator A language specific Functor responsible for binary comparison.
Functor A language specific object which is treated as callable or executable. In C++ this is wrapped in std::function - ISO/IEC 14882 (version according to [RS_AP_00114])
Language Binding A language binding is the point in which a represen- tation on one side is selected (or bound) to a specific programming language on another side. In the context of this document a modeled representation is bound to a implementation language

References

[1] Specification of Communication Management AUTOSAR_AP_SWS_CommunicationManagement
[2] Meta Model AUTOSAR_FO_MMOD_MetaModel
[3] Software Component Template AUTOSAR_CP_TPS_SoftwareComponentTemplate
[4] Specification of Manifest AUTOSAR_AP_TPS_ManifestSpecification
[5] Methodology for Adaptive Platform AUTOSAR_AP_TR_Methodology
[6] Glossary AUTOSAR_FO_TR_Glossary
https://www.autosar.org/fileadmin/standards/R23-11/FO/AUTOSAR_FO_TR_Glossary.pdf
[7] Requirements on Communication Management AUTOSAR_AP_RS_CommunicationManagement
[8] General Requirements specific to Adaptive Platform AUTOSAR_AP_RS_General
[9] Main Requirements AUTOSAR_FO_RS_Main
[10] Specification of Adaptive Platform Core AUTOSAR_AP_SWS_Core
[11] Specification of Platform Types for Adaptive Platform AUTOSAR_AP_SWS_PlatformTypes
[12] ISO/IEC 14882:2014, Information technology – Programming languages – C++ https://www.iso.org

補足資料(Additions)

祝休日・謹賀新年:2024年の目標
https://qiita.com/kaizen_nagoya/items/b659d922327a7dcdc898

2023 Countdown Calendar 主催・参加一覧
https://qiita.com/kaizen_nagoya/items/c4c2f08ac97f38d08543

CountDownCalendar月間 いいねをいただいた記事群 views 順
https://qiita.com/kaizen_nagoya/items/583c5cbc225dac23398a

Countdown Calendar 2023, 百記事目を書くにあたって。
https://qiita.com/kaizen_nagoya/items/45185a04cfd88b71256a

1年間をまとめた「振り返りページ」@2023
https://qiita.com/kaizen_nagoya/items/bcd1ebd49d3a9e8c7a90

AUTOSAR 文書番号
https://qiita.com/kaizen_nagoya/items/8b894228a0b76c2265c7

AUTOSAR Countdown Calendar 2023
https://qiita.com/advent-calendar/2023/autosar

AUTOSAR Abstract Platformへの道 R22-11
https://qiita.com/kaizen_nagoya/items/8ac2826635a8c536c7ec

自動車 記事 100
https://qiita.com/kaizen_nagoya/items/f7f0b9ab36569ad409c5

Basic principles, ボッシュ自動車handbook(英語)11版まとめ<2>
https://qiita.com/kaizen_nagoya/items/24a1ba5da3d09b2a95d1

JAXA/IPA クリティカルソフトウェアワークショップ WOCS言語関連発表(改定版)
https://qiita.com/kaizen_nagoya/items/4789832baf494cb74626

<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
This article is an individual impression based on the individual's experience. It has nothing to do with the organization or business to which I currently belong.

文書履歴(document history)

ver. 0.01 初稿  20240102

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

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

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