[Summary] Improved backend workflow, added synchronization for cases when device reset happens on device parameter change

This commit is contained in:
Greg Zharun 2014-08-31 13:42:18 +03:00
parent 295f361f5e
commit 91fcacd150
12 changed files with 348 additions and 299 deletions

View file

@ -151,6 +151,8 @@ public:
virtual bool Streaming();///<Streaming Status?
virtual WTErr SetStreaming (bool newState);///<Start/Stop Streaming - should reconnect connections when streaming starts!
virtual WTErr ResetDevice ();
virtual bool IsProcessActive();
virtual WTErr DoIdle();///<Do Idle Processing