From 75c04029040d489b1ec57757fd62a7b5a0545c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20B=C3=A9chennec?= Date: Fri, 24 Nov 2023 23:34:20 +0100 Subject: [PATCH] [TEMPLATES] Adding comments --- goil/templates/config/autosar_common.oil | 14 ++++++++++++++ goil/templates/config/autosar_multicore.oil | 7 +------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/goil/templates/config/autosar_common.oil b/goil/templates/config/autosar_common.oil index 272037e58..6906d3f15 100644 --- a/goil/templates/config/autosar_common.oil +++ b/goil/templates/config/autosar_common.oil @@ -1,3 +1,17 @@ +/* + * AUTOSAR common objects. Objects defined here are: + * - SCHEDULETABLE + * - APPLICATION + * + * Objects reciving additional attributes are: + * - OS: PROTECTIONHOOK, SCALABILITYCLASS end STACKMONITORING. + * - ALARM: ACTION as an INCREMENTCOUNTER value for software counters and + * ACCESSING_APPLICATION. + * - TASK: TIMINGPROTECTION and ACCESSING_APPLICATION. + * - ISR: TIMINGPROTECTION and ACCESSING_APPLICATION. + * - COUNTER: TYPE and ACCESSING_APPLICATION. + * - RESOURCE: ACCESSING_APPLICATION. + */ IMPLEMENTATION trampoline_autosar_common { OS { diff --git a/goil/templates/config/autosar_multicore.oil b/goil/templates/config/autosar_multicore.oil index 125e89c90..c5bf217fa 100644 --- a/goil/templates/config/autosar_multicore.oil +++ b/goil/templates/config/autosar_multicore.oil @@ -5,12 +5,7 @@ * * Objects reciving additional attributes are: * - OS: NUMBER_OF_CORES. - * - ALARM: ACTION as an INCREMENTCOUNTER value for software counters and - * ACCESSING_APPLICATION. - * - TASK: TIMINGPROTECTION and ACCESSING_APPLICATION. - * - ISR: TIMINGPROTECTION and ACCESSING_APPLICATION. - * - COUNTER: TYPE and ACCESSING_APPLICATION. - * - RESOURCE: ACCESSING_APPLICATION. + * - APPLICATION: IOC and CORE. */ IMPLEMENTATION autosar_multicore { OS {