fsfw-example-hosted/bsp_hosted/core/ObjectFactory.h

13 lines
198 B
C
Raw Normal View History

2021-06-08 13:36:08 +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_ */