ACS Ctrl Bug Bash #439
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <fsfw/ipc/QueueFactory.h>
|
#include <fsfw/ipc/QueueFactory.h>
|
||||||
|
|
||||||
EventManagerMock::EventManagerMock() : EventManager(objects::EVENT_MANAGER) {}
|
EventManagerMock::EventManagerMock() : EventManager(objects::EVENT_MANAGER, 80) {}
|
||||||
|
|
||||||
ReturnValue_t EventManagerMock::performOperation(uint8_t opCode) {
|
ReturnValue_t EventManagerMock::performOperation(uint8_t opCode) {
|
||||||
ReturnValue_t result = returnvalue::OK;
|
ReturnValue_t result = returnvalue::OK;
|
||||||
@ -60,4 +60,4 @@ bool EventManagerMock::isEventInEventList(object_id_t object, EventId_t eventId,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user