Files
JIMRI/xml/decoders/leb/choix-BinLin.xml
T
2026-06-17 14:00:51 +02:00

60 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2009, 2010, 2014 All rights reserved -->
<!-- $Id$ -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
<!-- the terms of version 2 of the GNU General Public License as published -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
<!-- of this license. -->
<!-- -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
<!-- for more details. -->
<enumChoiceGroup xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
<copyright xmlns="http://docbook.org/ns/docbook">
<year>2014</year>
<holder>JMRI</holder>
</copyright>
<authorgroup xmlns="http://docbook.org/ns/docbook">
<author>
<personname>
<firstname>JF</firstname>
<surname>Leb</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>1</revnumber>
<date>2019-05-16</date>
<authorinitials>ALM</authorinitials>
<revremark>Initial creation</revremark>
</revision>
</revhistory>
<!-- Specific for Leb signal decoder -->
<!-- Switching modes common to Leb decoders -->
<enumChoice choice="[0]" value="0">
<choice> [0] Binaire 32 etats Max</choice>
</enumChoice>
<enumChoice choice="[1]" value="128">
<choice> [1] Binaire LED</choice>
</enumChoice>
<enumChoice choice="[2]" value="143">
<choice> [2] Lineaire LED</choice>
</enumChoice>
<enumChoice choice="[3]" value="1">
<choice> [3] Lin 10 etats Max </choice>
</enumChoice>
<enumChoice choice="[4]" value="3">
<choice> [4] Lin 12 etats Max 4 (ID OP)</choice>
</enumChoice>
<enumChoice choice="[5]" value="7">
<choice> [5] Lin 14 etats Max 2 (ID OP)</choice>
</enumChoice>
<enumChoice choice="[6]" value="15">
<choice> [6] Lin 16 etats Max 0 (ID OP)</choice>
</enumChoice>
</enumChoiceGroup>