TheBenderman / Senior-Design-ALS-Social-Media

4 stars 0 forks source link

Refactor EmotivDeviceManager #23

Closed KLD closed 7 years ago

KLD commented 7 years ago

Refactor EmotivDeviceManager such that each Interpreter receives sampled states and make a decision based on that.

EmotivDeviceManager should control the size of sampling as well as holding states. Clear() which should clear read states.

Each Interpreter should have: Interpert(IEnumarable<IEmotivState>) which analize sample and can invoke it's own events (etc: click, refresh, or pop)