Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Loop Utils » TestFirstIteration

TestFirstIteration


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
Module: FoundationLite

Checks if a loop is in the first iteration.

Syntax

void avl::TestFirstIteration
(
	avl::TestFirstIterationState& ioState,
	bool inReset,
	bool& outIsFirstIteration
)

Parameters

Name Type Default Description
Input will be modified ioState TestFirstIterationState& Object used to maintain state of the function.
Input value inReset bool Reset state
Output value outIsFirstIteration bool&