urn:schemas-cosylab-com:LAMPWHEEL:1.0
complexType LAMPWHEEL

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BACI:1.0}CharacteristicModel (restriction)
|
+--{urn:schemas-cosylab-com:BACI:1.0}CharacteristicComponent (extension)
|
+--{urn:schemas-cosylab-com:LAMPWHEEL:1.0}LAMPWHEEL (extension)

Properties
This component is not nillable.

Model
<...
  actionThreadStackSize = xs:unsignedLong : 1024
  AvailableSlots = xs:integer
  LampWheelDescription = xs:string : UNDEFINED
  monitoringThreadStackSize = xs:unsignedLong : 2048
  recentCommand = xs:string
  recentTimeStamp = xs:string>
(position, desc, slots, Slot+ )
</...>


Nested Element Summary
baci:ROstringdesc
          
baci:ROdoubleposition
          
SLOTSlot
          
baci:ROlongslots
          

Attribute Summary
 xs:unsignedLongactionThreadStackSize
          Stack size of for the action thread in kBytes. 
 xs:integerAvailableSlots
          
 xs:stringLampWheelDescription
          
 xs:unsignedLongmonitoringThreadStackSize
          Stack size of for the monitoring thread in kBytes. 
 xs:stringrecentCommand
          Placeholder for the of the last command executed. 
 xs:stringrecentTimeStamp
          Placeholder for the timestamp of last command executed. 

Attribute Detail

actionThreadStackSize

Stack size of for the action thread in kBytes. If 0 is specified the default OS stack size value will be taken. (just C++).

Type:
xs:unsignedLong
Default:
1024
Use:
optional
Form:
unqualified

AvailableSlots

Type:
xs:integer
Use:
required
Form:
unqualified

LampWheelDescription

Type:
xs:string
Default:
UNDEFINED
Use:
optional
Form:
unqualified

monitoringThreadStackSize

Stack size of for the monitoring thread in kBytes. If 0 is specified the default OS stack size value will be taken. (just C++).

Type:
xs:unsignedLong
Default:
2048
Use:
optional
Form:
unqualified

recentCommand

Placeholder for the of the last command executed. Note: optionally used, requires write access to the configuration database.

Type:
xs:string
Use:
optional
Form:
unqualified

recentTimeStamp

Placeholder for the timestamp of last command executed. ISO time format. Note: optionally used, requires write access to the database.

Type:
xs:string
Use:
optional
Form:
unqualified

Implementors
LAMPWHEEL

Source
<xs:complexType name="LAMPWHEEL">
<xs:complexContent>
<xs:extension base="baci:CharacteristicComponent">
<xs:sequence>
<xs:element name="position" type="baci:ROdouble"/>
<xs:element name="desc" type="baci:ROstring"/>
<xs:element name="slots" type="baci:ROlong"/>
<xs:element maxOccurs="unbounded" minOccurs="1" name="Slot" type="SLOT"/>
</xs:sequence>
<xs:attribute default="UNDEFINED" name="LampWheelDescription" type="xs:string" use="optional"/>
<xs:attribute name="AvailableSlots" type="xs:integer" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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