pytango-db 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,817 @@
1
+ <?xml version="1.0" encoding="ASCII"?>
2
+ <pogoDsl:PogoSystem xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:pogoDsl="http://www.esrf.fr/tango/pogo/PogoDsl">
3
+ <classes name="DataBase" pogoRevision="8.1">
4
+ <description description="This class manage the TANGO database." title="TANGO" sourcePath="/home/tcoutinho/allworkspace/tango-database/trunk" language="Python" filestogenerate="XMI file,Code files" hasMandatoryProperty="false" hasConcreteProperty="false" hasAbstractCommand="false" hasAbstractAttribute="false">
5
+ <inheritances classname="Device_4Impl" sourcePath="/segfs/tango/templates/AbstractClasses"/>
6
+ <identification contact="at cells.es - controls" author="controls" emailDomain="cells.es" classFamily="System" siteSpecific="" platform="All Platforms" bus="Not Applicable" manufacturer="none" reference=""/>
7
+ </description>
8
+ <commands name="State" description="This command gets the device state (stored in its &lt;i>device_state&lt;/i> data member) and returns it to the caller." execMethod="dev_state" displayLevel="OPERATOR" polledPeriod="0">
9
+ <argin description="none.">
10
+ <type xsi:type="pogoDsl:VoidType"/>
11
+ </argin>
12
+ <argout description="State Code">
13
+ <type xsi:type="pogoDsl:StateType"/>
14
+ </argout>
15
+ <status abstract="true" inherited="true" concrete="true" concreteHere="true"/>
16
+ </commands>
17
+ <commands name="Status" description="This command gets the device status (stored in its &lt;i>device_status&lt;/i> data member) and returns it to the caller." execMethod="dev_status" displayLevel="OPERATOR" polledPeriod="0">
18
+ <argin description="none.">
19
+ <type xsi:type="pogoDsl:VoidType"/>
20
+ </argin>
21
+ <argout description="Status description">
22
+ <type xsi:type="pogoDsl:ConstStringType"/>
23
+ </argout>
24
+ <status abstract="true" inherited="true" concrete="true" concreteHere="false"/>
25
+ </commands>
26
+ <commands name="DbAddDevice" description="Add a Tango class device to a specific device server" execMethod="db_add_device" displayLevel="OPERATOR" polledPeriod="0">
27
+ <argin description="Str[0] = Full device server process name&#xA;Str[1] = Device name&#xA;Str[2] = Tango class name">
28
+ <type xsi:type="pogoDsl:StringArrayType"/>
29
+ </argin>
30
+ <argout description="">
31
+ <type xsi:type="pogoDsl:VoidType"/>
32
+ </argout>
33
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
34
+ </commands>
35
+ <commands name="DbAddServer" description="Create a device server process entry in database" execMethod="db_add_server" displayLevel="OPERATOR" polledPeriod="0">
36
+ <argin description="Str[0] = Full device server name&#xA;Str[1] = Device(s) name&#xA;Str[2] = Tango class name&#xA;Str[n] = Device name&#xA;Str[n + 1] = Tango class name">
37
+ <type xsi:type="pogoDsl:StringArrayType"/>
38
+ </argin>
39
+ <argout description="">
40
+ <type xsi:type="pogoDsl:VoidType"/>
41
+ </argout>
42
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
43
+ </commands>
44
+ <commands name="DbDeleteAttributeAlias" description="Delete an attribute alias." execMethod="db_delete_attribute_alias" displayLevel="OPERATOR" polledPeriod="0">
45
+ <argin description="Attriibute alias name.">
46
+ <type xsi:type="pogoDsl:StringType"/>
47
+ </argin>
48
+ <argout description="">
49
+ <type xsi:type="pogoDsl:VoidType"/>
50
+ </argout>
51
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
52
+ </commands>
53
+ <commands name="DbDeleteClassAttribute" description="delete a class attribute and all its properties from database" execMethod="db_delete_class_attribute" displayLevel="OPERATOR" polledPeriod="0">
54
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute name">
55
+ <type xsi:type="pogoDsl:StringArrayType"/>
56
+ </argin>
57
+ <argout description="">
58
+ <type xsi:type="pogoDsl:VoidType"/>
59
+ </argout>
60
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
61
+ </commands>
62
+ <commands name="DbDeleteClassAttributeProperty" description="delete class attribute properties from database" execMethod="db_delete_class_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
63
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute name&#xA;Str[2] = Property name&#xA;Str[n] = Property name">
64
+ <type xsi:type="pogoDsl:StringArrayType"/>
65
+ </argin>
66
+ <argout description="">
67
+ <type xsi:type="pogoDsl:VoidType"/>
68
+ </argout>
69
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
70
+ </commands>
71
+ <commands name="DbDeleteClassProperty" description="Delete class properties from database" execMethod="db_delete_class_property" displayLevel="OPERATOR" polledPeriod="0">
72
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Property name&#xA;Str[n] = Property name">
73
+ <type xsi:type="pogoDsl:StringArrayType"/>
74
+ </argin>
75
+ <argout description="">
76
+ <type xsi:type="pogoDsl:VoidType"/>
77
+ </argout>
78
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
79
+ </commands>
80
+ <commands name="DbDeleteDevice" description="Delete a devcie from database" execMethod="db_delete_device" displayLevel="OPERATOR" polledPeriod="0">
81
+ <argin description="device name">
82
+ <type xsi:type="pogoDsl:StringType"/>
83
+ </argin>
84
+ <argout description="">
85
+ <type xsi:type="pogoDsl:VoidType"/>
86
+ </argout>
87
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
88
+ </commands>
89
+ <commands name="DbDeleteDeviceAlias" description="Delete a device alias." execMethod="db_delete_device_alias" displayLevel="OPERATOR" polledPeriod="0">
90
+ <argin description="device alias name">
91
+ <type xsi:type="pogoDsl:StringType"/>
92
+ </argin>
93
+ <argout description="">
94
+ <type xsi:type="pogoDsl:VoidType"/>
95
+ </argout>
96
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
97
+ </commands>
98
+ <commands name="DbDeleteDeviceAttribute" description="Delete device attribute properties from database" execMethod="db_delete_device_attribute" displayLevel="OPERATOR" polledPeriod="0">
99
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute name">
100
+ <type xsi:type="pogoDsl:StringArrayType"/>
101
+ </argin>
102
+ <argout description="">
103
+ <type xsi:type="pogoDsl:VoidType"/>
104
+ </argout>
105
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
106
+ </commands>
107
+ <commands name="DbDeleteDeviceAttributeProperty" description="delete a device attribute property from the database" execMethod="db_delete_device_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
108
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute name&#xA;Str[2] = Property name&#xA;Str[n] = Property name">
109
+ <type xsi:type="pogoDsl:StringArrayType"/>
110
+ </argin>
111
+ <argout description="">
112
+ <type xsi:type="pogoDsl:VoidType"/>
113
+ </argout>
114
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
115
+ </commands>
116
+ <commands name="DbDeleteDeviceProperty" description="Delete device property(ies)" execMethod="db_delete_device_property" displayLevel="OPERATOR" polledPeriod="0">
117
+ <argin description="Str[0] = Device name&#xA;Str[1] = Property name&#xA;Str[n] = Property name">
118
+ <type xsi:type="pogoDsl:StringArrayType"/>
119
+ </argin>
120
+ <argout description="">
121
+ <type xsi:type="pogoDsl:VoidType"/>
122
+ </argout>
123
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
124
+ </commands>
125
+ <commands name="DbDeleteProperty" description="Delete free property from database" execMethod="db_delete_property" displayLevel="OPERATOR" polledPeriod="0">
126
+ <argin description="Str[0] = Object name&#xA;Str[1] = Property name&#xA;Str[n] = Property name">
127
+ <type xsi:type="pogoDsl:StringArrayType"/>
128
+ </argin>
129
+ <argout description="">
130
+ <type xsi:type="pogoDsl:VoidType"/>
131
+ </argout>
132
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
133
+ </commands>
134
+ <commands name="DbDeleteServer" description="Delete server from the database but dont delete device properties" execMethod="db_delete_server" displayLevel="OPERATOR" polledPeriod="0">
135
+ <argin description="Device server name">
136
+ <type xsi:type="pogoDsl:StringType"/>
137
+ </argin>
138
+ <argout description="">
139
+ <type xsi:type="pogoDsl:VoidType"/>
140
+ </argout>
141
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
142
+ </commands>
143
+ <commands name="DbDeleteServerInfo" description="delete info related to a Tango devvice server process" execMethod="db_delete_server_info" displayLevel="OPERATOR" polledPeriod="0">
144
+ <argin description="Device server name">
145
+ <type xsi:type="pogoDsl:StringType"/>
146
+ </argin>
147
+ <argout description="">
148
+ <type xsi:type="pogoDsl:VoidType"/>
149
+ </argout>
150
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
151
+ </commands>
152
+ <commands name="DbExportDevice" description="Export a device to the database" execMethod="db_export_device" displayLevel="OPERATOR" polledPeriod="0">
153
+ <argin description="Str[0] = Device name&#xA;Str[1] = CORBA IOR&#xA;Str[2] = Device server process host name&#xA;Str[3] = Device server process PID or string ``null``&#xA;Str[4] = Device server process version">
154
+ <type xsi:type="pogoDsl:StringArrayType"/>
155
+ </argin>
156
+ <argout description="">
157
+ <type xsi:type="pogoDsl:VoidType"/>
158
+ </argout>
159
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
160
+ </commands>
161
+ <commands name="DbExportEvent" description="Export Event channel to database" execMethod="db_export_event" displayLevel="OPERATOR" polledPeriod="0">
162
+ <argin description="Str[0] = event channel name (or factory name)&#xA;Str[1] = CORBA IOR&#xA;Str[2] = Notifd host name&#xA;Str[3] = Notifd pid&#xA;Str[4] = Notifd version">
163
+ <type xsi:type="pogoDsl:StringArrayType"/>
164
+ </argin>
165
+ <argout description="">
166
+ <type xsi:type="pogoDsl:VoidType"/>
167
+ </argout>
168
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
169
+ </commands>
170
+ <commands name="DbGetAliasDevice" description="Get device name from its alias." execMethod="db_get_alias_device" displayLevel="OPERATOR" polledPeriod="0">
171
+ <argin description="Alias name">
172
+ <type xsi:type="pogoDsl:StringType"/>
173
+ </argin>
174
+ <argout description="Device name">
175
+ <type xsi:type="pogoDsl:StringType"/>
176
+ </argout>
177
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
178
+ </commands>
179
+ <commands name="DbGetAttributeAlias" description="Get the attribute name for the given alias.&#xA;If alias not found in database, returns an empty string." execMethod="db_get_attribute_alias" displayLevel="OPERATOR" polledPeriod="0">
180
+ <argin description="The attribute alias name">
181
+ <type xsi:type="pogoDsl:StringType"/>
182
+ </argin>
183
+ <argout description="The attribute name (device/attribute)">
184
+ <type xsi:type="pogoDsl:StringType"/>
185
+ </argout>
186
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
187
+ </commands>
188
+ <commands name="DbGetAttributeAliasList" description="Get attribute alias list for a specified filter" execMethod="db_get_attribute_alias_list" displayLevel="OPERATOR" polledPeriod="0">
189
+ <argin description="attribute alias filter string (eg: att*)">
190
+ <type xsi:type="pogoDsl:StringType"/>
191
+ </argin>
192
+ <argout description="attribute aliases">
193
+ <type xsi:type="pogoDsl:StringArrayType"/>
194
+ </argout>
195
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
196
+ </commands>
197
+ <commands name="DbGetClassAttributeList" description="Get attrilute list for a given Tango class with a specified filter" execMethod="db_get_class_attribute_list" displayLevel="OPERATOR" polledPeriod="0">
198
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute name filter (eg: att*)">
199
+ <type xsi:type="pogoDsl:StringArrayType"/>
200
+ </argin>
201
+ <argout description="Str[0] = Class attribute name&#xA;Str[n] = Class attribute name">
202
+ <type xsi:type="pogoDsl:StringArrayType"/>
203
+ </argout>
204
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
205
+ </commands>
206
+ <commands name="DbGetClassAttributeProperty" description="Get Tango class property(ies) value" execMethod="db_get_class_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
207
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute name&#xA;Str[n] = Attribute name">
208
+ <type xsi:type="pogoDsl:StringArrayType"/>
209
+ </argin>
210
+ <argout description="Str[0] = Tango class name&#xA;Str[1] = Attribute property number&#xA;Str[2] = Attribute property 1 name&#xA;Str[3] = Attribute property 1 value&#xA;Str[n + 1] = Attribute property 2 name&#xA;Str[n + 2] = Attribute property 2 value">
211
+ <type xsi:type="pogoDsl:StringArrayType"/>
212
+ </argout>
213
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
214
+ </commands>
215
+ <commands name="DbGetClassAttributeProperty2" description="This command supports array property compared to the old command called&#xA;DbGetClassAttributeProperty. The old command has not been deleted from the&#xA;server for compatibility reasons." execMethod="db_get_class_attribute_property2" displayLevel="OPERATOR" polledPeriod="0">
216
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute name&#xA;Str[n] = Attribute name">
217
+ <type xsi:type="pogoDsl:StringArrayType"/>
218
+ </argin>
219
+ <argout description="Str[0] = Tango class name&#xA;Str[1] = Attribute property number&#xA;Str[2] = Attribute property 1 name&#xA;Str[3] = Attribute property 1 value number (array case)&#xA;Str[4] = Attribute property 1 value&#xA;Str[n] = Attribute property 1 value (array case)&#xA;Str[n + 1] = Attribute property 2 name&#xA;Str[n + 2] = Attribute property 2 value number (array case)&#xA;Str[n + 3] = Attribute property 2 value&#xA;Str[n + m] = Attribute property 2 value (array case)">
220
+ <type xsi:type="pogoDsl:StringArrayType"/>
221
+ </argout>
222
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
223
+ </commands>
224
+ <commands name="DbGetClassAttributePropertyHist" description="Retrieve Tango class attribute property history" execMethod="db_get_class_attribute_property_hist" displayLevel="OPERATOR" polledPeriod="0">
225
+ <argin description="Str[0] = Tango class&#xA;Str[1] = Attribute name&#xA;Str[2] = Property name">
226
+ <type xsi:type="pogoDsl:StringArrayType"/>
227
+ </argin>
228
+ <argout description="Str[0] = Attribute name&#xA;Str[1] = Property name&#xA;Str[2] = date&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n">
229
+ <type xsi:type="pogoDsl:StringArrayType"/>
230
+ </argout>
231
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
232
+ </commands>
233
+ <commands name="DbGetClassForDevice" description="Get Tango class for the specified device." execMethod="db_get_class_for_device" displayLevel="OPERATOR" polledPeriod="0">
234
+ <argin description="Device name">
235
+ <type xsi:type="pogoDsl:StringType"/>
236
+ </argin>
237
+ <argout description="Device Tango class">
238
+ <type xsi:type="pogoDsl:StringType"/>
239
+ </argout>
240
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
241
+ </commands>
242
+ <commands name="DbGetClassInheritanceForDevice" description="Get class inheritance for the specified device." execMethod="db_get_class_inheritance_for_device" displayLevel="OPERATOR" polledPeriod="0">
243
+ <argin description="Device name">
244
+ <type xsi:type="pogoDsl:StringType"/>
245
+ </argin>
246
+ <argout description="Classes off the specified device.&#xA;[0] - is the class of the device.&#xA;[1] - is the class from the device class is inherited.&#xA;........and so on">
247
+ <type xsi:type="pogoDsl:StringArrayType"/>
248
+ </argout>
249
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
250
+ </commands>
251
+ <commands name="DbGetClassList" description="Get Tango class list with a specified filter" execMethod="db_get_class_list" displayLevel="OPERATOR" polledPeriod="0">
252
+ <argin description="Filter">
253
+ <type xsi:type="pogoDsl:StringType"/>
254
+ </argin>
255
+ <argout description="Class list">
256
+ <type xsi:type="pogoDsl:StringArrayType"/>
257
+ </argout>
258
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
259
+ </commands>
260
+ <commands name="DbGetClassProperty" description="" execMethod="db_get_class_property" displayLevel="OPERATOR" polledPeriod="0">
261
+ <argin description="Str[0] = Tango class&#xA;Str[1] = Property name&#xA;Str[2] = Property name">
262
+ <type xsi:type="pogoDsl:StringArrayType"/>
263
+ </argin>
264
+ <argout description="Str[0] = Tango class&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value&#xA;Str[n] = Propery value (array case)&#xA;....">
265
+ <type xsi:type="pogoDsl:StringArrayType"/>
266
+ </argout>
267
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
268
+ </commands>
269
+ <commands name="DbGetClassPropertyHist" description="Retrieve Tango class property history" execMethod="db_get_class_property_hist" displayLevel="OPERATOR" polledPeriod="0">
270
+ <argin description="Str[0] = Tango class&#xA;Str[1] = Property name">
271
+ <type xsi:type="pogoDsl:StringArrayType"/>
272
+ </argin>
273
+ <argout description="Str[0] = Property name&#xA;Str[1] = date&#xA;Str[2] = Property value number (array case)&#xA;Str[3] = Property value 1&#xA;Str[n] = Property value n">
274
+ <type xsi:type="pogoDsl:StringArrayType"/>
275
+ </argout>
276
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
277
+ </commands>
278
+ <commands name="DbGetClassPropertyList" description="Get property list for a given Tango class with a specified filter" execMethod="db_get_class_property_list" displayLevel="OPERATOR" polledPeriod="0">
279
+ <argin description="The filter">
280
+ <type xsi:type="pogoDsl:StringType"/>
281
+ </argin>
282
+ <argout description="Property name list">
283
+ <type xsi:type="pogoDsl:StringArrayType"/>
284
+ </argout>
285
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
286
+ </commands>
287
+ <commands name="DbGetDeviceAlias" description="Return alias for device name if found." execMethod="db_get_device_alias" displayLevel="OPERATOR" polledPeriod="0">
288
+ <argin description="The device name">
289
+ <type xsi:type="pogoDsl:StringType"/>
290
+ </argin>
291
+ <argout description="The alias found">
292
+ <type xsi:type="pogoDsl:StringType"/>
293
+ </argout>
294
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
295
+ </commands>
296
+ <commands name="DbGetDeviceAliasList" description="Get device alias name with a specific filter" execMethod="db_get_device_alias_list" displayLevel="OPERATOR" polledPeriod="0">
297
+ <argin description="The filter">
298
+ <type xsi:type="pogoDsl:StringType"/>
299
+ </argin>
300
+ <argout description="Device alias list">
301
+ <type xsi:type="pogoDsl:StringArrayType"/>
302
+ </argout>
303
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
304
+ </commands>
305
+ <commands name="DbGetDeviceAttributeList" description="Return list of attributes matching the wildcard&#xA; for the specified device" execMethod="db_get_device_attribute_list" displayLevel="OPERATOR" polledPeriod="0">
306
+ <argin description="Str[0] = Device name&#xA;Str[1] = Wildcard">
307
+ <type xsi:type="pogoDsl:StringArrayType"/>
308
+ </argin>
309
+ <argout description="attribute name list">
310
+ <type xsi:type="pogoDsl:StringArrayType"/>
311
+ </argout>
312
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
313
+ </commands>
314
+ <commands name="DbGetDeviceAttributeProperty" description="Get device attribute property(ies) value" execMethod="db_get_device_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
315
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute name&#xA;Str[n] = Attribute name">
316
+ <type xsi:type="pogoDsl:StringArrayType"/>
317
+ </argin>
318
+ <argout description="Str[0] = Device name&#xA;Str[1] = Attribute property number&#xA;Str[2] = Attribute property 1 name&#xA;Str[3] = Attribute property 1 value&#xA;Str[n + 1] = Attribute property 2 name&#xA;Str[n + 2] = Attribute property 2 value">
319
+ <type xsi:type="pogoDsl:StringArrayType"/>
320
+ </argout>
321
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
322
+ </commands>
323
+ <commands name="DbGetDeviceAttributeProperty2" description="Retrieve device attribute properties. This command has the possibility to retrieve&#xA;device attribute properties which are arrays. It is not possible with the old&#xA;DbGetDeviceAttributeProperty command. Nevertheless, the old command has not been&#xA;deleted for compatibility reason" execMethod="db_get_device_attribute_property2" displayLevel="OPERATOR" polledPeriod="0">
324
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute name&#xA;Str[n] = Attribute name">
325
+ <type xsi:type="pogoDsl:StringArrayType"/>
326
+ </argin>
327
+ <argout description="Str[0] = Device name&#xA;Str[1] = Attribute property number&#xA;Str[2] = Attribute property 1 name&#xA;Str[3] = Attribute property 1 value number (array case)&#xA;Str[4] = Attribute property 1 value&#xA;Str[n] = Attribute property 1 value (array case)&#xA;Str[n + 1] = Attribute property 2 name&#xA;Str[n + 2] = Attribute property 2 value number (array case)&#xA;Str[n + 3] = Attribute property 2 value&#xA;Str[n + m] = Attribute property 2 value (array case)">
328
+ <type xsi:type="pogoDsl:StringArrayType"/>
329
+ </argout>
330
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
331
+ </commands>
332
+ <commands name="DbGetDeviceAttributePropertyHist" description="Retrieve device attribute property history" execMethod="db_get_device_attribute_property_hist" displayLevel="OPERATOR" polledPeriod="0">
333
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute name&#xA;Str[2] = Property name">
334
+ <type xsi:type="pogoDsl:StringArrayType"/>
335
+ </argin>
336
+ <argout description="Str[0] = Attribute name&#xA;Str[1] = Property name&#xA;Str[2] = date&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n">
337
+ <type xsi:type="pogoDsl:StringArrayType"/>
338
+ </argout>
339
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
340
+ </commands>
341
+ <commands name="DbGetDeviceClassList" description="Get Tango classes/device list embedded in a specific device server" execMethod="db_get_device_class_list" displayLevel="OPERATOR" polledPeriod="0">
342
+ <argin description="Device server process name">
343
+ <type xsi:type="pogoDsl:StringType"/>
344
+ </argin>
345
+ <argout description="Str[0] = Device name&#xA;Str[1] = Tango class&#xA;Str[n] = Device name&#xA;Str[n + 1] = Tango class">
346
+ <type xsi:type="pogoDsl:StringArrayType"/>
347
+ </argout>
348
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
349
+ </commands>
350
+ <commands name="DbGetDeviceDomainList" description="Get list of device domain name matching the specified" execMethod="db_get_device_domain_list" displayLevel="OPERATOR" polledPeriod="0">
351
+ <argin description="The wildcard">
352
+ <type xsi:type="pogoDsl:StringType"/>
353
+ </argin>
354
+ <argout description="Device name domain list">
355
+ <type xsi:type="pogoDsl:StringArrayType"/>
356
+ </argout>
357
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
358
+ </commands>
359
+ <commands name="DbGetDeviceExportedList" description="Get a list of exported devices whose names satisfy the filter (wildcard is" execMethod="db_get_device_exported_list" displayLevel="OPERATOR" polledPeriod="0">
360
+ <argin description="filter">
361
+ <type xsi:type="pogoDsl:StringType"/>
362
+ </argin>
363
+ <argout description="list of exported devices">
364
+ <type xsi:type="pogoDsl:StringArrayType"/>
365
+ </argout>
366
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
367
+ </commands>
368
+ <commands name="DbGetDeviceFamilyList" description="Get a list of device name families for device name matching the&#xA;specified wildcard" execMethod="db_get_device_family_list" displayLevel="OPERATOR" polledPeriod="0">
369
+ <argin description="The wildcard">
370
+ <type xsi:type="pogoDsl:StringType"/>
371
+ </argin>
372
+ <argout description="Family list">
373
+ <type xsi:type="pogoDsl:StringArrayType"/>
374
+ </argout>
375
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
376
+ </commands>
377
+ <commands name="DbGetDeviceInfo" description="Returns info from DbImportDevice and started/stopped dates." execMethod="db_get_device_info" displayLevel="OPERATOR" polledPeriod="0">
378
+ <argin description="Device name">
379
+ <type xsi:type="pogoDsl:StringType"/>
380
+ </argin>
381
+ <argout description="Str[0] = Device name&#xA;Str[1] = CORBA IOR&#xA;Str[2] = Device version&#xA;Str[3] = Device Server name&#xA;Str[4] = Device Server process host name&#xA;Str[5] = Started date (or ? if not set)&#xA;Str[6] = Stopped date (or ? if not set)&#xA;Str[7] = Device class&#xA;&#xA;Lg[0] = Device exported flag&#xA;Lg[1] = Device Server process PID (or -1 if not set)">
382
+ <type xsi:type="pogoDsl:LongStringArrayType"/>
383
+ </argout>
384
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
385
+ </commands>
386
+ <commands name="DbGetDeviceList" description="Get a list of devices for specified server and class." execMethod="db_get_device_list" displayLevel="OPERATOR" polledPeriod="0">
387
+ <argin description="argin[0] : server name&#xA;argin[1] : class name">
388
+ <type xsi:type="pogoDsl:StringArrayType"/>
389
+ </argin>
390
+ <argout description="The list of devices for specified server and class.">
391
+ <type xsi:type="pogoDsl:StringArrayType"/>
392
+ </argout>
393
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
394
+ </commands>
395
+ <commands name="DbGetDeviceWideList" description="Get a list of devices whose names satisfy the filter." execMethod="db_get_device_wide_list" displayLevel="OPERATOR" polledPeriod="0">
396
+ <argin description="filter">
397
+ <type xsi:type="pogoDsl:StringType"/>
398
+ </argin>
399
+ <argout description="list of exported devices">
400
+ <type xsi:type="pogoDsl:StringArrayType"/>
401
+ </argout>
402
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
403
+ </commands>
404
+ <commands name="DbGetDeviceMemberList" description="Get a list of device name members for device name matching the&#xA;specified filter" execMethod="db_get_device_member_list" displayLevel="OPERATOR" polledPeriod="0">
405
+ <argin description="The filter">
406
+ <type xsi:type="pogoDsl:StringType"/>
407
+ </argin>
408
+ <argout description="Device names member list">
409
+ <type xsi:type="pogoDsl:StringArrayType"/>
410
+ </argout>
411
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
412
+ </commands>
413
+ <commands name="DbGetDeviceProperty" description="" execMethod="db_get_device_property" displayLevel="OPERATOR" polledPeriod="0">
414
+ <argin description="Str[0] = Device name&#xA;Str[1] = Property name&#xA;Str[n] = Property name">
415
+ <type xsi:type="pogoDsl:StringArrayType"/>
416
+ </argin>
417
+ <argout description="Str[0] = Device name&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n (array case)&#xA;Str[n + 1] = Property name&#xA;Str[n + 2] = Property value number (array case)&#xA;Str[n + 3] = Property value 1&#xA;Str[n + m] = Property value m">
418
+ <type xsi:type="pogoDsl:StringArrayType"/>
419
+ </argout>
420
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
421
+ </commands>
422
+ <commands name="DbGetDevicePropertyHist" description="Retrieve device property history" execMethod="db_get_device_property_hist" displayLevel="OPERATOR" polledPeriod="0">
423
+ <argin description="Str[0] = Device name&#xA;Str[2] = Property name">
424
+ <type xsi:type="pogoDsl:StringArrayType"/>
425
+ </argin>
426
+ <argout description="Str[0] = Property name&#xA;Str[1] = date&#xA;Str[2] = Property value number (array case)&#xA;Str[3] = Property value 1&#xA;Str[n] = Property value n">
427
+ <type xsi:type="pogoDsl:StringArrayType"/>
428
+ </argout>
429
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
430
+ </commands>
431
+ <commands name="DbGetDevicePropertyList" description="Get property list belonging to the specified device and with&#xA;name matching the specified filter" execMethod="db_get_device_property_list" displayLevel="OPERATOR" polledPeriod="0">
432
+ <argin description="Str[0] = device name&#xA;Str[1] = Filter">
433
+ <type xsi:type="pogoDsl:StringArrayType"/>
434
+ </argin>
435
+ <argout description="Property name list">
436
+ <type xsi:type="pogoDsl:StringArrayType"/>
437
+ </argout>
438
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
439
+ </commands>
440
+ <commands name="DbGetDeviceServerClassList" description="Get list of Tango classes for a device server" execMethod="db_get_device_server_class_list" displayLevel="OPERATOR" polledPeriod="0">
441
+ <argin description="device server process name">
442
+ <type xsi:type="pogoDsl:StringType"/>
443
+ </argin>
444
+ <argout description="list of classes for this device server">
445
+ <type xsi:type="pogoDsl:StringArrayType"/>
446
+ </argout>
447
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
448
+ </commands>
449
+ <commands name="DbGetExportdDeviceListForClass" description="Query the database for device exported for the specified class." execMethod="db_get_exportd_device_list_for_class" displayLevel="OPERATOR" polledPeriod="0">
450
+ <argin description="Class name">
451
+ <type xsi:type="pogoDsl:StringType"/>
452
+ </argin>
453
+ <argout description="Device exported list">
454
+ <type xsi:type="pogoDsl:StringArrayType"/>
455
+ </argout>
456
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
457
+ </commands>
458
+ <commands name="DbGetHostList" description="Get host list with name matching the specified filter" execMethod="db_get_host_list" displayLevel="OPERATOR" polledPeriod="0">
459
+ <argin description="The filter">
460
+ <type xsi:type="pogoDsl:StringType"/>
461
+ </argin>
462
+ <argout description="Host name list">
463
+ <type xsi:type="pogoDsl:StringArrayType"/>
464
+ </argout>
465
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
466
+ </commands>
467
+ <commands name="DbGetHostServerList" description="Get list of device server process name running on host with name matching&#xA;the specified filter" execMethod="db_get_host_server_list" displayLevel="OPERATOR" polledPeriod="0">
468
+ <argin description="The filter">
469
+ <type xsi:type="pogoDsl:StringType"/>
470
+ </argin>
471
+ <argout description="Device server process name list">
472
+ <type xsi:type="pogoDsl:StringArrayType"/>
473
+ </argout>
474
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
475
+ </commands>
476
+ <commands name="DbGetHostServersInfo" description="Get info about all servers running on specified host, name, mode and level" execMethod="db_get_host_servers_info" displayLevel="OPERATOR" polledPeriod="0">
477
+ <argin description="Host name">
478
+ <type xsi:type="pogoDsl:StringType"/>
479
+ </argin>
480
+ <argout description="Server info for all servers running on specified host">
481
+ <type xsi:type="pogoDsl:StringArrayType"/>
482
+ </argout>
483
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
484
+ </commands>
485
+ <commands name="DbGetInstanceNameList" description="Returns the instance names found for specified server." execMethod="db_get_instance_name_list" displayLevel="OPERATOR" polledPeriod="0">
486
+ <argin description="Server name">
487
+ <type xsi:type="pogoDsl:StringType"/>
488
+ </argin>
489
+ <argout description="The instance names found for specified server.">
490
+ <type xsi:type="pogoDsl:StringArrayType"/>
491
+ </argout>
492
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
493
+ </commands>
494
+ <commands name="DbGetObjectList" description="Get list of free object defined in database with name&#xA;matching the specified filter" execMethod="db_get_object_list" displayLevel="OPERATOR" polledPeriod="0">
495
+ <argin description="The filter">
496
+ <type xsi:type="pogoDsl:StringType"/>
497
+ </argin>
498
+ <argout description="Object name list">
499
+ <type xsi:type="pogoDsl:StringArrayType"/>
500
+ </argout>
501
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
502
+ </commands>
503
+ <commands name="DbGetProperty" description="Get free object property" execMethod="db_get_property" displayLevel="OPERATOR" polledPeriod="0">
504
+ <argin description="Str[0] = Object name&#xA;Str[1] = Property name&#xA;Str[n] = Property name">
505
+ <type xsi:type="pogoDsl:StringArrayType"/>
506
+ </argin>
507
+ <argout description="Str[0] = Object name&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number (array case)&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n (array case)&#xA;Str[n + 1] = Property name&#xA;Str[n + 2] = Property value number (array case)&#xA;Str[n + 3] = Property value 1&#xA;Str[n + m] = Property value m">
508
+ <type xsi:type="pogoDsl:StringArrayType"/>
509
+ </argout>
510
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
511
+ </commands>
512
+ <commands name="DbGetPropertyHist" description="Retrieve object property history" execMethod="db_get_property_hist" displayLevel="OPERATOR" polledPeriod="0">
513
+ <argin description="Str[0] = Object name&#xA;Str[2] = Property name">
514
+ <type xsi:type="pogoDsl:StringArrayType"/>
515
+ </argin>
516
+ <argout description="Str[0] = Property name&#xA;Str[1] = date&#xA;Str[2] = Property value number (array case)&#xA;Str[3] = Property value 1&#xA;Str[n] = Property value n">
517
+ <type xsi:type="pogoDsl:StringArrayType"/>
518
+ </argout>
519
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
520
+ </commands>
521
+ <commands name="DbGetPropertyList" description="Get list of property defined for a free object and matching the&#xA;specified filter" execMethod="db_get_property_list" displayLevel="OPERATOR" polledPeriod="0">
522
+ <argin description="Str[0] = Object name&#xA;Str[1] = filter">
523
+ <type xsi:type="pogoDsl:StringArrayType"/>
524
+ </argin>
525
+ <argout description="Property name list">
526
+ <type xsi:type="pogoDsl:StringArrayType"/>
527
+ </argout>
528
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
529
+ </commands>
530
+ <commands name="DbGetServerInfo" description="Get info about host, mode and level for specified server" execMethod="db_get_server_info" displayLevel="OPERATOR" polledPeriod="0">
531
+ <argin description="server name">
532
+ <type xsi:type="pogoDsl:StringType"/>
533
+ </argin>
534
+ <argout description="server info">
535
+ <type xsi:type="pogoDsl:StringArrayType"/>
536
+ </argout>
537
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
538
+ </commands>
539
+ <commands name="DbGetServerList" description="Get list of device server process defined in database&#xA;with name matching the specified filter" execMethod="db_get_server_list" displayLevel="OPERATOR" polledPeriod="0">
540
+ <argin description="The filter">
541
+ <type xsi:type="pogoDsl:StringType"/>
542
+ </argin>
543
+ <argout description="Device server process name list">
544
+ <type xsi:type="pogoDsl:StringArrayType"/>
545
+ </argout>
546
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
547
+ </commands>
548
+ <commands name="DbGetServerNameList" description="Returns the list of server names found for the wildcard specified.&#xA;It returns only the server executable name without instance name as DbGetServerList." execMethod="db_get_server_name_list" displayLevel="OPERATOR" polledPeriod="0">
549
+ <argin description="wildcard for server names.">
550
+ <type xsi:type="pogoDsl:StringType"/>
551
+ </argin>
552
+ <argout description="server names found.">
553
+ <type xsi:type="pogoDsl:StringArrayType"/>
554
+ </argout>
555
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
556
+ </commands>
557
+ <commands name="DbImportDevice" description="Import a device from the database" execMethod="db_import_device" displayLevel="OPERATOR" polledPeriod="0">
558
+ <argin description="Device name (or alias)">
559
+ <type xsi:type="pogoDsl:StringType"/>
560
+ </argin>
561
+ <argout description="Str[0] = device name&#xA;Str[1] = CORBA IOR&#xA;Str[2] = device version&#xA;Str[3] = device server process name&#xA;Str[4] = host name&#xA;Str[5] = Tango class name&#xA;&#xA;Lg[0] = Exported flag&#xA;Lg[1] = Device server process PID">
562
+ <type xsi:type="pogoDsl:LongStringArrayType"/>
563
+ </argout>
564
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
565
+ </commands>
566
+ <commands name="DbImportEvent" description="Get event channel info from database" execMethod="db_import_event" displayLevel="OPERATOR" polledPeriod="0">
567
+ <argin description="name of event channel or factory">
568
+ <type xsi:type="pogoDsl:StringType"/>
569
+ </argin>
570
+ <argout description="export information e.g. IOR">
571
+ <type xsi:type="pogoDsl:LongStringArrayType"/>
572
+ </argout>
573
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
574
+ </commands>
575
+ <commands name="DbInfo" description="Get miscellaneous numbers on information&#xA;stored in database" execMethod="db_info" displayLevel="OPERATOR" polledPeriod="0">
576
+ <argin description="">
577
+ <type xsi:type="pogoDsl:VoidType"/>
578
+ </argin>
579
+ <argout description="Miscellaneous info like:&#xA;- Device defined in database&#xA;- Device marked as exported in database&#xA;- Device server process defined in database&#xA;- Device server process marked as exported in database&#xA;- Device properties defined in database&#xA;- Class properties defined in database&#xA;- Device attribute properties defined in database&#xA;- Class attribute properties defined in database&#xA;- Object properties defined in database">
580
+ <type xsi:type="pogoDsl:StringArrayType"/>
581
+ </argout>
582
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
583
+ </commands>
584
+ <commands name="DbPutAttributeAlias" description="Define an alias for an attribute" execMethod="db_put_attribute_alias" displayLevel="OPERATOR" polledPeriod="0">
585
+ <argin description="Str[0] = attribute name&#xA;Str[1] = attribute alias">
586
+ <type xsi:type="pogoDsl:StringArrayType"/>
587
+ </argin>
588
+ <argout description="">
589
+ <type xsi:type="pogoDsl:VoidType"/>
590
+ </argout>
591
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
592
+ </commands>
593
+ <commands name="DbPutClassAttributeProperty" description="Create/Update class attribute property(ies) in database" execMethod="db_put_class_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
594
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute number&#xA;Str[2] = Attribute name&#xA;Str[3] = Property number&#xA;Str[4] = Property name&#xA;Str[5] = Property value&#xA;.....">
595
+ <type xsi:type="pogoDsl:StringArrayType"/>
596
+ </argin>
597
+ <argout description="">
598
+ <type xsi:type="pogoDsl:VoidType"/>
599
+ </argout>
600
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
601
+ </commands>
602
+ <commands name="DbPutClassAttributeProperty2" description="This command adds support for array properties compared to the previous one&#xA;called DbPutClassAttributeProperty. The old comman is still there for compatibility reason" execMethod="db_put_class_attribute_property2" displayLevel="OPERATOR" polledPeriod="0">
603
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Attribute number&#xA;Str[2] = Attribute name&#xA;Str[3] = Property number&#xA;Str[4] = Property name&#xA;Str[5] = Property value number (array case)&#xA;Str[5] = Property value 1&#xA;Str[n] = Property value n (array case)&#xA;.....">
604
+ <type xsi:type="pogoDsl:StringArrayType"/>
605
+ </argin>
606
+ <argout description="">
607
+ <type xsi:type="pogoDsl:VoidType"/>
608
+ </argout>
609
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
610
+ </commands>
611
+ <commands name="DbPutClassProperty" description="Create / Update class property(ies)" execMethod="db_put_class_property" displayLevel="OPERATOR" polledPeriod="0">
612
+ <argin description="Str[0] = Tango class name&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n&#xA;....">
613
+ <type xsi:type="pogoDsl:StringArrayType"/>
614
+ </argin>
615
+ <argout description="">
616
+ <type xsi:type="pogoDsl:VoidType"/>
617
+ </argout>
618
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
619
+ </commands>
620
+ <commands name="DbPutDeviceAlias" description="Define alias for a given device name" execMethod="db_put_device_alias" displayLevel="OPERATOR" polledPeriod="0">
621
+ <argin description="Str[0] = device name&#xA;Str[1] = alias name">
622
+ <type xsi:type="pogoDsl:StringArrayType"/>
623
+ </argin>
624
+ <argout description="">
625
+ <type xsi:type="pogoDsl:VoidType"/>
626
+ </argout>
627
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
628
+ </commands>
629
+ <commands name="DbPutDeviceAttributeProperty" description="Create/Update device attribute property(ies) in database" execMethod="db_put_device_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
630
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute number&#xA;Str[2] = Attribute name&#xA;Str[3] = Property number&#xA;Str[4] = Property name&#xA;Str[5] = Property value&#xA;.....">
631
+ <type xsi:type="pogoDsl:StringArrayType"/>
632
+ </argin>
633
+ <argout description="">
634
+ <type xsi:type="pogoDsl:VoidType"/>
635
+ </argout>
636
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
637
+ </commands>
638
+ <commands name="DbPutDeviceAttributeProperty2" description="Put device attribute property. This command adds the possibility to have attribute property&#xA;which are arrays. Not possible with the old DbPutDeviceAttributeProperty command.&#xA;This old command is not deleted for compatibility reasons." execMethod="db_put_device_attribute_property2" displayLevel="OPERATOR" polledPeriod="0">
639
+ <argin description="Str[0] = Device name&#xA;Str[1] = Attribute number&#xA;Str[2] = Attribute name&#xA;Str[3] = Property number&#xA;Str[4] = Property name&#xA;Str[5] = Property value number (array case)&#xA;Str[5] = Property value 1&#xA;Str[n] = Property value n (array case)&#xA;.....">
640
+ <type xsi:type="pogoDsl:StringArrayType"/>
641
+ </argin>
642
+ <argout description="">
643
+ <type xsi:type="pogoDsl:VoidType"/>
644
+ </argout>
645
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
646
+ </commands>
647
+ <commands name="DbPutDeviceProperty" description="Create / Update device property(ies)" execMethod="db_put_device_property" displayLevel="OPERATOR" polledPeriod="0">
648
+ <argin description="Str[0] = Tango device name&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n&#xA;....">
649
+ <type xsi:type="pogoDsl:StringArrayType"/>
650
+ </argin>
651
+ <argout description="">
652
+ <type xsi:type="pogoDsl:VoidType"/>
653
+ </argout>
654
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
655
+ </commands>
656
+ <commands name="DbPutProperty" description="Create / Update free object property(ies)" execMethod="db_put_property" displayLevel="OPERATOR" polledPeriod="0">
657
+ <argin description="Str[0] = Object name&#xA;Str[1] = Property number&#xA;Str[2] = Property name&#xA;Str[3] = Property value number&#xA;Str[4] = Property value 1&#xA;Str[n] = Property value n&#xA;....">
658
+ <type xsi:type="pogoDsl:StringArrayType"/>
659
+ </argin>
660
+ <argout description="">
661
+ <type xsi:type="pogoDsl:VoidType"/>
662
+ </argout>
663
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
664
+ </commands>
665
+ <commands name="DbPutServerInfo" description="Update server info including host, mode and level" execMethod="db_put_server_info" displayLevel="OPERATOR" polledPeriod="0">
666
+ <argin description="server info">
667
+ <type xsi:type="pogoDsl:StringArrayType"/>
668
+ </argin>
669
+ <argout description="">
670
+ <type xsi:type="pogoDsl:VoidType"/>
671
+ </argout>
672
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
673
+ </commands>
674
+ <commands name="DbUnExportDevice" description="Mark a device as non exported in database" execMethod="db_un_export_device" displayLevel="OPERATOR" polledPeriod="0">
675
+ <argin description="Device name">
676
+ <type xsi:type="pogoDsl:StringType"/>
677
+ </argin>
678
+ <argout description="">
679
+ <type xsi:type="pogoDsl:VoidType"/>
680
+ </argout>
681
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
682
+ </commands>
683
+ <commands name="DbUnExportEvent" description="Mark one event channel as non exported in database" execMethod="db_un_export_event" displayLevel="OPERATOR" polledPeriod="0">
684
+ <argin description="name of event channel or factory to unexport">
685
+ <type xsi:type="pogoDsl:StringType"/>
686
+ </argin>
687
+ <argout description="none">
688
+ <type xsi:type="pogoDsl:VoidType"/>
689
+ </argout>
690
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
691
+ </commands>
692
+ <commands name="DbUnExportServer" description="Mark all devices belonging to a specified device server&#xA;process as non exported" execMethod="db_un_export_server" displayLevel="OPERATOR" polledPeriod="0">
693
+ <argin description="Device server name (executable/instance)">
694
+ <type xsi:type="pogoDsl:StringType"/>
695
+ </argin>
696
+ <argout description="">
697
+ <type xsi:type="pogoDsl:VoidType"/>
698
+ </argout>
699
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
700
+ </commands>
701
+ <commands name="ResetTimingValues" description="Reset the timing attribute values." execMethod="reset_timing_values" displayLevel="OPERATOR" polledPeriod="0">
702
+ <argin description="">
703
+ <type xsi:type="pogoDsl:VoidType"/>
704
+ </argin>
705
+ <argout description="">
706
+ <type xsi:type="pogoDsl:VoidType"/>
707
+ </argout>
708
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
709
+ </commands>
710
+ <commands name="DbGetDataForServerCache" description="This command returns all the data needed by a device server process during its&#xA;startup sequence. The aim of this command is to minimize database access during&#xA;device server startup sequence." execMethod="db_get_data_for_server_cache" displayLevel="OPERATOR" polledPeriod="0">
711
+ <argin description="Elt[0] = DS name (exec_name/inst_name), Elt[1] = Host name">
712
+ <type xsi:type="pogoDsl:StringArrayType"/>
713
+ </argin>
714
+ <argout description="All the data needed by the device server during its startup sequence. Precise list depend on the device server">
715
+ <type xsi:type="pogoDsl:StringArrayType"/>
716
+ </argout>
717
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
718
+ </commands>
719
+ <commands name="DbDeleteAllDeviceAttributeProperty" description="Delete all attribute properties for the specified device attribute(s)" execMethod="db_delete_all_device_attribute_property" displayLevel="OPERATOR" polledPeriod="0">
720
+ <argin description="str[0] = device name&#xA;Str[1]...str[n] = attribute name(s)">
721
+ <type xsi:type="pogoDsl:StringArrayType"/>
722
+ </argin>
723
+ <argout description="">
724
+ <type xsi:type="pogoDsl:VoidType"/>
725
+ </argout>
726
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
727
+ </commands>
728
+ <commands name="DbMySqlSelect" description="This is a very low level command.&#xA;It executes the specified SELECT command on TANGO database and returns its result without filter." execMethod="db_my_sql_select" displayLevel="OPERATOR" polledPeriod="0">
729
+ <argin description="MySql Select command">
730
+ <type xsi:type="pogoDsl:StringType"/>
731
+ </argin>
732
+ <argout description="MySql Select command result&#xA; - svalues : select results&#xA; - lvalue[n] : =0 if svalue[n] is null else =1&#xA; (last lvalue -1) is number of rows, (last lvalue) is number of fields">
733
+ <type xsi:type="pogoDsl:LongStringArrayType"/>
734
+ </argout>
735
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
736
+ </commands>
737
+ <commands name="DbGetCSDbServerList" description="Get a list of host:port for all database server defined in the control system" execMethod="db_get_csdb_server_list" displayLevel="OPERATOR" polledPeriod="0">
738
+ <argin description="">
739
+ <type xsi:type="pogoDsl:VoidType"/>
740
+ </argin>
741
+ <argout description="List of host:port with one element for each database server">
742
+ <type xsi:type="pogoDsl:StringArrayType"/>
743
+ </argout>
744
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
745
+ </commands>
746
+ <commands name="DbGetAttributeAlias2" description="Get the attribute alias from the attribute name.&#xA;Returns one empty string if nothing found in database" execMethod="db_get_attribute_alias2" displayLevel="OPERATOR" polledPeriod="0">
747
+ <argin description="The attribute name (dev_name/att_name)">
748
+ <type xsi:type="pogoDsl:StringType"/>
749
+ </argin>
750
+ <argout description="The attribute alias name (or empty string)">
751
+ <type xsi:type="pogoDsl:StringType"/>
752
+ </argout>
753
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
754
+ </commands>
755
+ <commands name="DbGetAliasAttribute" description="Get the attribute name from the given alias.&#xA;If the given alias is not found in database, returns an empty string" execMethod="db_get_alias_attribute" displayLevel="OPERATOR" polledPeriod="0">
756
+ <argin description="The attribute alias">
757
+ <type xsi:type="pogoDsl:StringType"/>
758
+ </argin>
759
+ <argout description="The attribute name (dev_name/att_name)">
760
+ <type xsi:type="pogoDsl:StringType"/>
761
+ </argout>
762
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
763
+ </commands>
764
+ <attributes name="StoredProcedureRelease" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="0" maxY="0">
765
+ <dataType xsi:type="pogoDsl:StringType"/>
766
+ <changeEvent fire="false" libCheckCriteria="false"/>
767
+ <archiveEvent fire="false" libCheckCriteria="false"/>
768
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
769
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
770
+ </attributes>
771
+ <attributes name="Timing_average" attType="Spectrum" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="64" maxY="0">
772
+ <dataType xsi:type="pogoDsl:DoubleType"/>
773
+ <changeEvent fire="false" libCheckCriteria="false"/>
774
+ <archiveEvent fire="false" libCheckCriteria="false"/>
775
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
776
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
777
+ </attributes>
778
+ <attributes name="Timing_minimum" attType="Spectrum" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="64" maxY="0">
779
+ <dataType xsi:type="pogoDsl:DoubleType"/>
780
+ <changeEvent fire="false" libCheckCriteria="false"/>
781
+ <archiveEvent fire="false" libCheckCriteria="false"/>
782
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
783
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
784
+ </attributes>
785
+ <attributes name="Timing_maximum" attType="Spectrum" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="64" maxY="0">
786
+ <dataType xsi:type="pogoDsl:DoubleType"/>
787
+ <changeEvent fire="false" libCheckCriteria="false"/>
788
+ <archiveEvent fire="false" libCheckCriteria="false"/>
789
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
790
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
791
+ </attributes>
792
+ <attributes name="Timing_calls" attType="Spectrum" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="64" maxY="0">
793
+ <dataType xsi:type="pogoDsl:DoubleType"/>
794
+ <changeEvent fire="false" libCheckCriteria="false"/>
795
+ <archiveEvent fire="false" libCheckCriteria="false"/>
796
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
797
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
798
+ </attributes>
799
+ <attributes name="Timing_index" attType="Spectrum" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="64" maxY="0">
800
+ <dataType xsi:type="pogoDsl:StringType"/>
801
+ <changeEvent fire="false" libCheckCriteria="false"/>
802
+ <archiveEvent fire="false" libCheckCriteria="false"/>
803
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
804
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
805
+ </attributes>
806
+ <attributes name="Timing_info" attType="Spectrum" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="64" maxY="0">
807
+ <dataType xsi:type="pogoDsl:StringType"/>
808
+ <changeEvent fire="false" libCheckCriteria="false"/>
809
+ <archiveEvent fire="false" libCheckCriteria="false"/>
810
+ <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
811
+ <properties description="" label="" unit="" standardUnit="" displayUnit="" format="" maxValue="" minValue="" maxAlarm="" minAlarm="" maxWarning="" minWarning="" deltaTime="" deltaValue=""/>
812
+ </attributes>
813
+ <preferences docHome="./doc_html" makefileHome="/home/tcoutinho/local-tango8/share/pogo/preferences"/>
814
+ <additionalFiles name="DataBaseUtils" path="/mntdirect/_segfs/tango/cppserver/dbase/DataBaseUtils.cpp"/>
815
+ <additionalFiles name="update_starter" path="/mntdirect/_segfs/tango/cppserver/dbase/update_starter.cpp"/>
816
+ </classes>
817
+ </pogoDsl:PogoSystem>