1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master' into mueller_MutexImprovements

This commit is contained in:
2020-08-19 17:30:08 +02:00
386 changed files with 3147 additions and 1554 deletions

View File

@ -1,10 +1,10 @@
#include "InternalErrorReporter.h"
#include <framework/datapool/DataSet.h>
#include <framework/datapool/PoolVariable.h>
#include <framework/ipc/MutexFactory.h>
#include "../datapool/DataSet.h"
#include "../datapool/PoolVariable.h"
#include "../ipc/MutexFactory.h"
#include <framework/serviceinterface/ServiceInterfaceStream.h>
#include "../serviceinterface/ServiceInterfaceStream.h"
InternalErrorReporter::InternalErrorReporter(object_id_t setObjectId,
uint32_t queuePoolId, uint32_t tmPoolId, uint32_t storePoolId) :