urn:schemas-cosylab-com:SimulatedComponent:1.0
complexType corbaMethod

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:SimulatedComponent:1.0}corbaMethod (restriction)

Documentation
			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
			
Properties
This component is not nillable.

Model
<...
  Name = xs:string
  Timeout = xs:double : 5>

</...>


Attribute Summary
 xs:stringName
          Name of the CORBA method. 
 xs:doubleTimeout
           Amount of time in floating point seconds that must pass before the simulator framework returns control to the caller.  

Attribute Detail

Name

Name of the CORBA method. For example, "on".

Type:
xs:string
Use:
required
Form:
unqualified

Timeout

Amount of time in floating point seconds that must pass before the simulator framework returns control to the caller.

Type:
xs:double
Default:
5
Use:
optional
Form:
unqualified

Source
<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:attribute>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.