queue map manager update

This commit is contained in:
Robin Müller 2020-09-05 21:13:07 +02:00
parent 80e60566d8
commit 883103af2b
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#include "QueueMapManager.h"
#include "../../ipc/MutexFactory.h"
#include "../../ipc/MutexHelper.h"
#include "../../osal/host/QueueMapManager.h"
QueueMapManager* QueueMapManager::mqManagerInstance = nullptr;

View File

@ -1,5 +1,5 @@
#ifndef FRAMEWORK_OSAL_HOST_QUEUEMAP_H_
#define FRAMEWORK_OSAL_HOST_QUEUEMAP_H_
#ifndef FSFW_OSAL_HOST_QUEUEMAPMANAGER_H_
#define FSFW_OSAL_HOST_QUEUEMAPMANAGER_H_
#include "../../ipc/MessageQueueSenderIF.h"
#include "../../osal/host/MessageQueue.h"
@ -44,4 +44,4 @@ private:
#endif /* FRAMEWORK_OSAL_HOST_QUEUEMAP_H_ */
#endif /* FSFW_OSAL_HOST_QUEUEMAPMANAGER_H_ */