some more fixes
This commit is contained in:
parent
29a796ebdb
commit
6cce062d62
@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user