more include replacements

This commit is contained in:
2021-07-13 20:58:45 +02:00
parent 936d0e9f0c
commit a6de52e212
75 changed files with 304 additions and 323 deletions

View File

@ -1,8 +1,8 @@
#include "RMAP.h"
#include "rmapStructs.h"
#include "RMAPChannelIF.h"
#include "fsfw/rmap/RMAP.h"
#include "fsfw/rmap/rmapStructs.h"
#include "fsfw/rmap/RMAPChannelIF.h"
#include "../devicehandlers/DeviceCommunicationIF.h"
#include "fsfw/devicehandlers/DeviceCommunicationIF.h"
#include <cstddef>

View File

@ -1,5 +1,6 @@
#include "RMAPChannelIF.h"
#include "RMAPCookie.h"
#include "fsfw/rmap/RMAPChannelIF.h"
#include "fsfw/rmap/RMAPCookie.h"
#include <cstddef>

View File

@ -1,5 +1,5 @@
#include "RmapDeviceCommunicationIF.h"
#include "RMAP.h"
#include "fsfw/rmap/RmapDeviceCommunicationIF.h"
#include "fsfw/rmap/RMAP.h"
//TODO Cast here are all potential bugs
RmapDeviceCommunicationIF::~RmapDeviceCommunicationIF() {