From 99c165c078222c789d5fc90a79c756c8fffdafea Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Wed, 3 Feb 2016 16:48:45 +0100 Subject: Add python wrap for pcilib --- xml/test2/camera.xml | 6 ++++++ xml/test2/names.xml | 16 ++++++++++++++++ xml/test2/props.xml | 4 ++++ xml/test2/reg2.py | 0 xml/test2/units.xml | 35 +++++++++++++++++++++++++++++++++++ xml/test2/views.xml | 6 ++++++ 6 files changed, 67 insertions(+) create mode 100644 xml/test2/camera.xml create mode 100644 xml/test2/names.xml create mode 100644 xml/test2/props.xml create mode 100644 xml/test2/reg2.py create mode 100644 xml/test2/units.xml create mode 100644 xml/test2/views.xml (limited to 'xml/test2') diff --git a/xml/test2/camera.xml b/xml/test2/camera.xml new file mode 100644 index 0000000..4b31209 --- /dev/null +++ b/xml/test2/camera.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/xml/test2/names.xml b/xml/test2/names.xml new file mode 100644 index 0000000..f6ddbcc --- /dev/null +++ b/xml/test2/names.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/xml/test2/props.xml b/xml/test2/props.xml new file mode 100644 index 0000000..f7a1329 --- /dev/null +++ b/xml/test2/props.xml @@ -0,0 +1,4 @@ + + + + diff --git a/xml/test2/reg2.py b/xml/test2/reg2.py new file mode 100644 index 0000000..e69de29 diff --git a/xml/test2/units.xml b/xml/test2/units.xml new file mode 100644 index 0000000..74ab9f7 --- /dev/null +++ b/xml/test2/units.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xml/test2/views.xml b/xml/test2/views.xml new file mode 100644 index 0000000..c40cd0f --- /dev/null +++ b/xml/test2/views.xml @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3