From 1ed0b177e1075bb9008004e880d0d6399be71b98 Mon Sep 17 00:00:00 2001 From: Dimitrios Stoupis <dimitris.apple@gmail.com> Date: Wed, 21 Nov 2018 09:15:05 +0000 Subject: [PATCH] Get access to the main class --- inc/Services/MemMangService.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/Services/MemMangService.hpp b/inc/Services/MemMangService.hpp index fa3f18b9..30c506da 100644 --- a/inc/Services/MemMangService.hpp +++ b/inc/Services/MemMangService.hpp @@ -50,6 +50,8 @@ public: * @details This function reads the raw data from the RAM memory and * triggers a TM[6,6] report * @param request: Provide the received message as a parameter + * @todo In later embedded version, implement error checking for address validity for + * different memory types */ void dumpRawData(Message &request); } rawDataMemorySubservice; -- GitLab