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

CImageQueue::MoveIn Method

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

Moves the given image at the end of the queue. This signals the not-empty-event.

Parameters

[Rx::CRxImage&&] xImage

[in,out] The image to move into the queue. May be invalid after this call.

Returns

bool

True if it succeeds, false if the queue is full and overwrite is disabled.