instantreality 1.0

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

EventTunnel

An EventTunnel node synchronizes its dynamic fields with all other EventTunnels with the same label. Only dynamic fields with the same name and type are synchronized. A change to any field is automatically send to all other fields. It is guaranteed that even the initial value is transfered to all other nodes. This node can be used to implement something like a global state that is reachable from Proto instances.

Inheritance

Code

XML encoding
<EventTunnel label=''
enabled='TRUE'
logFeature=''
 />
Classic encoding
EventTunnel {
	label ""
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element