source: pacpusframework/branches/2.0-beta1/examples/ProducerConsumerExample/ProducerConsumerExample.xml@ 163

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

Added: test component from PacpusCityVIP.
Added: PACPUS_BUILD_EXAMPLES variable.

File size: 605 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 <!-- FIXME: change into plugins -->
13 <parameters prefix="" postfix="_d" extension="dll">
14 <plugin lib="ProducerConsumerExample" />
15 <plugin lib="ShMem" />
16 </parameters>
17</pacpus>
Note: See TracBrowser for help on using the repository browser.