From 8cb1d84c58f439a92f110862c6bc495a6b719af2 Mon Sep 17 00:00:00 2001 From: "Tobias.Baumgartl" Date: Wed, 12 Mar 2025 22:18:55 +0100 Subject: [PATCH] fixed event definition for archive/mgm and pus 11 --- misc/archive/MgmRM3100Handler.h | 4 ++-- src/fsfw/pus/Service11TelecommandScheduling.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/archive/MgmRM3100Handler.h b/misc/archive/MgmRM3100Handler.h index c118bcd5..ec75c5be 100644 --- a/misc/archive/MgmRM3100Handler.h +++ b/misc/archive/MgmRM3100Handler.h @@ -18,13 +18,13 @@ class MgmRM3100Handler : public DeviceHandlerBase { static const uint8_t INTERFACE_ID = CLASS_ID::MGM_RM3100; //! [EXPORT] : [COMMENT] P1: TMRC value which was set, P2: 0 - static constexpr Event tmrcSet = event::makeEvent(SUBSYSTEM_ID::MGM_RM3100, 0x00, severity::INFO); + static constexpr Event tmrcSet = event::makeEvent(); //! [EXPORT] : [COMMENT] Cycle counter set. P1: First two bytes new Cycle Count X //! P1: Second two bytes new Cycle Count Y //! P2: New cycle count Z static constexpr Event cycleCountersSet = - event::makeEvent(SUBSYSTEM_ID::MGM_RM3100, 0x01, severity::INFO); + event::makeEvent(); MgmRM3100Handler(object_id_t objectId, object_id_t deviceCommunication, CookieIF *comCookie, uint32_t transitionDelay); diff --git a/src/fsfw/pus/Service11TelecommandScheduling.h b/src/fsfw/pus/Service11TelecommandScheduling.h index fd9cf733..84d91aca 100644 --- a/src/fsfw/pus/Service11TelecommandScheduling.h +++ b/src/fsfw/pus/Service11TelecommandScheduling.h @@ -49,7 +49,7 @@ class Service11TelecommandScheduling final : public PusServiceBase { //! [EXPORT] : [COMMENT] Deletion of a TC from the map failed. //! P1: First 32 bit of request ID, P2. Last 32 bit of Request ID - static constexpr Event TC_DELETION_FAILED = event::makeEvent(SUBSYSTEM_ID, 0, severity::MEDIUM); + static constexpr Event TC_DELETION_FAILED = event::makeEvent(); // The types of PUS-11 subservices enum Subservice : uint8_t {