Actions
Feature #326
closed
EL
EL
Factorize runmode
Feature #326:
Factorize runmode
Effort:
Difficulty:
Label:
Description
The code of the different runmodes is similar because it is basically threads chaining. It could thus be really interesting to factorize this code to ease the maintenance cost.
First step is to group the more similar runmode (like live captures, where the only difference is the input plugin). Second step will be to factorize the code accross the different family.
Actions