diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-02-11 14:24:01 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-02-11 14:24:01 +0100 |
commit | d7fc669bf0dbe37f46d2efec4940feb8504017c2 (patch) | |
tree | 7075ee0851d52f9e448be3ff084dde1c35014558 /xml | |
parent | 76ee5a167add1c169a982ab59aa0544f827cb365 (diff) | |
download | pcitool-d7fc669bf0dbe37f46d2efec4940feb8504017c2.tar.gz pcitool-d7fc669bf0dbe37f46d2efec4940feb8504017c2.tar.bz2 pcitool-d7fc669bf0dbe37f46d2efec4940feb8504017c2.tar.xz pcitool-d7fc669bf0dbe37f46d2efec4940feb8504017c2.zip |
Change no_set_check parameter name. Move Python wrap to separate directory.
Diffstat (limited to 'xml')
-rw-r--r-- | xml/test_pywrap/props.xml | 2 | ||||
-rw-r--r-- | xml/types.xsd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xml/test_pywrap/props.xml b/xml/test_pywrap/props.xml index 8e3078e..0d0078b 100644 --- a/xml/test_pywrap/props.xml +++ b/xml/test_pywrap/props.xml @@ -10,7 +10,7 @@ unit="C" script="test_prop2.py" description="test python script #1" - no_set_check="1"/> + write_verification="0"/> <transform path="/test/prop3" register="test_prop3" unit="C" diff --git a/xml/types.xsd b/xml/types.xsd index b0eb573..5fc8902 100644 --- a/xml/types.xsd +++ b/xml/types.xsd @@ -59,7 +59,7 @@ <xsd:attribute name="unit" type="xsd:string" /> <xsd:attribute name="type" type="pcilib_data_type_t" /> <xsd:attribute name="mode" type="pcilib_access_mode_t" /> - <xsd:attribute name="no_set_check" type="bool_t" default="0"/> + <xsd:attribute name="write_verification" type="bool_t" default="1"/> <xsd:attribute name="visible" type="bool_t" default="0" /> <xsd:attribute name="description" type="xsd:string" /> </xsd:complexType> |