Requirements on Execution Management, AUTOSAR R22-11, AP, No.720
AUTOSARは、ISO、IEC、ITUと情報交換契約を結んでいません。
AUTOSAR文書には、ISO、IEC,ITU記述を全文引用することはできません。
WTO/TBT協定に基づき、国際的な調達は国際規格との差異を記述することにより文化依存しない仕様を目指します。
ISO、IEC、ITU文書を合わせて読むと技術内容は理解できます。
CAN、OSEK/VDX OS、DIAGは、ISO定義を先に確認しましょう。
OSEK COM、OSEK NMなどはISOの規定から基本的な部分で定義を変えています。
変更している部分を仕様等で明記するか、ISOを改定するとよいでしょう。
AUTOSARの参考文献欄の改定が進んでいません。
Glossary用語定義の網羅性が低いです。
本文を読む前に確認するとよいかもしれません。
本文を読んでから確認してもよいかもしれません。
AUTOSARが、2022年の版、R22-11公開しました。公開行事の模様は
AUTOSAR R22-11 Release Event 20221208
https://qiita.com/kaizen_nagoya/items/18471d0b340480fdcd42
下記URL順次確認中です。。
間違っていたら、いいね を押していただいて、コメント欄にご報告くださると幸いです。
編集リクエストが、構造的な変更をしている最中に、構造的な編集リクエストをしていただくと、
何をどう直したらいいかわからなくなってしまいます。自動修復ツールがつくれていません。ごめんなさい。
https://www.autosar.org/
文書は検索してダウンロードすることができます。
クラウドサービスにありがちな、あるのにないかのような検索結果が出ることがあります。
https://www.autosar.org/standards
要求/仕様(Requirement and Specification)
一覧
AUTOSAR R22-11 Adaptive Platform 一覧はこちら。
Adaptive Platform Release Overview, No.782, AP, AUTOSAR 22-11 新
https://qiita.com/kaizen_nagoya/items/7f8d6ddacc8573351232
Foundation Release Overview, No.781, FO, AUTOSAR 22-11 新
https://qiita.com/kaizen_nagoya/items/7fcfa4aa0786a38ac3d6
Classic Platform Release Overview, AUTOSAR R22-11, CP, No.0(2)
https://qiita.com/kaizen_nagoya/items/80636f4ca7c16501803b
AUTOSAR R22-11 マラソン
https://qiita.com/kaizen_nagoya/items/988aa405a6fdd794fe53
AUTOSAR 文書番号と発行年
https://qiita.com/kaizen_nagoya/items/871d81b822984be5239d
Qiitaの記事の一覧は作成中です。
AUTOSAR R22-11 一覧(2)
https://qiita.com/kaizen_nagoya/items/6b0615884e954c65fb43
Abstract Platformとの関係
Rσ統合。
<この項は書きかけです。順次追記します。>
文書変更(Document Change)
• Added: RS_EM_00151
• Changed uptraces to RS_SAF
requirements
用語(terms)
Term | Description |
---|---|
process | A process refers to the OS concept of a running process. Attention: process is not equal to Modelled Process (see below). Hence each Modelled Process has at some time a related (OS) process but a process may not always have a related Modelled Process. |
Modelled Process | A Modelled Process is an instance of an Executable to be executed on a Machine. |
Execution Dependency | Dependencies between Executable instances can be configured to define a sequence for starting and terminating them. |
Execution Management | The element of the AUTOSAR Adaptive Platform responsible for the ordered startup and shutdown of the AUTOSAR Adaptive Platform and Adaptive Applications. |
State Management | The element defining modes of operation for AUTOSAR Adaptive Platform. It allows flexible definition of functions which are active on the platform at any given time. |
Identity and Access Management (IAM) | A Adaptive Platform Service within the AUTOSAR Adaptive Platform |
Function Group | A Function Group is a set of coherent Modelled Processes, which need to be controlled consistently. Depending on the state of the Function Group, processes (related to the Modelled Processes) are started or terminated. processes can belong to more than one Function Group State (but at exactly one Function Group). MachineFG is a Function Group with a predefined name, which is mainly used to control Machine lifecycle and processes of platform level Applications. Other Function Groups are sort of general purpose tools used (for example) to control processes of user level Applications. |
Function Group State | The element of State Management that characterizes the current status of a set of (functionally coherent) user-level Applications. The set of Function Groups and their Function Group States is machine specific and are configured in Machine Manifest. |
Machine State | A state of Function Group "MachineFG" with some predefined states (Startup/Shutdown/Restart). This can term can refer to the current state ("The Machine State is ..."), to a specific state("In Machine State Startup ..."), or to a set of states ("In Machine States Startup or Shutdown ..."). |
Time Determinism | The results of a calculation are guaranteed to be available before a given deadline. |
Data Determinism | The results of a calculation only depend on the input data and are reproducible, assuming a given initial internal state. |
Full Determinism | Combination of Time and Data Determinism. |
Communication Management | A Functional Cluster within the Adaptive PlatformFoundation |
Execution Manifest | Manifest file to configure execution of an Adaptive Application. An Execution Manifest is created at integration time and deployed onto a Machine together with the Executable to which it is attached. It supports the integration of the Executable code and describes the configuration properties (startup parameters, resource group assignment etc.) of each process, i.e. started instance of that Executable. |
Machine Manifest | Manifest file to configure a Machine. The Machine Manifest holds all configuration information which cannot be assigned to a specific Executable or process. |
Operating System | Software responsible for managing processes on a Machine and for providing an interface to hardware resources. |
ResourceGroup | Configuration element to enable restrictions on resources uses by Adaptive Applications running in the group. |
ExecutionClient | Adaptive Application interface to Execution Management. |
DeterministicClient | Adaptive Application interface to Execution Management to support control of the process-internal cycle, a deterministic worker pool, activation time stamps and random numbers. |
Platform Health Management | A Functional Cluster within the Adaptive Platform Foundation |
Recovery Action | Actions defined by the integrator to control Adaptive Application error recovery. |
Process State | Lifecycle state of a Modelled Process |
Service Instance Manifest | Manifest file to configure Service usage of an AdaptiveApplication. |
Trusted Platform | An execution platform supporting a continuous chain of trust from boot through to application supporting authentication (that all code executed is from the claimed source) and integrity validation (that prevents tampered code/data from being executed). |
英日
日本語は仮訳
no. | count | word | 日本語 |
---|---|---|---|
1 | 173 | the | その |
2 | 156 | rs_main_ | rs_main_ |
3 | 153 | of | の |
4 | 144 | management | 管理 |
5 | 125 | execution | 実行 |
6 | 111 | and | と |
7 | 110 | autosar | AUTomotive Open System Architecture(短縮名) |
8 | 106 | to | に |
9 | 94 | shall | しなければならない |
10 | 93 | rs_em_ | rs_em_ |
11 | 64 | for | にとって |
12 | 61 | a | 一つの |
13 | 53 | requirements | 要件 |
14 | 52 | support | 支援 |
15 | 50 | on | の上 |
16 | 48 | process | 処理する |
17 | 46 | be | です |
18 | 44 | rs_em_na | rs_em_na |
19 | 41 | document | 資料 |
20 | 40 | platform | 土台 |
21 | 39 | is | です |
22 | 38 | in | の |
23 | 37 | processes | 過程 |
24 | 35 | adaptive | 適応 |
25 | 32 | an | と |
26 | 32 | this | これ |
27 | 31 | state | 状態 |
28 | 29 | that | それ |
29 | 27 | description | 説明 |
30 | 27 | machine | 機械 |
31 | 27 | or | また |
32 | 26 | by | に |
33 | 25 | r | r |
34 | 24 | are | それは |
35 | 24 | provide | 提供 |
36 | 23 | executable | 実行可能 |
37 | 23 | not | いいえ |
38 | 22 | applications | 応用 |
39 | 22 | use | 使用する |
40 | 21 | ap | adaptive platform(短縮名) |
41 | 21 | autosar_rs_execution | autosar_rs_execution |
42 | 21 | dependencies | 依存関係 |
43 | 21 | id | identifier, 識別子(短縮名) |
44 | 21 | material | 材料 |
45 | 21 | supporting | 支援 |
46 | 20 | application | 応用 |
47 | 20 | case | 場合 |
48 | 20 | down | 下 |
49 | 20 | software | ソフトウェア |
50 | 19 | c | c |
51 | 19 | d | d |
52 | 19 | manifest | 管理票 |
53 | 19 | startup | 起動 |
54 | 18 | rationale | 理論的根拠 |
55 | 18 | shut | 閉める |
56 | 17 | function | 働き |
57 | 16 | can | できる |
58 | 16 | glossary | 用語集 |
59 | 15 | communication | 通信 |
60 | 15 | draft | 下書き |
61 | 15 | group | 班 |
62 | 15 | see | 見る |
63 | 14 | access | 接続 |
64 | 14 | from | から |
65 | 14 | release | 開放 |
66 | 14 | which | どれの |
67 | 13 | activities | 活動 |
68 | 13 | data | 与件 |
69 | 13 | functional | 機能的 |
70 | 13 | means | 意味 |
71 | 13 | time | 時間 |
72 | 12 | it | それ |
73 | 12 | may | かもしれない |
74 | 12 | modelled | 模型にした |
75 | 12 | safety | 安全性 |
76 | 11 | any | どれか |
77 | 11 | as | なので |
78 | 11 | requirement | 要件 |
79 | 11 | service | 奉仕 |
80 | 11 | specification | 仕様 |
81 | 11 | with | と |
82 | 11 | work | 仕事 |
83 | 10 | lifecycle | 輪廻 |
84 | 10 | only | それだけ |
85 | 10 | specific | 明確 |
86 | 10 | system | 系 |
87 | 10 | used | 使った |
88 | 9 | at | で |
89 | 9 | based | 基づく |
90 | 9 | e | e |
91 | 9 | instance | 実例 |
92 | 9 | interface | 界面 |
93 | 9 | running | 走行中 |
94 | 9 | runtime | 実行時 |
95 | 8 | all | すべて |
96 | 8 | between | の間に |
97 | 8 | configuration | 構成 |
98 | 8 | control | 制御 |
99 | 8 | ensure | 確認 |
100 | 8 | information | 情報 |
101 | 8 | other | 他の |
102 | 8 | rs_saf_ | rs_saf_ |
103 | 8 | set | 設定する |
104 | 8 | should | したほうがいい |
105 | 8 | started | 始めた |
106 | 8 | starting | 起動 |
107 | 8 | their | 彼らの |
参照(reference)
[1] Standardization Template, AUTOSAR_TPS_StandardizationTemplate
[2] Glossary, AUTOSAR_TR_Glossary
https://www.autosar.org/fileadmin/standards/foundation/22-11/AUTOSAR_TR_Glossary.pdf
[3] Specification of Manifest, AUTOSAR_TPS_ManifestSpecification
[4] Safety Requirements for AUTOSAR Adaptive Platform and AUTOSAR Classic Platform, AUTOSAR_RS_Safety
[5] Explanation of Safety Overview, AUTOSAR_EXP_SafetyOverview
[6] Requirements of State Management, AUTOSAR_RS_StateManagement
[7] Main Requirements, AUTOSAR_RS_Main
関連文書(Related document)
AUTOSAR Abstract Platformへの道(詳細編)
https://qiita.com/kaizen_nagoya/items/cb217133884fa0a2c704
2023年1月 記事数一覧
https://qiita.com/kaizen_nagoya/items/78153968c5de76a7fd83
年末100記事を30点に仕上げる。
https://qiita.com/kaizen_nagoya/items/3ffdc82caee3a325d1d7
2023 書き初め
https://qiita.com/kaizen_nagoya/items/d494737e2627127b530d
「はじめてのCAN/CANFD 」 ベクタージャパン <エンジニア夏休み企画>【読書感想文】
https://qiita.com/kaizen_nagoya/items/1fee270be00ef90ca4ec
三方良し Udemy 車載LAN入門講座 CAN通信編
https://qiita.com/kaizen_nagoya/items/bed038c52510fea72c0a
詳解 車載ネットワーク CAN, CAN FD, LIN, CXPI, Ethernetの仕組みと設計のために(1) 著者 <エンジニア夏休み企画 読書感想文>
https://qiita.com/kaizen_nagoya/items/e9971698a108c3dba794
詳解 車載ネットワーク CAN, CAN FD, LIN, CXPI, Ethernetの仕組みと設計のために(2)参考文献 <エンジニア夏休み企画>【読書感想文】
https://qiita.com/kaizen_nagoya/items/e156cbdd5fce9263776e
詳解 車載ネットワーク CAN、CAN FD、LIN、CXPI、Ethernetの仕組みと設計のために
https://qiita.com/kaizen_nagoya/items/44a9e6b0f5363b4a5b35
AUTOSAR Abstract Platform User Group Weekly Report(1) 2022.1.8
https://qiita.com/kaizen_nagoya/items/fece4f7719ef55d612bf
AUTOSAR Abstract Platform User Group Weekly Report(2) 2022.1.15
https://qiita.com/kaizen_nagoya/items/6f1168a36e795976a906
関連資料
' @kazuo_reve 私が効果を確認した「小川メソッド」
https://qiita.com/kazuo_reve/items/a3ea1d9171deeccc04da
' @kazuo_reve 新人の方によく展開している有益な情報
https://qiita.com/kazuo_reve/items/d1a3f0ee48e24bba38f1
' @kazuo_reve Vモデルについて勘違いしていたと思ったこと
https://qiita.com/kazuo_reve/items/46fddb094563bd9b2e1e
自己記事一覧
プログラマが知っていると良い「公序良俗」
https://qiita.com/kaizen_nagoya/items/9fe7c0dfac2fbd77a945
逆も真:社会人が最初に確かめるとよいこと。OSEK(69)、Ethernet(59)
https://qiita.com/kaizen_nagoya/items/39afe4a728a31b903ddc
「何を」よりも「誰を」。10年後のために今見習いたい人たち
https://qiita.com/kaizen_nagoya/items/8045978b16eb49d572b2
Qiitaの記事に3段階または5段階で到達するための方法
https://qiita.com/kaizen_nagoya/items/6e9298296852325adc5e
物理記事 上位100
https://qiita.com/kaizen_nagoya/items/66e90fe31fbe3facc6ff
量子(0) 計算機, 量子力学
https://qiita.com/kaizen_nagoya/items/1cd954cb0eed92879fd4
数学関連記事100
https://qiita.com/kaizen_nagoya/items/d8dadb49a6397e854c6d
統計(0)一覧
https://qiita.com/kaizen_nagoya/items/80d3b221807e53e88aba
図(0) state, sequence and timing. UML and お絵描き
https://qiita.com/kaizen_nagoya/items/60440a882146aeee9e8f
品質一覧
https://qiita.com/kaizen_nagoya/items/2b99b8e9db6d94b2e971
言語・文学記事 100
https://qiita.com/kaizen_nagoya/items/42d58d5ef7fb53c407d6
医工連携関連記事一覧
https://qiita.com/kaizen_nagoya/items/6ab51c12ba51bc260a82
自動車 記事 100
https://qiita.com/kaizen_nagoya/items/f7f0b9ab36569ad409c5
通信記事100
https://qiita.com/kaizen_nagoya/items/1d67de5e1cd207b05ef7
日本語(0)一欄
https://qiita.com/kaizen_nagoya/items/7498dcfa3a9ba7fd1e68
英語(0) 一覧
https://qiita.com/kaizen_nagoya/items/680e3f5cbf9430486c7d
転職(0)一覧
https://qiita.com/kaizen_nagoya/items/f77520d378d33451d6fe
仮説(0)一覧(目標100現在40)
https://qiita.com/kaizen_nagoya/items/f000506fe1837b3590df
音楽 一覧(0)
https://qiita.com/kaizen_nagoya/items/b6e5f42bbfe3bbe40f5d
「@kazuo_reve 新人の方によく展開している有益な情報」確認一覧
https://qiita.com/kaizen_nagoya/items/b9380888d1e5a042646b
Qiita(0)Qiita関連記事一覧(自分)
https://qiita.com/kaizen_nagoya/items/58db5fbf036b28e9dfa6
鉄道(0)鉄道のシステム考察はてっちゃんがてつだってくれる
https://qiita.com/kaizen_nagoya/items/26bda595f341a27901a0
安全(0)安全工学シンポジウムに向けて: 21
https://qiita.com/kaizen_nagoya/items/c5d78f3def8195cb2409
一覧の一覧( The directory of directories of mine.) Qiita(100)
https://qiita.com/kaizen_nagoya/items/7eb0e006543886138f39
Ethernet 記事一覧 Ethernet(0)
https://qiita.com/kaizen_nagoya/items/88d35e99f74aefc98794
Wireshark 一覧 wireshark(0)、Ethernet(48)
https://qiita.com/kaizen_nagoya/items/fbed841f61875c4731d0
線網(Wi-Fi)空中線(antenna)(0) 記事一覧(118/300目標)
https://qiita.com/kaizen_nagoya/items/5e5464ac2b24bd4cd001
OSEK OS設計の基礎 OSEK(100)
https://qiita.com/kaizen_nagoya/items/7528a22a14242d2d58a3
Error一覧 error(0)
https://qiita.com/kaizen_nagoya/items/48b6cbc8d68eae2c42b8
++ Support(0)
https://qiita.com/kaizen_nagoya/items/8720d26f762369a80514
Coding(0) Rules, C, Secure, MISRA and so on
https://qiita.com/kaizen_nagoya/items/400725644a8a0e90fbb0
coding (101) 一覧を作成し始めた。omake:最近のQiitaで表示しない5つの事象
https://qiita.com/kaizen_nagoya/items/20667f09f19598aedb68
プログラマによる、プログラマのための、統計(0)と確率のプログラミングとその後
https://qiita.com/kaizen_nagoya/items/6e9897eb641268766909
なぜdockerで機械学習するか 書籍・ソース一覧作成中 (目標100)
https://qiita.com/kaizen_nagoya/items/ddd12477544bf5ba85e2
言語処理100本ノックをdockerで。python覚えるのに最適。:10+12
https://qiita.com/kaizen_nagoya/items/7e7eb7c543e0c18438c4
プログラムちょい替え(0)一覧:4件
https://qiita.com/kaizen_nagoya/items/296d87ef4bfd516bc394
Python(0)記事をまとめたい。
https://qiita.com/kaizen_nagoya/items/088c57d70ab6904ebb53
官公庁・学校・公的団体(NPOを含む)システムの課題、官(0)
https://qiita.com/kaizen_nagoya/items/04ee6eaf7ec13d3af4c3
「はじめての」シリーズ ベクタージャパン
https://qiita.com/kaizen_nagoya/items/2e41634f6e21a3cf74eb
AUTOSAR(0)Qiita記事一覧, OSEK(75)
https://qiita.com/kaizen_nagoya/items/89c07961b59a8754c869
プログラマが知っていると良い「公序良俗」
https://qiita.com/kaizen_nagoya/items/9fe7c0dfac2fbd77a945
LaTeX(0) 一覧
https://qiita.com/kaizen_nagoya/items/e3f7dafacab58c499792
自動制御、制御工学一覧(0)
https://qiita.com/kaizen_nagoya/items/7767a4e19a6ae1479e6b
Rust(0) 一覧
https://qiita.com/kaizen_nagoya/items/5e8bb080ba6ca0281927
100以上いいねをいただいた記事16選
https://qiita.com/kaizen_nagoya/items/f8d958d9084ffbd15d2a
小川清最終講義、最終講義(再)計画, Ethernet(100) 英語(100) 安全(100)
https://qiita.com/kaizen_nagoya/items/e2df642e3951e35e6a53
<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
文書履歴(document history)
ver. 0.01 初稿 20230130
最後までおよみいただきありがとうございました。
いいね 💚、フォローをお願いします。
Thank you very much for reading to the last sentence.
Please press the like icon 💚 and follow me for your happy life.
Comments
Let's comment your feelings that are more than good