some more fixes

This commit is contained in:
Robin Müller 2020-10-20 17:52:43 +02:00
parent 29a796ebdb
commit 6cce062d62

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();
}