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

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:BulkDataDistributer:1.0}BulkDataDistributer (extension)

Properties
This component is not nillable.

Model
<...
  actionThreadStackSize = xs:unsignedLong : 1024
  distr_timeout = xs:long : 0
  distrcb_timeout = xs:string
  monitoringThreadStackSize = xs:unsignedLong : 2048
  recentCommand = xs:string
  recentTimeStamp = xs:string
  recv_protocols = xs:string
  sender_protocols = xs:string>

</...>


Attribute Summary
 xs:unsignedLongactionThreadStackSize
          Stack size of for the action thread in kBytes. 
 xs:longdistr_timeout
          
 xs:stringdistrcb_timeout
          
 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. 
 xs:stringrecv_protocols
          
 xs:stringsender_protocols
          

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

distr_timeout

Type:
xs:long
Default:
0
Use:
optional
Form:
unqualified

distrcb_timeout

Type:
xs:string
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

recv_protocols

Type:
xs:string
Use:
optional
Form:
unqualified

sender_protocols

Type:
xs:string
Use:
optional
Form:
unqualified

Implementors
BulkDataDistributer

Source
<xs:complexType name="BulkDataDistributer">
<xs:complexContent>
<xs:extension base="baci:CharacteristicComponent">
<xs:sequence/>
<xs:attribute name="sender_protocols" type="xs:string" use="optional"/>
<xs:attribute name="recv_protocols" type="xs:string" use="optional"/>
<xs:attribute name="distrcb_timeout" type="xs:string" use="optional"/>
<xs:attribute default="0" name="distr_timeout" type="xs:long" use="optional"/>
</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.