PLOC SUPV extensions #821

Merged
muellerr merged 45 commits from ploc-supv-extensions into main 2023-11-29 14:52:09 +01:00
25 changed files with 353 additions and 489 deletions
Showing only changes of commit 2d686b3a26 - Show all commits

2
fsfw

Submodule fsfw updated: cc3e64e70d...18cc870c8e

View File

@ -0,0 +1,10 @@
/*
* FreshSupvHandler.cpp
*
* Created on: Nov 9, 2023
* Author: rmueller
*/

View File

@ -0,0 +1,11 @@
#ifndef LINUX_PAYLOAD_FRESHSUPVHANDLER_H_
#define LINUX_PAYLOAD_FRESHSUPVHANDLER_H_
#include "fsfw/devicehandlers/FreshDeviceHandlerBase.h"
class FreshSupvHandler: public FreshDeviceHandlerBase {
FreshSupvHandler(DhbConfig cfg);
};
#endif /* LINUX_PAYLOAD_FRESHSUPVHANDLER_H_ */