12 lines
285 B
C
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_ */
|