eive-obsw/mission/tmtc/Service15TmStorage.h
Robin Mueller 098741ffe6
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
start adding basic pus 15 components
2022-10-24 10:14:58 +02:00

17 lines
407 B
C++

#ifndef MISSION_TMTC_SERVICE15TMSTORAGE_H_
#define MISSION_TMTC_SERVICE15TMSTORAGE_H_
#include "fsfw/tmtcservices/PusServiceBase.h"
class Service15TmStorage: public PusServiceBase {
public:
explicit Service15TmStorage(PsbParams params);
private:
ReturnValue_t handleRequest(uint8_t subservice) override;
ReturnValue_t performService() override;
};
#endif /* MISSION_TMTC_SERVICE15TMSTORAGE_H_ */