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.

AUTOSAR CountdownAdvent Calendar 2022

Day 6

Demonstrator Design of Functional Cluster Log and Trace , No.861, AUTOSAR 21-11 (330) AP

Last updated at Posted at 2022-06-10

Demonstrator Design of Functional Cluster Log and Trace , No.861, 2021-11

R21-11, R22-11がダウンロードできないのは不明。

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

AUTOSAR 21-11,319文書読んだ。2022年6月初初旬にFO, AP, CP 全部到達。

AUTOSAR R21-11(0) 仕様ダウンロード一覧。単語帳。参考文献資料作成

用語(terms)

Term Description
Logger Class representing a DLT logger context. DLT protocol defines so called "contexts" which can be seen as logger instances within one application or process scope. Refer to the Logger class API chapter, for further detailed description.
LogStream Class representing a log message. A log message is always associated to a certain log context. To append data (log arguments) to the message, insert stream operators are to be used. All of the plain old data types are supported out of the box, but it can be extended to understand new/custom data types, simply by providing own operator<< implementations. Refer to the LogStream class API chapter, for further detailed description.

英日

日本語は仮訳

T.B.D.

参考(reference)

Specification of Log and Trace, No.853 , AUTOSAR 21-11 (28) AP

Genivi DLT daemon Master (commit hash e969bed805f7dba9d2fa35c56a7ace28efb67e4e)

Google Test 1.8.0

文書履歴(document history)

ver. 0.01 初稿 20220610

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?