Skip to content

Toward generic factory

Jeremie Deray requested to merge ab_factory into master

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 .

Merge request reports