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 Diagnostic Log and Trace, No.351, AUTOSAR 21-11 (199) CP

Last updated at Posted at 2022-05-27

Specification of Diagnostic Log and Trace, No.351, 2021-11

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

AUTOSAR 21-11, 160文書読んだ。2022年5月に半分到達。

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

用語(terms)

Term Description
APID Application ID
CTID Context ID
Dlt Diagnostic Log and Trace
MCNT Message Counter
MSBF Most Significant Byte First
MSBI Message Bus Info
MSCI Message Control Info
MSLI Message Log Info
MSTP Message Type
MSTI Message Trace Info
NOAR Number of Arguments
STMS Timestamp
UEH Use Extended Header
VERB Verbose
VERS Version Number
WEID With ECU ID
WSID With Session ID
WTMS With Timestamp
Log and trace message A log and trace message contains all data and options to describe a log and trace event in a software. A log and trace message consists of a header and payload.
Dlt User A Dlt User represents the source of a generated Dlt message. The possible users are SW-Cs, RTE (for VFB traces), DEM, or DET.
Log Message A Log Message contains debug information like state changes or value changes.
Trace Message A Trace messages contains information, which has passed via the VFB.
ECU ID ECU IDis the name of an ECU, composed by four 8-bit ASCII characters (e.g., ABS0 or COMB).
Session A session is a logical entity of source of log or trace messages. If an application / SW-C is instantiated several times, each instance gets a globally unique session ID with respect to the application / context ID. It is possible for an application / SWC to have several simultaneous log or trace sessions, if it has several ports opened to Dlt. Since Session ID is not specified in AUTOSAR for SW-Cs, the port defined argument values shall be used for this number.
Session ID Session ID is the identification number of a log or trace session.
Application ID Application ID is an abbreviation of an application / SW-C. It identifies the application / SW-C a log and trace message originates from. The Application ID is composed by four 8-bit ASCII characters.
Context ID Context ID is a user defined identifier to group Log and Trace Messages generated by an application / SW-C. The following rules apply: - Each ApplicationID can own several Context IDs. - Context IDs are grouped by Application IDs. - Context IDs shall be unique within an Application ID. - The source of a log and trace message is identified using the tuple “ApplicationID” and “ContextId”. Four 8-bit ASCII characters compose the ContextId.
Message ID Messaged ID is the identifier to characterize the information, which is transported by the message itself. A Message ID identifies a kind of log or trace message uniquely. It can be used for identifying the source (in source code) of a message and it can be used for characterizing the payload of a message. A Message ID is statically fixed at development or configuration time.
Log level A log level defines a classification for the severity grade of a Log Message.
Trace status The trace status provides information, if a trace message should be send.
Log Channel A physical communication bus, which is used to transmit Dlt messages.
External client The external client is a tool to control, monitor, and store log / trace messages provided by ECUs using the Dlt module.

英日単語帳

日本語は仮訳

T.B.D.

参考(reference)

[1] Log and Trace Protocol Specification with protocol version "1"
PRS_DLTProtocol.pdf from AUTOSAR Release R20-11;
[2] Log and Trace Protocol Specification with protocol version "2"
AUTOSAR_PRS_LogAndTraceProtocol.pdf from AUTOSAR Release R21-11;
[3] AUTOSAR Layered Software Architecture
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
[4] AUTOSAR General Requirements on Basic Software Modules
AUTOSAR_SRS_BSWGeneral.pdf
[5] AUTOSAR Specification of RTE
AUTOSAR_SWS_RTE.pdf
[6] AUTOSAR Specification of PDU Router
AUTOSAR_SWS_PDURouter.pdf
[7] AUTOSAR Specification of NVRAM Manager
AUTOSAR_SWS_NVRAMManager.pdf
[8] AUTOSAR Specification of Default Error Tracer
AUTOSAR_SWS_DefaultErrorTracer.pdf
[9] AUTOSAR Specification of Diagnostic Event Manager
AUTOSAR_SWS_DiagnosticEventManager.pdf
[10] AUTOSAR Specification of GPT Driver
AUTOSAR_SWS_GPTDriver.pdf
IEC 7498-1 The Basic Model, IEC Norm, 1994

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?