fsfw-example-linux-mcu/bsp_linux/core/ObjectFactory.h

11 lines
198 B
C
Raw Normal View History

2021-06-11 12:50:14 +02:00
#ifndef MISSION_CORE_OBJECTFACTORY_H_
#define MISSION_CORE_OBJECTFACTORY_H_
namespace ObjectFactory {
void setStatics();
void produce(void* args);
};
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */