ddl/test/mapping/files/nok40.map

31 lines
1.2 KiB
Text
Raw Normal View History

2019-12-12 14:41:47 +01:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- <to> attribute 'GS' for <conversion> in <transformation> 'table1' should be a element of 'tFEP_Driver_GearSelection' <enumeration>-->
<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>
<sources>
<source name="Light" type="tFEP_Driver_LightControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="ui32VehicleId" constant="1" />
</target>
</targets>
<transformations>
<enum_table name="table1" from="tFEP_Driver_WiperState" to="tFEP_Driver_GearSelection" default="GS_1" >
<conversion from="WS_Off" to="GS_1"/>
<conversion from="WS_Auto" to="GS_2"/>
<conversion from="WS_Interval" to="GS_3"/>
<conversion from="WS_OnStandard" to="GS_4"/>
<conversion from="WS_OnFast" to="GS"/>
</enum_table>
</transformations>
</mapping>