Default Configuration #243

Merged
gaisser merged 22 commits from KSat/fsfw:mueller/defaultcfg into master 2020-11-02 15:09:59 +01:00
Showing only changes of commit 6cce062d62 - Show all commits

View File

@ -5,15 +5,12 @@
#include <cstddef>
namespace Factory {
size_t calculateStorage(uint8_t numberOfPools, uint16_t* numberOfElements,
uint16_t* sizeOfElements);
/**
* @brief Creates all SystemObject elements which are persistent
* during execution.
*/
void produce();
void setStaticFrameworkObjectIds();
}