We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88af15 commit 138496fCopy full SHA for 138496f
1 file changed
Source/Processors/DataThreads/DataThread.h
@@ -113,9 +113,6 @@ class PLUGIN_API DataThread : public Thread
113
114
/** Returns the address of the DataBuffer that the input source will fill.*/
115
DataBuffer* getBufferAddress(int streamIdx) const;
116
-
117
- /** Returns true if the dataThread configuration is valid and the thread is ready for acquisition*/
118
- virtual bool isReady(){return true;};
119
120
protected:
121
0 commit comments