1
0
forked from fsfw/fsfw

last fixes for linux

This commit is contained in:
2020-09-22 16:10:43 +02:00
parent e0d9a080c5
commit de840dcf8d
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
#ifndef FRAMEWORK_IPC_QUEUEFACTORY_H_
#define FRAMEWORK_IPC_QUEUEFACTORY_H_
#ifndef FSFW_IPC_QUEUEFACTORY_H_
#define FSFW_IPC_QUEUEFACTORY_H_
#include "MessageQueueIF.h"
#include "../ipc/MessageQueueMessage.h"
#include <stdint.h>
/**
* Creates message queues.
@ -30,4 +32,4 @@ private:
static QueueFactory* factoryInstance;
};
#endif /* FRAMEWORK_IPC_QUEUEFACTORY_H_ */
#endif /* FSFW_IPC_QUEUEFACTORY_H_ */