Toward generic factory
Compare changes
- Jeremie Deray authored
+ 2
− 2
@@ -226,8 +226,8 @@ inline std::string Factory<SensorBase,
@@ -226,8 +226,8 @@ inline std::string Factory<SensorBase,
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 .