1
0
forked from fsfw/fsfw

unittest update 2

This commit is contained in:
2020-12-22 13:25:50 +01:00
parent 55a663beb2
commit 6b1a8afe2b
6 changed files with 42 additions and 41 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_ */