Back to FabImage Library Lite website
You are here: Start » Queues » Queue_Push

Queue_Push
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fil |
Adds an element to a queue. If queue is full the function works accordingly to inOverflowControl settings. By default blocks and waits for space.
Syntax
void fil::Queue_Push()
Description
The inOverflowControl parameters
- Timeout - it specifies the duration that Queue_Push will wait before executing the selected action.
- Action - it determines how Queue_Push handles a new item when the queue is full. The options are:
- Discard
- RemoveFront
- ReplaceBack