zserio icon indicating copy to clipboard operation
zserio copied to clipboard

Understanding zserio functional safety features

Open MisterGC opened this issue 2 years ago • 7 comments

ASIL refers to Automotive Safety Integrity Level. It is a risk classification system defined by the ISO 26262 standard for the functional safety of road vehicles.

zserio has been prepared to be used for usage in road vehicles with functional safety requirements, but there is a lack of available information.

Please document the following aspects:

  • Summary: What does ASIL-ready mean in the scope zserio?
  • Which of the AUTOSAR C++14 Guidelines have been covered?
  • Are there missing aspects? Corresponding issues are created/reflected.
  • How does memory allocation customization work?
  • Test coverage, what, where and how to run them? (there should be test reports for each release)

MisterGC avatar Jan 17 '23 13:01 MisterGC

Regarding functional safety features, consider to investigate the possibility of usage of static analysis tool at GitHub which can check Autosar C++ standard. More info is available here: https://github.blog/2022-06-20-adding-support-for-coding-standards-autosar-c-and-cert-c/.

mikir avatar Feb 21 '23 11:02 mikir

Do you have the code for ASIL or DAL?

q16063661 avatar Jul 11 '23 10:07 q16063661

We focus only on ASIL.

mikir avatar Jul 12 '23 10:07 mikir

I want to find some code about ASIL.Could you help me?

q16063661 avatar Jul 13 '23 06:07 q16063661

I am afraid that I don't understand which code do you mean. Please, describe your problem more properly.

mikir avatar Jul 13 '23 06:07 mikir

For example this article 'Ant colony algorithm for automotive safety integrity levelallocation'.I want to implement the ASIL from the article in MATLAB or Python.

q16063661 avatar Jul 13 '23 07:07 q16063661

We have added dedicated Functional Safety section into C++ README.

It covers as well clang-tidy usage and exceptions during reading.

For time being, this issue will be put to the backlog until explicit request for more comprehensive documentation arises.

mikir avatar Sep 25 '23 13:09 mikir