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

added xml file to test turning on history and write only

parent 291ddc4c
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="DUMMY_LOCATION">
<has_history>false</has_history>
<property source="/A/b/do">
<has_history>true</has_history>
</property>
<import>/A</import>
</location>
<location name="ANOTHER_LOCATION">
<is_writeable>false</is_writeable>
<property source="B/c/gne" name="WRITE_ME">
<is_writeable>true</is_writeable>
</property>
<import>/B</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