implemented missing queue handling

This commit is contained in:
2023-09-13 13:09:07 +02:00
parent 52ae402594
commit 98e1beafdf
3 changed files with 36 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#ifndef MISSION_SYSDEFS_H_
#define MISSION_SYSDEFS_H_
#include "eive/eventSubsystemIds.h"
#include <fsfw/action/ActionMessage.h>
#include <fsfw/action/HasActionsIF.h>
#include <fsfw/modes/ModeMessage.h>
@ -11,6 +9,8 @@
#include <atomic>
#include <cstring>
#include "eive/eventSubsystemIds.h"
namespace signals {
extern std::atomic_bool CFDP_CHANNEL_THROTTLE_SIGNAL;