Skip to content

replace ProcessorFactory class with new Factory typedef

Jeremie Deray requested to merge processor_factory into master

This pr follows !80 (merged) and use the new Factory class.

ProcessorFactory is then a simple typedef.

Add also a macro to ease processor registration & use it in ProcessorIMU as an example.

Merge request reports