EventManagementSystem/include/EventManager
Dominik Meyer 38c69d8da1
FIX: subscribing when manager is unset
One feature added to EventManager has been disconnecting
a participant at runtime. Unfortunatly, then the
manager of this participant is set to nullptr using
the setManager method. But this method also subscribes to the
shutdown event afterwords. This commit checks if the manager
is nullptr and ignore subscribing in that case.
2023-07-03 12:23:04 +02:00
..
Event.hpp ADD: Adds class comments for Event, Manager and Participant. 2022-09-22 13:39:33 +02:00
Manager.hpp MOD: Replaces the queues connectionQueue_ and disableSchedulingQueue with a command queue where different commands can be queued for later processing. 2022-09-22 18:06:51 +02:00
Participant.hpp FIX: subscribing when manager is unset 2023-07-03 12:23:04 +02:00