come on indexer, do sth
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: cc3e64e70d...18cc870c8e
10
linux/payload/FreshSupvHandler.cpp
Normal file
10
linux/payload/FreshSupvHandler.cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* FreshSupvHandler.cpp
|
||||||
|
*
|
||||||
|
* Created on: Nov 9, 2023
|
||||||
|
* Author: rmueller
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
11
linux/payload/FreshSupvHandler.h
Normal file
11
linux/payload/FreshSupvHandler.h
Normal 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_ */
|
Reference in New Issue
Block a user