1
0
forked from fsfw/fsfw

found solution for circ dependency

had to put store_address_t in own file though
This commit is contained in:
2020-05-22 01:15:02 +02:00
parent d2d1ef9a85
commit d4abfacd27
4 changed files with 61 additions and 54 deletions

View File

@ -2,7 +2,9 @@
#define FRAMEWORK_STORAGEMANAGER_STORAGEACCESSOR_H_
#include <framework/ipc/MutexHelper.h>
#include <framework/storagemanager/StorageManagerIF.h>
#include <framework/storagemanager/storeAddress.h>
class StorageManagerIF;
/**
* @brief Helper classes to facilitate safe access to storages which is also