19 lines
831 B
XML
19 lines
831 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<!-- Trying to merge conflicting transformation definition for 'table1' -->
|
|
<mapping>
|
|
<header>
|
|
<language_version>1.00</language_version>
|
|
<author>ASAP</author>
|
|
<date_creation>2016-Mar-22</date_creation>
|
|
<date_change>2016-Mar-22</date_change>
|
|
<description>Mapping description generated by SiMaEditor</description>
|
|
</header>
|
|
<transformations>
|
|
<enum_table name="table1" from="tFEP_Driver_WiperState" to="tFEP_Driver_GearSelection" default="GS_N" >
|
|
<conversion from="WS_Off" to="GS_3"/>
|
|
<conversion from="WS_Auto" to="GS_1"/>
|
|
<conversion from="WS_Interval" to="GS_3"/>
|
|
<conversion from="WS_OnStandard" to="GS_4"/>
|
|
</enum_table>
|
|
</transformations>
|
|
</mapping>
|