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

made rename match with the test input tree

parent cb1124b9
No related branches found
No related tags found
No related merge requests found
/
├── A
│ ├── a
│ │ ├── di
│ │ └── do
│ └── b
├── B
│ ├── a
│ │ └── dr
│ └── c
│ ├── de
│ └── gne
├── C
│ ├── a
│ │ └── da
│ ├── b
│ │ └── ge
│ └── c
│ ├── be
│ └── de
└── DIRECT
├── DOUBLE
├── DOUBLE_ARRAY
├── DOUBLT
├── INT
└── INT_ARRAY
<?xml version="1.0" encoding="UTF-8"?>
<device_server xmlns="https://github.com/ChimeraTK/ControlSystemAdapter-DoocsAdapter">
<location name="DUMMY_LOCATION">
<property source="/A/b/cd/e" name="LOLO"/>
<property source="jo" name="yep"/>
<location name="DIRECT">
<property source="/A/b/do" name="LOLO"/>
<property source="INT" name="TEMP"/>
</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