Robin Mueller
d2337a769c
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
12 lines
225 B
C++
12 lines
225 B
C++
#ifndef MISSION_CORE_OBJECTFACTORY_H_
|
|
#define MISSION_CORE_OBJECTFACTORY_H_
|
|
|
|
namespace ObjectFactory {
|
|
|
|
void setStatics();
|
|
void produce(void* args);
|
|
|
|
}; // namespace ObjectFactory
|
|
|
|
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */
|