eive-obsw/mission/tmtc/TmStoreBackend.cpp
Robin Mueller e897fb63d8
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
use CSB backend instead
2022-10-24 10:26:00 +02:00

8 lines
231 B
C++

#include "TmStoreBackend.h"
const char* TmStoreBackend::getName() const { return "TM Store Backend"; }
MessageQueueId_t TmStoreBackend::getReportReceptionQueue(uint8_t virtualChannel) const {
return MessageQueueIF::NO_QUEUE;
}