come on indexer, do sth
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-11-09 11:11:47 +01:00
parent 5be3af3515
commit 2d686b3a26
3 changed files with 22 additions and 1 deletions

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