Toward generic factory
Compare changes
- Jeremie Deray authored
src/sensor_factory.cpp deleted
100644 → 0
+ 0
− 52
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 .