Merge remote-tracking branch 'origin/development' into mohr/windows

This commit is contained in:
2023-06-02 11:41:28 +02:00
34 changed files with 629 additions and 209 deletions

View File

@ -30,7 +30,7 @@
*/
void Factory::produceFrameworkObjects(void* args) {
setStaticFrameworkObjectIds();
new EventManager(objects::EVENT_MANAGER);
new EventManager(objects::EVENT_MANAGER, 80);
new HealthTable(objects::HEALTH_TABLE);
new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER);