Back to Aurora Vision Library Lite website

You are here: Start » System » Time » DelayByPeriod

DelayByPeriod


Header: STD.h
Namespace: avl

Suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.

Syntax

void avl::DelayByPeriod
(
	DelayByPeriodState& ioState,
	int inTime
)

Parameters

Name Type Range Default Description
Input will be modified ioState DelayByPeriodState& Object used to maintain state of the function.
Input value inTime int 0 - 10000 100 Target period in milliseconds

Description

This filter suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.

See Also

  • Delay – Suspends the program workflow for inTime milliseconds.
  • MeasurePeriod – Returns elapsed time in milliseconds from last filter call.