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

11 lines
188 B
C++

#ifndef MISSION_CORE_OBJECTFACTORY_H_
#define MISSION_CORE_OBJECTFACTORY_H_
namespace ObjectFactory {
void setStatics();
void produce();
};
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */