source: pacpusframework/branches/2.0-beta1/src/TestComponents/test/xml/Cled_test.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: 576 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3
4 <components>
5
6 <cled type="CledComponent"/>
7
8 </components>
9
10 <alasca type="AlascaComponent" alascaIP="192.168.1.10" alascaPort="12000" recording="0"/>
11 <gui type="CledComponent"/>
12 <camera type="Camera1394" node="0" format="0" mode="3" framerate="2" recording="false" recordFormat="ppm" reverseImage="false" display="false" zoom="64"/>
13 <connection type="ConnectionComponent"/>
14
15 <parameters>
16 <plugins list="../lib/libLidar.so|../lib/libVideo.so|../lib/libCLED.so" />
17 </parameters>
18</pacpus>
Note: See TracBrowser for help on using the repository browser.