Namespace: Rx::LFR – Class: CImageQueue – Header: Rx.LFR/ImageQueue.h

CImageQueue::MoveOut Method

C++
bool MoveOut(Rx::CRxImage& xImage)

Moves the first image out of the queue. This resets the not-empty-event if the queue is now empty.

Parameters

[Rx::CRxImage&] xImage

[out] The first image of the queue.

Returns

bool

True if it succeeds, false if the queue is empty.