/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/types.xsd

  • Committer: Vasilii Chernov
  • Date: 2016-02-09 16:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160209163211-j56vrnez4sbt9r1o
Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    <xsd:attribute name="unit" type="xsd:string" />
60
60
    <xsd:attribute name="type" type="pcilib_data_type_t" />
61
61
    <xsd:attribute name="mode" type="pcilib_access_mode_t" />
 
62
    <xsd:attribute name="no_set_check" type="bool_t" default="0"/>
62
63
    <xsd:attribute name="visible" type="bool_t" default="0" />
63
64
    <xsd:attribute name="description" type="xsd:string" />
64
65
  </xsd:complexType>