come on indexer, do sth
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-11-09 11:11:47 +01:00
parent 5be3af3515
commit 2d686b3a26
Signed by: muellerr
GPG Key ID: A649FB78196E3849
3 changed files with 22 additions and 1 deletions

2
fsfw

@ -1 +1 @@
Subproject commit cc3e64e70d90f6a2b5c59215b2569c1771e890f0
Subproject commit 18cc870c8ebc3ff0565b3b8f5ed85e9a54685358

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_ */