cpee 2.1.52 → 2.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cockpit/css/ui.css +1 -1
- data/cockpit/edit.html +4 -1
- data/cockpit/js/details.js +4 -14
- data/cockpit/js/edit.js +3 -0
- data/cockpit/js/instance.js +15 -6
- data/cockpit/js/modifiers.js +4 -14
- data/cockpit/js/parameters.js +4 -10
- data/cockpit/templates/Coopis 2010.xml +8 -1
- data/cockpit/templates/Worklist.xml +6 -7
- data/cockpit/themes/compact/rngs/call.rng +3 -3
- data/cockpit/themes/compact/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/compact/rngs/parallel.rng +2 -2
- data/cockpit/themes/compact/rngs/start.rng +3 -3
- data/cockpit/themes/compact/theme.js +10 -0
- data/cockpit/themes/control/rngs/call.rng +3 -3
- data/cockpit/themes/control/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/control/rngs/parallel.rng +2 -2
- data/cockpit/themes/control/rngs/start.rng +3 -3
- data/cockpit/themes/control/theme.js +10 -0
- data/cockpit/themes/dataflow/rngs/call.rng +3 -3
- data/cockpit/themes/dataflow/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/dataflow/rngs/parallel.rng +2 -2
- data/cockpit/themes/dataflow/rngs/start.rng +3 -3
- data/cockpit/themes/dataflow/theme.js +13 -3
- data/cockpit/themes/default/rngs/call.rng +3 -3
- data/cockpit/themes/default/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/default/rngs/parallel.rng +2 -2
- data/cockpit/themes/default/rngs/start.rng +3 -3
- data/cockpit/themes/default/theme.js +11 -0
- data/cockpit/themes/extended/rngs/call.rng +3 -3
- data/cockpit/themes/extended/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/extended/rngs/parallel.rng +2 -2
- data/cockpit/themes/extended/rngs/start.rng +3 -3
- data/cockpit/themes/extended/theme.js +11 -0
- data/cockpit/themes/felix/rngs/alternative.rng +25 -0
- data/cockpit/themes/felix/rngs/call.rng +229 -0
- data/cockpit/themes/felix/rngs/callmanipulate.rng +259 -0
- data/cockpit/themes/felix/rngs/choose.rng +14 -0
- data/cockpit/themes/felix/rngs/closed_loop.rng +62 -0
- data/cockpit/themes/felix/rngs/closed_loop_cancel.rng +5 -0
- data/cockpit/themes/felix/rngs/closed_loop_control.rng +31 -0
- data/cockpit/themes/felix/rngs/closed_loop_measuring.rng +12 -0
- data/cockpit/themes/felix/rngs/critical.rng +5 -0
- data/cockpit/themes/felix/rngs/escape.rng +1 -0
- data/cockpit/themes/felix/rngs/group.rng +3 -0
- data/cockpit/themes/felix/rngs/loop.rng +22 -0
- data/cockpit/themes/felix/rngs/manipulate.rng +20 -0
- data/cockpit/themes/felix/rngs/otherwise.rng +22 -0
- data/cockpit/themes/felix/rngs/parallel.rng +27 -0
- data/cockpit/themes/felix/rngs/parallel_branch.rng +2 -0
- data/cockpit/themes/felix/rngs/scripts.rng +23 -0
- data/cockpit/themes/felix/rngs/start.rng +121 -0
- data/cockpit/themes/felix/rngs/stop.rng +5 -0
- data/cockpit/themes/felix/rngs/terminate.rng +1 -0
- data/cockpit/themes/felix/symbols/alternative.svg +5 -0
- data/cockpit/themes/felix/symbols/arrow.svg +3 -0
- data/cockpit/themes/felix/symbols/call.svg +6 -0
- data/cockpit/themes/felix/symbols/call_sensor.svg +9 -0
- data/cockpit/themes/felix/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +11 -0
- data/cockpit/themes/felix/symbols/choose.svg +5 -0
- data/cockpit/themes/felix/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/felix/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/felix/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/felix/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/felix/symbols/complex.svg +8 -0
- data/cockpit/themes/felix/symbols/critical.svg +4 -0
- data/cockpit/themes/felix/symbols/delete.svg +4 -0
- data/cockpit/themes/felix/symbols/end.svg +3 -0
- data/cockpit/themes/felix/symbols/escape.svg +5 -0
- data/cockpit/themes/felix/symbols/event_end.svg +3 -0
- data/cockpit/themes/felix/symbols/loop.svg +5 -0
- data/cockpit/themes/felix/symbols/manipulate.svg +4 -0
- data/cockpit/themes/felix/symbols/otherwise.svg +5 -0
- data/cockpit/themes/felix/symbols/parallel.svg +5 -0
- data/cockpit/themes/felix/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/felix/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/felix/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/felix/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/felix/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/felix/symbols/scripts.svg +4 -0
- data/cockpit/themes/felix/symbols/start.svg +3 -0
- data/cockpit/themes/felix/symbols/start_event.svg +5 -0
- data/cockpit/themes/felix/symbols/stop.svg +5 -0
- data/cockpit/themes/felix/symbols/terminate.svg +4 -0
- data/cockpit/themes/felix/theme.js +1526 -0
- data/cockpit/themes/model/rngs/call.rng +10 -10
- data/cockpit/themes/model/rngs/callmanipulate.rng +10 -10
- data/cockpit/themes/model/theme.js +10 -0
- data/cockpit/themes/packed/rngs/call.rng +3 -3
- data/cockpit/themes/packed/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/packed/rngs/parallel.rng +2 -2
- data/cockpit/themes/packed/rngs/start.rng +3 -3
- data/cockpit/themes/packed/theme.js +10 -0
- data/cockpit/themes/preset/rngs/call.rng +3 -3
- data/cockpit/themes/preset/rngs/callmanipulate.rng +3 -3
- data/cockpit/themes/preset/rngs/parallel.rng +2 -2
- data/cockpit/themes/preset/rngs/start.rng +3 -3
- data/cockpit/themes/preset/theme.js +11 -0
- data/cpee.gemspec +1 -1
- data/lib/cpee/implementation.rb +1 -1
- data/lib/cpee/implementation_properties.rb +23 -13
- data/lib/properties/state.rng +0 -2
- data/lib/properties.xml +0 -1
- data/server/executionhandlers/ruby/connection.rb +25 -16
- data/server/executionhandlers/ruby/controller.rb +1 -1
- data/server/executionhandlers/ruby/dsl_to_dslx.xsl +71 -61
- data/server/resources/states.dot +0 -4
- data/server/resources/states.xml +0 -6
- metadata +57 -16
- data/cockpit/css/replay.css +0 -55
- data/cockpit/js/replay.js +0 -40
- data/cockpit/replay.html +0 -53
- data/cockpit/themes/compact/symbols/test.svg +0 -74
- data/cockpit/themes/control/symbols/test.svg +0 -74
- data/cockpit/themes/dataflow/symbols/test.svg +0 -74
- data/cockpit/themes/default/symbols/test.svg +0 -74
- data/cockpit/themes/extended/symbols/test.svg +0 -74
- data/cockpit/themes/model/symbols/test.svg +0 -74
- data/cockpit/themes/packed/symbols/test.svg +0 -74
- data/cockpit/themes/preset/symbols/test.svg +0 -74
- data/server/executionhandlers/ruby/desc.xml +0 -107
- data/server/resources/test.pdf +0 -0
- data/server/server.conf +0 -4
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
-
class="clickable"
|
|
11
|
-
version="1.1"
|
|
12
|
-
id="svg10"
|
|
13
|
-
sodipodi:docname="test.svg"
|
|
14
|
-
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
|
15
|
-
<metadata
|
|
16
|
-
id="metadata16">
|
|
17
|
-
<rdf:RDF>
|
|
18
|
-
<cc:Work
|
|
19
|
-
rdf:about="">
|
|
20
|
-
<dc:format>image/svg+xml</dc:format>
|
|
21
|
-
<dc:type
|
|
22
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
-
</cc:Work>
|
|
24
|
-
</rdf:RDF>
|
|
25
|
-
</metadata>
|
|
26
|
-
<defs
|
|
27
|
-
id="defs14" />
|
|
28
|
-
<sodipodi:namedview
|
|
29
|
-
pagecolor="#ffffff"
|
|
30
|
-
bordercolor="#666666"
|
|
31
|
-
borderopacity="1"
|
|
32
|
-
objecttolerance="10"
|
|
33
|
-
gridtolerance="10"
|
|
34
|
-
guidetolerance="10"
|
|
35
|
-
inkscape:pageopacity="0"
|
|
36
|
-
inkscape:pageshadow="2"
|
|
37
|
-
inkscape:window-width="2062"
|
|
38
|
-
inkscape:window-height="1298"
|
|
39
|
-
id="namedview12"
|
|
40
|
-
showgrid="false"
|
|
41
|
-
inkscape:zoom="35.146667"
|
|
42
|
-
inkscape:cx="13.036699"
|
|
43
|
-
inkscape:cy="13.350011"
|
|
44
|
-
inkscape:window-x="0"
|
|
45
|
-
inkscape:window-y="27"
|
|
46
|
-
inkscape:window-maximized="0"
|
|
47
|
-
inkscape:current-layer="svg10" />
|
|
48
|
-
<rect
|
|
49
|
-
transform="rotate(45,14,12)"
|
|
50
|
-
x="7"
|
|
51
|
-
y="3"
|
|
52
|
-
width="21"
|
|
53
|
-
height="21"
|
|
54
|
-
class="cline hfill stand"
|
|
55
|
-
id="rect2"
|
|
56
|
-
style="fill:#3465a4" />
|
|
57
|
-
<circle
|
|
58
|
-
cx="15.5"
|
|
59
|
-
cy="15.5"
|
|
60
|
-
r="7"
|
|
61
|
-
class="stand"
|
|
62
|
-
id="circle4" />
|
|
63
|
-
<circle
|
|
64
|
-
cx="15.5"
|
|
65
|
-
cy="15.5"
|
|
66
|
-
r="7"
|
|
67
|
-
class="stand"
|
|
68
|
-
id="circle6" />
|
|
69
|
-
<path
|
|
70
|
-
d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
|
|
71
|
-
class="stand"
|
|
72
|
-
id="path8"
|
|
73
|
-
style="fill:#ef2929;stroke-width:1" />
|
|
74
|
-
</svg>
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
-
class="clickable"
|
|
11
|
-
version="1.1"
|
|
12
|
-
id="svg10"
|
|
13
|
-
sodipodi:docname="test.svg"
|
|
14
|
-
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
|
15
|
-
<metadata
|
|
16
|
-
id="metadata16">
|
|
17
|
-
<rdf:RDF>
|
|
18
|
-
<cc:Work
|
|
19
|
-
rdf:about="">
|
|
20
|
-
<dc:format>image/svg+xml</dc:format>
|
|
21
|
-
<dc:type
|
|
22
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
-
</cc:Work>
|
|
24
|
-
</rdf:RDF>
|
|
25
|
-
</metadata>
|
|
26
|
-
<defs
|
|
27
|
-
id="defs14" />
|
|
28
|
-
<sodipodi:namedview
|
|
29
|
-
pagecolor="#ffffff"
|
|
30
|
-
bordercolor="#666666"
|
|
31
|
-
borderopacity="1"
|
|
32
|
-
objecttolerance="10"
|
|
33
|
-
gridtolerance="10"
|
|
34
|
-
guidetolerance="10"
|
|
35
|
-
inkscape:pageopacity="0"
|
|
36
|
-
inkscape:pageshadow="2"
|
|
37
|
-
inkscape:window-width="2062"
|
|
38
|
-
inkscape:window-height="1298"
|
|
39
|
-
id="namedview12"
|
|
40
|
-
showgrid="false"
|
|
41
|
-
inkscape:zoom="35.146667"
|
|
42
|
-
inkscape:cx="13.036699"
|
|
43
|
-
inkscape:cy="13.350011"
|
|
44
|
-
inkscape:window-x="0"
|
|
45
|
-
inkscape:window-y="27"
|
|
46
|
-
inkscape:window-maximized="0"
|
|
47
|
-
inkscape:current-layer="svg10" />
|
|
48
|
-
<rect
|
|
49
|
-
transform="rotate(45,14,12)"
|
|
50
|
-
x="7"
|
|
51
|
-
y="3"
|
|
52
|
-
width="21"
|
|
53
|
-
height="21"
|
|
54
|
-
class="cline hfill stand"
|
|
55
|
-
id="rect2"
|
|
56
|
-
style="fill:#3465a4" />
|
|
57
|
-
<circle
|
|
58
|
-
cx="15.5"
|
|
59
|
-
cy="15.5"
|
|
60
|
-
r="7"
|
|
61
|
-
class="stand"
|
|
62
|
-
id="circle4" />
|
|
63
|
-
<circle
|
|
64
|
-
cx="15.5"
|
|
65
|
-
cy="15.5"
|
|
66
|
-
r="7"
|
|
67
|
-
class="stand"
|
|
68
|
-
id="circle6" />
|
|
69
|
-
<path
|
|
70
|
-
d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
|
|
71
|
-
class="stand"
|
|
72
|
-
id="path8"
|
|
73
|
-
style="fill:#ef2929;stroke-width:1" />
|
|
74
|
-
</svg>
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
-
class="clickable"
|
|
11
|
-
version="1.1"
|
|
12
|
-
id="svg10"
|
|
13
|
-
sodipodi:docname="test.svg"
|
|
14
|
-
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
|
15
|
-
<metadata
|
|
16
|
-
id="metadata16">
|
|
17
|
-
<rdf:RDF>
|
|
18
|
-
<cc:Work
|
|
19
|
-
rdf:about="">
|
|
20
|
-
<dc:format>image/svg+xml</dc:format>
|
|
21
|
-
<dc:type
|
|
22
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
-
</cc:Work>
|
|
24
|
-
</rdf:RDF>
|
|
25
|
-
</metadata>
|
|
26
|
-
<defs
|
|
27
|
-
id="defs14" />
|
|
28
|
-
<sodipodi:namedview
|
|
29
|
-
pagecolor="#ffffff"
|
|
30
|
-
bordercolor="#666666"
|
|
31
|
-
borderopacity="1"
|
|
32
|
-
objecttolerance="10"
|
|
33
|
-
gridtolerance="10"
|
|
34
|
-
guidetolerance="10"
|
|
35
|
-
inkscape:pageopacity="0"
|
|
36
|
-
inkscape:pageshadow="2"
|
|
37
|
-
inkscape:window-width="2062"
|
|
38
|
-
inkscape:window-height="1298"
|
|
39
|
-
id="namedview12"
|
|
40
|
-
showgrid="false"
|
|
41
|
-
inkscape:zoom="35.146667"
|
|
42
|
-
inkscape:cx="13.036699"
|
|
43
|
-
inkscape:cy="13.350011"
|
|
44
|
-
inkscape:window-x="0"
|
|
45
|
-
inkscape:window-y="27"
|
|
46
|
-
inkscape:window-maximized="0"
|
|
47
|
-
inkscape:current-layer="svg10" />
|
|
48
|
-
<rect
|
|
49
|
-
transform="rotate(45,14,12)"
|
|
50
|
-
x="7"
|
|
51
|
-
y="3"
|
|
52
|
-
width="21"
|
|
53
|
-
height="21"
|
|
54
|
-
class="cline hfill stand"
|
|
55
|
-
id="rect2"
|
|
56
|
-
style="fill:#3465a4" />
|
|
57
|
-
<circle
|
|
58
|
-
cx="15.5"
|
|
59
|
-
cy="15.5"
|
|
60
|
-
r="7"
|
|
61
|
-
class="stand"
|
|
62
|
-
id="circle4" />
|
|
63
|
-
<circle
|
|
64
|
-
cx="15.5"
|
|
65
|
-
cy="15.5"
|
|
66
|
-
r="7"
|
|
67
|
-
class="stand"
|
|
68
|
-
id="circle6" />
|
|
69
|
-
<path
|
|
70
|
-
d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
|
|
71
|
-
class="stand"
|
|
72
|
-
id="path8"
|
|
73
|
-
style="fill:#ef2929;stroke-width:1" />
|
|
74
|
-
</svg>
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
-
class="clickable"
|
|
11
|
-
version="1.1"
|
|
12
|
-
id="svg10"
|
|
13
|
-
sodipodi:docname="test.svg"
|
|
14
|
-
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
|
15
|
-
<metadata
|
|
16
|
-
id="metadata16">
|
|
17
|
-
<rdf:RDF>
|
|
18
|
-
<cc:Work
|
|
19
|
-
rdf:about="">
|
|
20
|
-
<dc:format>image/svg+xml</dc:format>
|
|
21
|
-
<dc:type
|
|
22
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
-
</cc:Work>
|
|
24
|
-
</rdf:RDF>
|
|
25
|
-
</metadata>
|
|
26
|
-
<defs
|
|
27
|
-
id="defs14" />
|
|
28
|
-
<sodipodi:namedview
|
|
29
|
-
pagecolor="#ffffff"
|
|
30
|
-
bordercolor="#666666"
|
|
31
|
-
borderopacity="1"
|
|
32
|
-
objecttolerance="10"
|
|
33
|
-
gridtolerance="10"
|
|
34
|
-
guidetolerance="10"
|
|
35
|
-
inkscape:pageopacity="0"
|
|
36
|
-
inkscape:pageshadow="2"
|
|
37
|
-
inkscape:window-width="2062"
|
|
38
|
-
inkscape:window-height="1298"
|
|
39
|
-
id="namedview12"
|
|
40
|
-
showgrid="false"
|
|
41
|
-
inkscape:zoom="35.146667"
|
|
42
|
-
inkscape:cx="13.036699"
|
|
43
|
-
inkscape:cy="13.350011"
|
|
44
|
-
inkscape:window-x="0"
|
|
45
|
-
inkscape:window-y="27"
|
|
46
|
-
inkscape:window-maximized="0"
|
|
47
|
-
inkscape:current-layer="svg10" />
|
|
48
|
-
<rect
|
|
49
|
-
transform="rotate(45,14,12)"
|
|
50
|
-
x="7"
|
|
51
|
-
y="3"
|
|
52
|
-
width="21"
|
|
53
|
-
height="21"
|
|
54
|
-
class="cline hfill stand"
|
|
55
|
-
id="rect2"
|
|
56
|
-
style="fill:#3465a4" />
|
|
57
|
-
<circle
|
|
58
|
-
cx="15.5"
|
|
59
|
-
cy="15.5"
|
|
60
|
-
r="7"
|
|
61
|
-
class="stand"
|
|
62
|
-
id="circle4" />
|
|
63
|
-
<circle
|
|
64
|
-
cx="15.5"
|
|
65
|
-
cy="15.5"
|
|
66
|
-
r="7"
|
|
67
|
-
class="stand"
|
|
68
|
-
id="circle6" />
|
|
69
|
-
<path
|
|
70
|
-
d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
|
|
71
|
-
class="stand"
|
|
72
|
-
id="path8"
|
|
73
|
-
style="fill:#ef2929;stroke-width:1" />
|
|
74
|
-
</svg>
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
2
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
3
|
-
<call id="a3" endpoint="">
|
|
4
|
-
<parameters>
|
|
5
|
-
<label>asdasd</label>
|
|
6
|
-
<method>:post</method>
|
|
7
|
-
<arguments/>
|
|
8
|
-
</parameters>
|
|
9
|
-
<annotations>
|
|
10
|
-
<_timing>
|
|
11
|
-
<_timing_weight/>
|
|
12
|
-
<_timing_avg/>
|
|
13
|
-
<explanations/>
|
|
14
|
-
</_timing>
|
|
15
|
-
<_shifting>
|
|
16
|
-
<_shifting_type>Duration</_shifting_type>
|
|
17
|
-
</_shifting>
|
|
18
|
-
<_context_data_analysis>
|
|
19
|
-
<probes/>
|
|
20
|
-
<ips/>
|
|
21
|
-
</_context_data_analysis>
|
|
22
|
-
<report>
|
|
23
|
-
<url/>
|
|
24
|
-
</report>
|
|
25
|
-
<_notes>
|
|
26
|
-
<_notes_general/>
|
|
27
|
-
</_notes>
|
|
28
|
-
</annotations>
|
|
29
|
-
<documentation>
|
|
30
|
-
<input/>
|
|
31
|
-
<output/>
|
|
32
|
-
<implementation>
|
|
33
|
-
<description/>
|
|
34
|
-
</implementation>
|
|
35
|
-
</documentation>
|
|
36
|
-
</call>
|
|
37
|
-
<closed_loop overrun="wait" execution="sequential">
|
|
38
|
-
<_probability>
|
|
39
|
-
<_probability_min/>
|
|
40
|
-
<_probability_max/>
|
|
41
|
-
<_probability_avg/>
|
|
42
|
-
</_probability>
|
|
43
|
-
<closed_loop_measuring ctime="200">
|
|
44
|
-
<_expected/>
|
|
45
|
-
</closed_loop_measuring>
|
|
46
|
-
<closed_loop_measuring ctime="200">
|
|
47
|
-
<_expected>
|
|
48
|
-
<value>test</value>
|
|
49
|
-
<value>bla</value>
|
|
50
|
-
</_expected>
|
|
51
|
-
</closed_loop_measuring>
|
|
52
|
-
<closed_loop_control ctime="200">
|
|
53
|
-
<_expected>
|
|
54
|
-
<change>
|
|
55
|
-
<type>:PID</type>
|
|
56
|
-
<value>grrr</value>
|
|
57
|
-
<upper/>
|
|
58
|
-
<lower/>
|
|
59
|
-
</change>
|
|
60
|
-
<change>
|
|
61
|
-
<type>:PID</type>
|
|
62
|
-
<value>duuur</value>
|
|
63
|
-
<upper/>
|
|
64
|
-
<lower/>
|
|
65
|
-
</change>
|
|
66
|
-
</_expected>
|
|
67
|
-
<closed_loop_control ctime="200">
|
|
68
|
-
<_expected/>
|
|
69
|
-
</closed_loop_control>
|
|
70
|
-
</closed_loop_control>
|
|
71
|
-
<closed_loop_cancel condition=""/>
|
|
72
|
-
</closed_loop>
|
|
73
|
-
<call id="a1" endpoint="">
|
|
74
|
-
<parameters>
|
|
75
|
-
<label/>
|
|
76
|
-
<method>:post</method>
|
|
77
|
-
<arguments/>
|
|
78
|
-
</parameters>
|
|
79
|
-
<annotations>
|
|
80
|
-
<_timing>
|
|
81
|
-
<_timing_weight/>
|
|
82
|
-
<_timing_avg/>
|
|
83
|
-
<explanations/>
|
|
84
|
-
</_timing>
|
|
85
|
-
<_shifting>
|
|
86
|
-
<_shifting_type>Duration</_shifting_type>
|
|
87
|
-
</_shifting>
|
|
88
|
-
<_context_data_analysis>
|
|
89
|
-
<probes/>
|
|
90
|
-
<ips/>
|
|
91
|
-
</_context_data_analysis>
|
|
92
|
-
<report>
|
|
93
|
-
<url/>
|
|
94
|
-
</report>
|
|
95
|
-
<_notes>
|
|
96
|
-
<_notes_general/>
|
|
97
|
-
</_notes>
|
|
98
|
-
</annotations>
|
|
99
|
-
<documentation>
|
|
100
|
-
<input/>
|
|
101
|
-
<output/>
|
|
102
|
-
<implementation>
|
|
103
|
-
<description/>
|
|
104
|
-
</implementation>
|
|
105
|
-
</documentation>
|
|
106
|
-
</call>
|
|
107
|
-
</description>
|
data/server/resources/test.pdf
DELETED
|
Binary file
|
data/server/server.conf
DELETED