New StoreAccessors and separation of implementation for storagemanager classes #92

Merged
gaisser merged 29 commits from KSat/fsfw:mueller_StoreAccessor into master 2020-09-29 14:57:07 +02:00
Showing only changes of commit 1ed1b7ea06 - Show all commits

View File

@ -1,5 +1,6 @@
#ifndef FRAMEWORK_STORAGEMANAGER_STOREADDRESS_H_ #ifndef FSFW_STORAGEMANAGER_STOREADDRESS_H_
#define FRAMEWORK_STORAGEMANAGER_STOREADDRESS_H_ #define FSFW_STORAGEMANAGER_STOREADDRESS_H_
#include <cstdint> #include <cstdint>
/** /**
@ -51,4 +52,4 @@ union store_address_t {
} }
}; };
#endif /* FRAMEWORK_STORAGEMANAGER_STOREADDRESS_H_ */ #endif /* FSFW_STORAGEMANAGER_STOREADDRESS_H_ */