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

10 lines
222 B
C
Raw Normal View History

2021-07-12 21:50:48 +02:00
#ifndef MISSION_CORE_OBJECTFACTORY_H_
#define MISSION_CORE_OBJECTFACTORY_H_
namespace ObjectFactory {
2022-05-22 15:30:38 +02:00
void setStatics();
void produce(void *args);
}; // namespace ObjectFactory
2021-07-12 21:50:48 +02:00
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */