some more rtd tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include <fsfw/events/EventManager.h>
|
||||
#include "CoreController.h"
|
||||
|
||||
#include <fsfw/events/EventManager.h>
|
||||
|
||||
#include "OBSWConfig.h"
|
||||
#include "OBSWVersion.h"
|
||||
#include "fsfw/FSFWVersion.h"
|
||||
@ -101,7 +102,7 @@ ReturnValue_t CoreController::initializeAfterTaskCreation() {
|
||||
updateProtInfo();
|
||||
initPrint();
|
||||
auto eventManager = ObjectManager::instance()->get<EventManager>(objects::EVENT_MANAGER);
|
||||
if(eventManager != nullptr) {
|
||||
if (eventManager != nullptr) {
|
||||
eventManager->printListeners();
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user