fsfw-example-hosted/bsp_hosted/core/ObjectFactory.h
Robin Mueller d2337a769c
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
apply auto-formatter
2022-05-05 20:55:48 +02:00

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_ */