Skip to content
Snippets Groups Projects
Commit 5d7ba962 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

added more use cases for xml

parent 7d5a37f9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<device_server xmlns="https://github.com/ChimeraTK/ControlSystemAdapter-DoocsAdapter">
<location name="DIRECT">
<property source="/A/b/do"/>
<property source="INT"/>
</location>
</device_server>
<?xml version="1.0" encoding="UTF-8"?>
<device_server xmlns="https://github.com/ChimeraTK/ControlSystemAdapter-DoocsAdapter">
<import>/</import>
</device_server>
<?xml version="1.0" encoding="UTF-8"?>
<device_server xmlns="https://github.com/ChimeraTK/ControlSystemAdapter-DoocsAdapter">
<location name="DIRECT">
<property source="INT" name="FOO"/>
<property source="/DIRECT/DOUBLE" name="BAR"/>
<import>/DIRECT</import>
</location>
</device_server>
<?xml version="1.0" encoding="UTF-8"?>
<device_server xmlns="https://github.com/ChimeraTK/ControlSystemAdapter-DoocsAdapter">
<location name="B">
<import>/A</import>
</location>
</device_server>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment