1
0
forked from fsfw/fsfw

unittest update

This commit is contained in:
2020-12-22 13:25:00 +01:00
parent e41aba719c
commit 5e8aff0603
4 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,16 @@
#ifndef FSFW_CATCHFACTORY_H_
#define FSFW_CATCHFACTORY_H_
#include <fsfw/objectmanager/SystemObjectIF.h>
namespace Factory {
/**
* @brief Creates all SystemObject elements which are persistent
* during execution.
*/
void produce();
void setStaticFrameworkObjectIds();
}
#endif /* FSFW_CATCHFACTORY_H_ */