source: pacpussensors/trunk/StdDbtPlayerComponents/DbtPlayer.xml

Last change on this file was 101, checked in by DHERBOMEZ Gérald, 9 years ago

add xml example

File size: 725 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <plugins prefix="lib" postfix="" extension="so">
4 <plugin lib="StdDbtPlayerComponents" />
5 </plugins>
6
7 <components>
8 <component name="dbiteUserInterface" type="DbtPlyUserInterface" />
9 <component name="dbiteTrigger" type="DbtPlyTrigger" />
10 <component name="dbiteEngine" type="DbtPlyEngine" datadir="/path/to/data" replay_mode="1" />
11
12 <component name="gps_gga" type="DbtPlyGgaManager" ui="1" dbt="gps_gga.dbt" verbose="1" />
13
14 </components>
15
16 <connections>
17 <connection output="gps_gga.position" input="mon_algo.position" type="direct" priority="0" />
18</connections>
19
20
21 <parameters>
22 </parameters>
23
24</pacpus>
Note: See TracBrowser for help on using the repository browser.