Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <pacpus>
|
---|
3 | <components>
|
---|
4 | <component name="A" type="VectorAdditionComponent" valueToAdd="12" initiateCommunication="false" vectorSize="5"/>
|
---|
5 | <component name="B" type="VectorAdditionComponent" valueToAdd="85.56" initiateCommunication="true" vectorSize="5"/>
|
---|
6 | </components>
|
---|
7 | <connections>
|
---|
8 | <connection output="B.valueOut" input="A.valueIn" type="direct" priority="0" />
|
---|
9 | <connection output="A.valueOut" input="B.valueIn" type="direct" priority="0" />
|
---|
10 | </connections>
|
---|
11 | <plugins prefix="" postfix="" extension="so">
|
---|
12 | <plugin lib="PluginExercise2" />
|
---|
13 | </plugins>
|
---|
14 | </pacpus>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.