initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
31
test/mapping/files/nok40.map
Normal file
31
test/mapping/files/nok40.map
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue