eive-obsw/linux/payload/FreshSupvHandler.h
Robin Mueller 2d686b3a26
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
come on indexer, do sth
2023-11-09 11:11:47 +01:00

12 lines
285 B
C++

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