some more fixes
This commit is contained in:
parent
29a796ebdb
commit
6cce062d62
@ -5,15 +5,12 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
namespace Factory {
|
namespace Factory {
|
||||||
size_t calculateStorage(uint8_t numberOfPools, uint16_t* numberOfElements,
|
|
||||||
uint16_t* sizeOfElements);
|
|
||||||
/**
|
/**
|
||||||
* @brief Creates all SystemObject elements which are persistent
|
* @brief Creates all SystemObject elements which are persistent
|
||||||
* during execution.
|
* during execution.
|
||||||
*/
|
*/
|
||||||
void produce();
|
void produce();
|
||||||
void setStaticFrameworkObjectIds();
|
void setStaticFrameworkObjectIds();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user