source: pacpusframework/branches/2.0-beta1/src/TestComponents/test/xml/Cled_test_d.xml@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3
4 <components>
5 <component name="TestComponent1" type="TestComponent1"/>
6 <component name="TestComponent2" type="TestComponent2"/>
7 <component name="sh1" type="ShMemInput" memoryName="test"/>
8 <component name="sh2" type="ShMemOutput" memoryName="test"/>
9
10 </components>
11
12
13<connections>
14<connection input="sh1.data" output="TestComponent1.image" type="direct"/>
15<connection input="TestComponent2.image" output="sh2.data" type="direct"/>
16</connections>
17
18 <connection input="TestComponent2.image" output="TestComponent1.image" type="direct"/>
19
20
21 <connection inputC="TestComponent1" inputP="image" outputC="TestComponent2" outputP="image" type="direct"/>
22
23
24 <parameters>
25 <plugin lib="../lib/libtest1_d.so" />
26 <plugin lib="../lib/libShMem_d.so" />
27 </parameters>
28
29</pacpus>
30<!--
31<connection>
32 <C1 input="TestComponent1.image" output="TestComponent2.image" type="direct" />
33 <C2 input="TestComponent2.image" output="TestComponent3.image" type="direct" />
34</connection>
35-->
36
37<!--
38<connections>
39 <connection>
40 <input> TestComponent1.image </input>
41 <output> TestComponent2.image </output>
42 <type> direct </type>
43 </connection>
44 <connection>
45 <input> TestComponent2.image </input>
46 <output> TestComponent3.image </output>
47 <type> direct </type>
48
49 </connection>
50</connections>
51-->
52
53<!--
54 <TestComponent1 type="TestComponent1"/>
55 <TestComponent2 type="TestComponent2"/>
56-->
57
Note: See TracBrowser for help on using the repository browser.