Ulrich Mohr
3400c538b3
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
8 lines
265 B
C++
8 lines
265 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; } |