X-Git-Url: https://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/fee8db312c7e3732eedcf8667bd6cc596326e347..05d8d9f8aa3ce197a44e4b6099d6f6eaeabd673d:/system/EcuM/EcuM.c diff --git a/system/EcuM/EcuM.c b/system/EcuM/EcuM.c index a7129716..d2c009ac 100644 --- a/system/EcuM/EcuM.c +++ b/system/EcuM/EcuM.c @@ -495,12 +495,6 @@ EcuM_WakeupSourceType EcuM_GetPendingWakeupEvents( void ) { } -void EcuM_CheckValidation(EcuM_WakeupSourceType wakeupSource) { - /* Used only if CanIf is used ? CanIf_Checkvalidation(wakeupSource) */ - (void)wakeupSource; -} - - EcuM_WakeupSourceType EcuM_GetValidatedWakeupEvents( void ) { // TODO: return 0; @@ -510,4 +504,27 @@ EcuM_WakeupStatusType EcuM_GetStatusOfWakeupSource( EcuM_WakeupSourceType source return 0; } +/** + * + * @param sources + */ +void EcuM_ValidateWakeupEvent(EcuM_WakeupSourceType sources) { + + /* !req 3.1.5/EcuM2344 */ + /* !req 3.1.5/EcuM2645 */ + /* !req 3.1.5/EcuM2868 */ + /* !req 3.1.5/EcuM2345 */ + +/* +#if defined(USE_COMM) + if( internal_data.config->) + ComM_EcuM_WakeUpIndication() +#endif +*/ + /* !req 3.1.5/EcuM2790 */ + /* !req 3.1.5/EcuM2791 */ + +} + +