Robin Mueller
a7c1dafce5
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
7 lines
264 B
C++
7 lines
264 B
C++
#include "HouseKeepingMock.h"
|
|
|
|
#include <fsfw/objectmanager/frameworkObjects.h>
|
|
|
|
HouseKeepingMock::HouseKeepingMock() : SystemObject(objects::PUS_SERVICE_3_HOUSEKEEPING) {}
|
|
|
|
MessageQueueId_t HouseKeepingMock::getHkQueue() const { return MessageQueueIF::NO_QUEUE; } |