header file renamed
This commit is contained in:
parent
15891b3cf0
commit
850a4a3e3d
@ -1,8 +1,8 @@
|
|||||||
#ifndef FSFW_IPC_MESSAGEQUEUEIF_H_
|
#ifndef FSFW_IPC_MESSAGEQUEUEIF_H_
|
||||||
#define FSFW_IPC_MESSAGEQUEUEIF_H_
|
#define FSFW_IPC_MESSAGEQUEUEIF_H_
|
||||||
|
|
||||||
|
#include <fsfw/ipc/messageQueueDefinitions.h>
|
||||||
#include "MessageQueueMessageIF.h"
|
#include "MessageQueueMessageIF.h"
|
||||||
#include "messageQueueDefintions.h"
|
|
||||||
#include "../returnvalues/HasReturnvaluesIF.h"
|
#include "../returnvalues/HasReturnvaluesIF.h"
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef FRAMEWORK_IPC_MESSAGEQUEUEMESSAGEIF_H_
|
#ifndef FRAMEWORK_IPC_MESSAGEQUEUEMESSAGEIF_H_
|
||||||
#define FRAMEWORK_IPC_MESSAGEQUEUEMESSAGEIF_H_
|
#define FRAMEWORK_IPC_MESSAGEQUEUEMESSAGEIF_H_
|
||||||
|
|
||||||
#include "messageQueueDefintions.h"
|
#include <fsfw/ipc/messageQueueDefinitions.h>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef FSFW_IPC_MESSAGEQUEUEDEFINTIONS_H_
|
#ifndef FSFW_IPC_MESSAGEQUEUEDEFINITIONS_H_
|
||||||
#define FSFW_IPC_MESSAGEQUEUEDEFINTIONS_H_
|
#define FSFW_IPC_MESSAGEQUEUEDEFINITIONS_H_
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
@ -15,4 +15,4 @@
|
|||||||
*/
|
*/
|
||||||
using MessageQueueId_t = uint32_t;
|
using MessageQueueId_t = uint32_t;
|
||||||
|
|
||||||
#endif /* FSFW_IPC_MESSAGEQUEUEDEFINTIONS_H_ */
|
#endif /* FSFW_IPC_MESSAGEQUEUEDEFINITIONS_H_ */
|
Loading…
x
Reference in New Issue
Block a user