Initial IOThread prototype

This commit is contained in:
Charles J. Cliffe
2015-07-29 18:34:58 -04:00
parent 2d8c2800cb
commit 3ab8669d06
7 changed files with 136 additions and 53 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "CubicSDRDefs.h"
#include "ThreadQueue.h"
#include "IOThread.h"
typedef ThreadQueue<ReferenceCounter *> VisualDataQueue;