eive-obsw/bsp_linux_board/ObjectFactory.h
Robin Mueller 9a16544836
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
cleaning up RPi code
2021-09-22 14:04:39 +02:00

13 lines
215 B
C++

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