Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Loop Generators » Loop
Loop
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | avl |
Generates a loop that ends at the first invocation with False on the input.
Applications: Put this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage).
Syntax
bool avl::Loop ( DelayByPeriodState& ioState, bool inShouldLoop, int inDelay = 0 )