fsfw-example-stm32h7-freertos/bsp_stm32h7_freertos/core/ObjectFactory.h

10 lines
222 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_ */