Delay

Module used to delay its input a number of ticks. The delay is set by the attribute delay. This module is mainly included for compatibility with earlier versions of Ikaros. Starting with version 0.7.8 the delay attribute (e.g. delay = "2") can be used directly in the connection declarations in the ikc files.

Example XML definition

Example

  <module
      class = "Delay"
      name = "Delay"
      delay = "2"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "Delay".string
nameThe name of this instance of the module.string
delayThe number of ticks to delay the inputint1

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe delayed output

Author

jan.moren@lucs.lu.se
Lund University Cognitive Science

Files

Delay.h
Delay.cc
Delay.ikc

blog comments powered by Disqus