| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:SimulatedComponent:1.0}corbaMethod (restriction)
Type which defines a CORBA component method. This XML element should contain a block of Python code with the last line being the return value. If the CORBA method is void, the final line should return None: print "beginning" while 1: #do some stuff None
| Attribute Summary | |
xs:string | NameName of the CORBA method. |
xs:double | TimeoutAmount of time in floating point seconds that must pass before the simulator framework returns control to the caller. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:double5optionalunqualified<xs:complexType mixed="true" name="corbaMethod"><xs:attribute name="Name" type="xs:string" use="required">
</xs:attribute><xs:attribute default="5" name="Timeout" type="xs:double" use="optional"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||