| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:SimulatedComponent:1.0}eventResponse (restriction)
The eventResponse type is an XML element describing ALMA events and channels. What this element does is tell the simulator framework that a given event type on a given channel name should be subscribed to and when an event of the correct type is received: 1. A block of Python code existing within this element should be executed and/or 2. Another event should be sent out as a response.
| Attribute Summary | |
xs:double | DelayThe floating point number of seconds the simulator framework should wait before sending an event in response to receiving an event of IncomingEventId type. |
xs:string | IncomingChannelName of the channel we will subscribe to. |
xs:string | IncomingIDThe IDL id of the ALMA event we are subscribing to. |
xs:double | MissedEventChance |
xs:string | OutgoingChannelName of the channel we will send an event to as a response to an incoming event. |
xs:string | OutgoingIDThe IDL id of the ALMA event we will send out as a response to an incoming event. |
| Attribute Detail |
xs:double1optionalunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualified0optionalunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualified<xs:complexType mixed="true" name="eventResponse"><xs:attribute name="IncomingChannel" type="xs:string" use="required">
</xs:attribute><xs:attribute name="IncomingID" type="xs:string" use="required">
</xs:attribute><xs:attribute default="" name="OutgoingChannel" type="xs:string" use="optional">
</xs:attribute><xs:attribute default="" name="OutgoingID" type="xs:string" use="optional">
</xs:attribute><xs:attribute default="1" name="Delay" type="xs:double" use="optional">
</xs:attribute><xs:attribute default="0" name="MissedEventChance" use="optional"></xs:complexType><xs:simpleType></xs:attribute><xs:restriction base="xs:double"></xs:simpleType><xs:minInclusive value="0"/><xs:maxExclusive value="1"/></xs:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||