Robin Mueller
9a16544836
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
13 lines
215 B
C++
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_ */
|