Merge branch 'ab_factory' into 'master'
Toward generic factory Allows to typedef a factory for `CreatorCallback` with multiple input arguments. The main change is that when typedef a new kind of factory the template parameter `TypeInput` must embed cv-qualifier, reference, pointer etc. Update the `SensorFactory` to be a simple `Factory` typedef . See merge request !80
No related branches found
No related tags found
Showing
- src/CMakeLists.txt 0 additions, 1 deletionsrc/CMakeLists.txt
- src/factory.h 23 additions, 21 deletionssrc/factory.h
- src/sensor_factory.cpp 0 additions, 52 deletionssrc/sensor_factory.cpp
- src/sensor_factory.h 15 additions, 24 deletionssrc/sensor_factory.h
- src/sensor_laser_2D.cpp 3 additions, 1 deletionsrc/sensor_laser_2D.cpp
Loading
Please register or sign in to comment