source: pacpusframework/trunk/examples/ProducerConsumerExample/XML/ProducerConsumerExample_d.xml@ 183

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

Added: XML files for ProducerConsumerExample.

File size: 623 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" verbosity-level="2" output-path="output-consumer.txt" />
6 </components>
7
8 <connections>
9 <connection output="producer.image" input="consumer.image" type="direct" priority="0" />
10 </connections>
11
12 <plugins prefix="" postfix="_d" 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.