Rename IsMotion --> StateProvider
I never liked IsMotion
, it does not mean anything.
In contrast, StateProvider
is a name that says exactly what this class does: providing a state.
class ProcessorMotion : public ProcessorBase, public StateProvider
{
}
Edited by Joan Solà Ortega