queue map manager update
This commit is contained in:
parent
80e60566d8
commit
883103af2b
@ -1,6 +1,7 @@
|
||||
#include "QueueMapManager.h"
|
||||
|
||||
#include "../../ipc/MutexFactory.h"
|
||||
#include "../../ipc/MutexHelper.h"
|
||||
#include "../../osal/host/QueueMapManager.h"
|
||||
|
||||
QueueMapManager* QueueMapManager::mqManagerInstance = nullptr;
|
||||
|
||||
|
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user