source: tmcsimulator/trunk/config/testConfig/dvdplayers.xml @ 32

Revision 32, 1.7 KB checked in by bokumura, 10 years ago (diff)

Initial Commit of testConfig directory. Contains all test configuration files

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<DVD_PLAYERS>
3     <DVD_PLAYER type="PioneerV5000" host="192.168.251.9" port="3001">
4        <CCTV id="24" dir="S"/>
5        <INCIDENT log_num="187" title="4"/>
6        <RANGE min_speed="0" max_speed="20" title="3"/>
7        <RANGE min_speed="20" max_speed="35" title="2"/>
8        <RANGE min_speed="35" max_speed="1000" title="1"/>
9     </DVD_PLAYER>
10     <DVD_PLAYER type="PioneerV5000" host="192.168.251.9" port="3002">
11        <CCTV id="97" dir="N"/>
12        <INCIDENT log_num="188" title="4"/>
13        <RANGE min_speed="0" max_speed="20" title="3"/>
14        <RANGE min_speed="20" max_speed="35" title="2"/>
15        <RANGE min_speed="35" max_speed="1000" title="1"/>
16     </DVD_PLAYER>
17     <DVD_PLAYER type="PioneerV5000" host="192.168.251.9" port="3003">
18        <CCTV id="28" dir="S"/>
19        <INCIDENT log_num="189" title="4"/>
20        <RANGE min_speed="0" max_speed="20" title="3"/>
21        <RANGE min_speed="20" max_speed="35" title="2"/>
22        <RANGE min_speed="35" max_speed="1000" title="1"/>
23     </DVD_PLAYER>
24     <DVD_PLAYER type="PioneerV5000" host="192.168.251.9" port="3004">
25        <CCTV id="16" dir="S"/>
26        <INCIDENT log_num="190" title="4"/>
27        <RANGE min_speed="0" max_speed="20" title="3"/>
28        <RANGE min_speed="20" max_speed="35" title="2"/>
29        <RANGE min_speed="35" max_speed="1000" title="1"/>
30     </DVD_PLAYER>
31     <DVD_PLAYER type="PioneerV5000" host="192.168.251.9" port="3005">
32        <CCTV id="171" dir="S"/>
33        <INCIDENT log_num="191" title="4"/>
34        <RANGE min_speed="0" max_speed="20" title="3"/>
35        <RANGE min_speed="20" max_speed="35" title="2"/>
36        <RANGE min_speed="35" max_speed="1000" title="1"/>
37     </DVD_PLAYER>
38</DVD_PLAYERS>
Note: See TracBrowser for help on using the repository browser.