print event listeners
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,3 +1,4 @@
|
||||
#include <fsfw/events/EventManager.h>
|
||||
#include "CoreController.h"
|
||||
|
||||
#include "OBSWConfig.h"
|
||||
@ -99,6 +100,10 @@ ReturnValue_t CoreController::initializeAfterTaskCreation() {
|
||||
setenv("PATH", updatedEnvPath.c_str(), true);
|
||||
updateProtInfo();
|
||||
initPrint();
|
||||
auto eventManager = ObjectManager::instance()->get<EventManager>(objects::EVENT_MANAGER);
|
||||
if(eventManager != nullptr) {
|
||||
eventManager->printListeners();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user