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:
parent
5be3af3515
commit
2d686b3a26
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit cc3e64e70d90f6a2b5c59215b2569c1771e890f0
|
||||
Subproject commit 18cc870c8ebc3ff0565b3b8f5ed85e9a54685358
|
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_ */
|
Loading…
Reference in New Issue
Block a user