source: pacpusframework/trunk/examples/ProducerConsumerExample/ProducerConsumerExample.xml@ 181

Last change on this file since 181 was 165, checked in by Marek Kurdej, 11 years ago

Major: changed plugins section name to plugings. Parameters section will be used for something else.

File size: 567 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4 <component name="producer" type="ProducerExample" ui="0" verbose="1" />
5 <component name="consumer" type="ConsumerExample" ui="0" verbose="1" />
6 </components>
7
8 <connections>
9 <connection output="producer.image" input="consumer.image" type="direct" priority="0" />
10 </connections>
11
12 <plugins prefix="" postfix="" extension="dll">
13 <plugin lib="ProducerConsumerExample" />
14 </plugins>
15
16 <parameters>
17 </parameters>
18</pacpus>
Note: See TracBrowser for help on using the repository browser.