/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to xml/test_pywrap/names.xml

  • Committer: Vasilii Chernov
  • Date: 2016-02-05 11:33:48 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160205113348-l4gmpvm9df3n22sx
Add support for python script properties. Correct pcilib python wrapping. Update examples. Update cmakelists for work in shadow build mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
3
  <enum name="enumm1" description="enum towards temperatures register">
 
4
    <name name="high" value="0x100" min="0x2" max="0x300"/>
 
5
    <name name="low" value="0x010"/>
 
6
  </enum>
 
7
  <enum name="enumm2" description="enum towards sensor_temperature register">
 
8
    <name name="high" value="0x120"/>
 
9
    <name name="low" value="0x010" min="0x00" max="0x020"/>
 
10
  </enum>
 
11
  <enum name="enumm3" description="enum towards cmosis_exp_register register">
 
12
    <name name="short" value="0x000"/>
 
13
    <name name="mid" value="0x010"/>
 
14
    <name name="long" value="0x100" min="0x0F0"/>
 
15
  </enum>
 
16
</model>