instantreality 1.0

Component:
Time
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

Delayer

Node delays a any kind of event send to the in slot. The actually delay in seconds is defined by the minDelay and maxDelay field. If both are greater than zero and minDelay is smaller than maxDelay than the delay is picked randomly between minDelay and maxDelay. If delay is fix if minDelay and maxDelay are equal. If maxDelay is less than minDelay the maxDelay value will be picked.

Inheritance

Code

XML encoding
<Delayer logFeature=''
enabled='TRUE'
description=''
triggerName='Timer'
adjustTimeValue='TRUE'
maxDelay='0'
minDelay='0'
 />
Classic encoding
Delayer {
	logFeature [""]
	enabled TRUE
	description ""
	triggerName "Timer"
	adjustTimeValue TRUE
	maxDelay 0
	minDelay 0
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFString description SFString inputOutput Text description to comment the sensor task. Can be used in run-time systems to give usefull feedback to the user and developer
SFBool enabled SFBool inputOutput TRUE Enables/disables the sensor node.
SFBool isActive SFBool outputOnly FALSE isActive true/false events are sent when the sensor gets active
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element