|
ADTF
|
Implementation of a adtf::streaming::ant::ISampleReaderQueue with dynamic growing sample queue. More...
#include <samplereader.h>
Inherits adtf::streaming::ant::ISampleReaderQueue.
Public Member Functions | |
| tResult | Push (const IStreamItem &oStreamItem, tTimeStamp) override |
| Push a new value to the internal sample queue. | |
| void | Clear () override |
| tResult | Pop (IStreamItem &oStreamItem) override |
| Returns the next sample from the queue. | |
Implementation of a adtf::streaming::ant::ISampleReaderQueue with dynamic growing sample queue.
|
inlineoverridevirtual |
clears the local queue of the reader either only EndStreaming or incoming event ISampleInStream::IQueueItem::RE_Flush
Implements adtf::streaming::ant::ISampleReaderQueue.
|
inlineoverridevirtual |
Returns the next sample from the queue.
| [out] | oStreamItem | stream item reference to copy the references to |
Implements adtf::streaming::ant::ISampleReaderQueue.
|
inlineoverridevirtual |
Push a new value to the internal sample queue.
| [in] | oStreamItem | The sample to store |
| [in] | tmTime | Time of storage |
Implements adtf::streaming::ant::ISampleReaderQueue.