initial commit for github

This commit is contained in:
Pierre 2019-12-12 14:41:47 +01:00
commit 60968612de
370 changed files with 68427 additions and 0 deletions

View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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>
<ddl>../description/base.description;../description/all_types.description</ddl>
</header>
<sources>
<source name="Light" type="tFEP_Driver_LightControl" />
<source name="Wiper" type="tFEP_Driver_WiperControl" />
<source name="AALA" type="tFEP_Driver_AalaControl" />
<source name="Additional" type="tFEP_Driver_AdditionalControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="f64SimTime" constant="42" />
<assignment to="sAalaControl" from="AALA" />
<assignment to="sWiperControl" from="Wiper" />
<assignment to="ui8Spare1[0]" from="Light.ui8Spare1[3]" />
<assignment to="ui8Spare1[1]" from="Light.ui8Spare1[2]" />
<assignment to="ui8Spare1[2]" from="Light.ui8Spare1[1]" />
<assignment to="ui8Spare1[3]" from="Light.ui8Spare1[0]" />
<assignment to="ui32ValidityMask" from="Additional.ui32ValidityMask" transformation="polynom2" />
<assignment to="sLightControl.eLightState" from="Light.eLightState" />
<assignment to="ui32VehicleId" function="simulation_time()" />
<assignment to="sLongitudinal.f32ThrottlePedal" function="trigger_counter(10)" />
<assignment to="sLightControl.bIndicatorLeft" function="received(Light)" />
<assignment to="eGear" from="Wiper.eFrontState" transformation="table1" />
<trigger type="periodic" period="10" unit="ms"/>
<trigger type="signal" variable="Light"/>
<trigger type="data" variable="Light.ui8Spare1[3]" operator="less_than" value="2"/>
</target>
</targets>
<transformations>
<polynomial name="polynom1" a="1" b="1.7" c="2.0" d="1.1" />
<polynomial name="polynom2" a="2" b="1" />
<enum_table name="table1" from="tFEP_Driver_WiperState" to="tFEP_Driver_GearSelection" default="GS_N" >
<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_1"/>
</enum_table>
</transformations>
</mapping>

View file

@ -0,0 +1,591 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<adtf:ddl xmlns:adtf="adtf">
<header>
<language_version>3.00</language_version>
<author>TCLAKEW</author>
<date_creation>11.03.2016</date_creation>
<date_change>11.03.2016</date_change>
<description>ADTF generated</description>
</header>
<units>
<baseunit description="Unit from Ascet" name="percent" symbol="%" />
<baseunit description="Unit from Ascet" name="-" symbol="-" />
<baseunit description="Fundamental unit for electric current" name="Ampere" symbol="A" />
<baseunit description="Fundamental unit for luminous intensity" name="Candela" symbol="cd" />
<baseunit description="Non-SI standard unit for angle" name="Degree" symbol="deg" />
<baseunit description="Fundamental unit for thermodynamic temperature" name="Kelvin" symbol="K" />
<baseunit description="Fundamental unit for mass" name="Kilogram" symbol="kg" />
<baseunit description="Fundamental unit for length" name="Metre" symbol="m" />
<baseunit description="Fundamental unit for amount of substance" name="Mole" symbol="mol" />
<baseunit description="Non-SI standard unit for angle" name="Radiant" symbol="rad" />
<baseunit description="Fundamental unit for time" name="Second" symbol="s" />
<baseunit description="No SI, but needed for own unit definitions" name="Unitless" symbol="" />
<baseunit description="Unit from Ascet" name="km/h" symbol="km/h" />
<baseunit description="Unit from Ascet" name="m" symbol="m" />
<baseunit description="Unit from Ascet" name="m/s" symbol="m/s" />
<baseunit description="Unit from Ascet" name="m/s2" symbol="m/s2" />
<baseunit description="No SI, but needed for no unit definitions" name="nou" symbol="" />
<baseunit description="Unit from Ascet" name="degrees" symbol="°" />
<prefixes name="atto" power="-18" symbol="a" />
<prefixes name="centi" power="-2" symbol="c" />
<prefixes name="deca" power="1" symbol="da" />
<prefixes name="deci" power="-1" symbol="d" />
<prefixes name="exa" power="18" symbol="E" />
<prefixes name="femto" power="-15" symbol="f" />
<prefixes name="giga" power="9" symbol="G" />
<prefixes name="hecto" power="2" symbol="h" />
<prefixes name="kilo" power="3" symbol="k" />
<prefixes name="mega" power="6" symbol="M" />
<prefixes name="micro" power="-6" symbol="u" />
<prefixes name="milli" power="-3" symbol="m" />
<prefixes name="nano" power="-9" symbol="n" />
<prefixes name="peta" power="15" symbol="P" />
<prefixes name="pico" power="-12" symbol="p" />
<prefixes name="tera" power="12" symbol="T" />
<prefixes name="yocto" power="-24" symbol="y" />
<prefixes name="yotta" power="24" symbol="Y" />
<prefixes name="zepto" power="-21" symbol="z" />
<prefixes name="zetta" power="21" symbol="Z" />
</units>
<datatypes>
<datatype description="predefined ADTF tBool datatype" max="tTrue" min="tFalse" name="tBool" size="8" />
<datatype description="predefined ADTF tChar datatype" max="127" min="-128" name="tChar" size="8" />
<datatype description="predefined ADTF tFloat32 datatype" max="3.402823e+38" min="-3.402823e+38" name="tFloat32" size="32" />
<datatype description="predefined ADTF tFloat64 datatype" max="1.797693e+308" min="-1.797693e+308" name="tFloat64" size="64" />
<datatype description="predefined ADTF tInt16 datatype" max="32767" min="-32768" name="tInt16" size="16" />
<datatype description="predefined ADTF tInt32 datatype" max="2147483647" min="-2147483648" name="tInt32" size="32" />
<datatype description="predefined ADTF tInt64 datatype" max="9223372036854775807" min="-9223372036854775808" name="tInt64" size="64" />
<datatype description="predefined ADTF tInt8 datatype" max="127" min="-128" name="tInt8" size="8" />
<datatype description="predefined ADTF tUInt16 datatype" max="65535" min="0" name="tUInt16" size="16" />
<datatype description="predefined ADTF tUInt32 datatype" max="4294967295" min="0" name="tUInt32" size="32" />
<datatype description="predefined ADTF tUInt64 datatype" max="18446744073709551615" min="0" name="tUInt64" size="64" />
<datatype description="predefined ADTF tUInt8 datatype" max="255" min="0" name="tUInt8" size="8" />
</datatypes>
<enums>
<enum name="tPixelFormat" type="tInt16">
<element name="PF_16BIT" value="20" />
<element name="PF_24BIT" value="40" />
<element name="PF_32BIT" value="50" />
<element name="PF_8BIT" value="10" />
<element name="PF_ABGR_4444" value="29" />
<element name="PF_ABGR_8888" value="52" />
<element name="PF_ARGB_8888" value="51" />
<element name="PF_BGRA_8888" value="54" />
<element name="PF_BGR_555" value="34" />
<element name="PF_BGR_565" value="35" />
<element name="PF_BGR_888" value="46" />
<element name="PF_CUSTOM" value="1000" />
<element name="PF_GREYSCALE_10" value="21" />
<element name="PF_GREYSCALE_12" value="22" />
<element name="PF_GREYSCALE_14" value="23" />
<element name="PF_GREYSCALE_16" value="24" />
<element name="PF_GREYSCALE_18" value="41" />
<element name="PF_GREYSCALE_20" value="42" />
<element name="PF_GREYSCALE_22" value="43" />
<element name="PF_GREYSCALE_24" value="44" />
<element name="PF_GREYSCALE_32" value="55" />
<element name="PF_GREYSCALE_8" value="11" />
<element name="PF_GREYSCALE_FLOAT32" value="56" />
<element name="PF_RGBA_4444" value="28" />
<element name="PF_RGBA_8888" value="53" />
<element name="PF_RGB_444" value="25" />
<element name="PF_RGB_555" value="26" />
<element name="PF_RGB_565" value="27" />
<element name="PF_RGB_8" value="12" />
<element name="PF_RGB_888" value="45" />
<element name="PF_RIII_10" value="30" />
<element name="PF_RIII_12" value="31" />
<element name="PF_RIII_14" value="32" />
<element name="PF_RIII_16" value="33" />
<element name="PF_UNKNOWN" value="0" />
<element name="PF_YUV420P_888" value="60" />
</enum>
</enums>
<structs>
<struct alignment="1" name="Float64Struct" version="0">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f64Value" type="tFloat64" />
</struct>
<struct alignment="1" name="Player_out" version="0">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="ACC_aFolCtl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="ACC_bBli_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="ACC_bFail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="24" name="ACC_bNotAvl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="32" name="ACC_dstObj_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="40" name="ACC_vRelObj_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="48" name="AccP_r_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="56" name="Brk_r_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="64" name="Brk_st_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="72" name="CnvCl_stMod_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="80" name="CordFreWhlAx_stPhdFreWhl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="88" name="Veh_v_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="96" name="Disp_vVeh_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="104" name="DrvModSwt_noModReq_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="112" name="ESS_bIgOn_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="120" name="EStoLgCns_pwrIntlWorkAry_C_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="128" name="EStoLgSdl_stCalcEna_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="136" name="ElSys_bPwf_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="144" name="Eng_agPwrStg_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="152" name="Eng_bCluOp_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="160" name="Eng_bCodStrtStop_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="168" name="Eng_n_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="176" name="Eng_rAcePed_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="184" name="Eng_v_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="192" name="GearBx_stFreWhl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="200" name="GlbDa_tiDay_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="208" name="GlbDa_tiHour_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="216" name="GlbDa_tiMonth_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="224" name="GlbDa_tiYear_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="232" name="ImgPrc_bBli_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="240" name="ImgPrc_bFail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="248" name="ImgPrc_bNotAvl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="256" name="ImgPrc_dstObj_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="264" name="ImgPrc_fac_tiObjCrash_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="272" name="ImgPrc_stObj_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="280" name="Mmi_bPredDrvAceped_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="288" name="Mmi_bPredDrvAcv_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="296" name="Mmi_bSail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="304" name="PDCtl_noFid_bNeutFolCtl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="312" name="PDEnvObj_noFid_bNeutFolCtl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="320" name="PDEnvObj_noFid_stAccObj1_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="328" name="PDEnvObj_noFid_stImgObj1_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="336" name="PDMod_noFid_bFailUsrIfPed_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="344" name="PDMod_noFid_bFailUsrIfSys_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="352" name="PDMod_noFid_bIniUsrIfPed_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="360" name="PDMod_noFid_bIniUsrIfSail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="368" name="PDMod_noFid_bIniUsrIfSys_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="376" name="PDMod_noFid_stComAcc_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="384" name="PDMod_noFid_stComReObj_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="392" name="PtTqLoss_tqWhlOverRun_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="400" name="Pt_nClu_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="408" name="Pt_nWhlAx1_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="416" name="Pt_r_tqWhlEng_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="424" name="Pt_tqWhl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="432" name="RearObjDet_bBli_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="440" name="RearObjDet_bFail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="448" name="RearObjDet_bNotAvl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="456" name="RearObjDet_posnXObj03_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="464" name="RearObjDet_vRelObj03_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="472" name="StrtStopSwt_bSwtOut_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="480" name="Tra_noGear_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="488" name="TrfcSignDet_noClasLim_vAct_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="496" name="VLCAvl_stFailCanMsgSum_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="504" name="VLCAvl_stFailSigSum_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="512" name="VLCAvl_stPt_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="520" name="VLCAvl_stQlySigSum_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="528" name="VLCSt_bAcv_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="536" name="VLCTra_vOfsSailMin_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="544" name="VLCTra_vOfsSail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="552" name="VLCTra_vSailMax_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="560" name="VLCTra_vSailMin_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="568" name="VLCVehA_aFilRstn_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="576" name="VLCVehA_aLgt_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="584" name="VLCVehA_aTrvAdp_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="592" name="VLCVehA_aTrv_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="600" name="VLCVehA_aVeh_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="608" name="VLCVehA_rdWhl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="616" name="VLCVehA_vVeh_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="624" name="VarCod_bApffPres_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="632" name="VarCod_bGearBxTypAt_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="640" name="VarCod_bLaneChgAsiPres_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="648" name="VarCod_bPredDrvPres_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="656" name="VarCod_stCrCtlTyp_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="664" name="VehFRstn_agRoadPreCtl_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="672" name="VehFRstn_bFailQly_aLgt_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="680" name="VehFRstn_bTrail_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="688" name="VehFRstn_facDrvDir_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="696" name="VehMEstim_mEstim_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="704" name="Veh_agRoad_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="712" name="Veh_bDirIdcLe_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="720" name="Veh_bDirIdcRi_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="728" name="Veh_bQly_agRoad_VW" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="736" name="Veh_stSig_rSlopRoadCan_VW" type="tFloat64" />
<element alignment="1" arraysize="14" byteorder="LE" bytepos="744" name="CordStrtStop_stStopPhd_VW" type="tFloat64" />
</struct>
<struct alignment="1" name="StructIn_Modulverbund_100ms" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" max="3.40282e+38" min="1.17549e-38" name="ACC_aFolCtl_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" max="255" min="0" name="ACC_bBli_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="5" max="255" min="0" name="ACC_bFail_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="6" max="255" min="0" name="ACC_bNotAvl_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="7" max="3.40282e+38" min="1.17549e-38" name="ACC_dstObj_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="11" max="3.40282e+38" min="1.17549e-38" name="ACC_vRelObj_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="15" max="4.29497e+09" min="0" name="Brk_st_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="19" max="255" min="0" name="Clu0St_bOp_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="20" max="4.29497e+09" min="0" name="CnvCl_stMod_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="24" max="4.29497e+09" min="0" name="CordFreWhlAx_stPhdFreWhl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="28" max="3.40282e+38" min="1.17549e-38" name="Disp_vVeh_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="32" max="4.29497e+09" min="0" name="DrvDemDrg_stDrvProg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="36" max="3.40282e+38" min="1.17549e-38" name="DrvDemDrg_tqWhl_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="40" max="3.40282e+38" min="1.17549e-38" name="DrvDemDrg_tqWhlFbDrvAsi_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="44" max="4.29497e+09" min="0" name="DrvModSwt_noModReq_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="48" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav4Fail_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="52" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav5Fail_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="56" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav6Fail_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="60" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav6Mux0_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="64" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav6Mux1_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="68" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav6Mux2_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="72" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav6Mux3_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="76" max="4.29497e+09" min="0" name="EhrRcnSho_noFid_bNav6Mux4_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="80" max="3.40282e+38" min="1.17549e-38" name="Eng_agPwrStg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="84" max="255" min="0" name="Eng_bCluOp_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="85" max="255" min="0" name="Eng_bCodStrtStop_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="86" max="255" min="0" name="Eng_bPuFuCutOff_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="87" max="255" min="0" name="Eng_bQly_bCluOp_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="88" max="255" min="0" name="Eng_bQly_pAmb_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="89" max="3.40282e+38" min="1.17549e-38" name="Eng_n_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="93" max="3.40282e+38" min="1.17549e-38" name="Eng_rAcePed_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="97" max="3.40282e+38" min="1.17549e-38" name="Eng_tEnv_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="101" max="3.40282e+38" min="1.17549e-38" name="Eng_v_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="105" max="255" min="0" name="ErrMem_bFidRdy_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="106" max="255" min="0" name="ESS_bIgOn_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="107" max="4.29497e+09" min="0" name="GearBx_stFreWhl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="111" max="3.40282e+38" min="1.17549e-38" name="GlbDa_pAmbUnFil_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="115" max="4.29497e+09" min="0" name="GlbDa_tiDay_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="119" max="4.29497e+09" min="0" name="GlbDa_tiHour_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="123" max="4.29497e+09" min="0" name="GlbDa_tiMonth_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="127" max="4.29497e+09" min="0" name="GlbDa_tiYear_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="131" max="255" min="0" name="ImgPrc_bBli_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="132" max="255" min="0" name="ImgPrc_bFail_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="133" max="255" min="0" name="ImgPrc_bNotAvl_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="134" max="3.40282e+38" min="1.17549e-38" name="ImgPrc_dstObj_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="138" max="3.40282e+38" min="1.17549e-38" name="ImgPrc_fac_tiObjCrash_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="142" max="3.40282e+38" min="1.17549e-38" name="ImgPrc_stObj_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="146" max="255" min="0" name="Mmi_bPredDrvAceped_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="147" max="255" min="0" name="Mmi_bPredDrvAcv_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="148" max="255" min="0" name="Mmi_bSail_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="149" max="3.40282e+38" min="1.17549e-38" name="Nav_agBrchGeoSeg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="153" max="3.40282e+38" min="1.17549e-38" name="Nav_agDir_posnAbsSeg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="157" max="3.40282e+38" min="1.17549e-38" name="Nav_agLati_posnAbsSeg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="161" max="3.40282e+38" min="1.17549e-38" name="Nav_agLongi_posnAbsSeg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="165" max="255" min="0" name="Nav_bBldUpAttrSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="166" max="255" min="0" name="Nav_bClr_posnVeh_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="167" max="255" min="0" name="Nav_bDatQlyHiGeoSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="168" max="255" min="0" name="Nav_bLatiNeg_posnAbsSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="169" max="255" min="0" name="Nav_bLeBrchGeoSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="170" max="255" min="0" name="Nav_bLhdAttrSys_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="171" max="255" min="0" name="Nav_bLongiNeg_posnAbsSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="172" max="255" min="0" name="Nav_bMostProbPthAttrSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="173" max="255" min="0" name="Nav_bNavAcvAttrSys_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="174" max="255" min="0" name="Nav_bNegCrvBegGeoSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="175" max="255" min="0" name="Nav_bNegCrvEndGeoSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="176" max="255" min="0" name="Nav_bSpdlAttrSys_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="177" max="255" min="0" name="Nav_bStghtPthAttrSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="178" max="255" min="0" name="Nav_bTraCmplAttrOfs12_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="179" max="255" min="0" name="Nav_bTraCmplAttrOfs345_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="180" max="255" min="0" name="Nav_bTraCmplAttrSlop12_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="181" max="255" min="0" name="Nav_bTraCmplAttrSlop3_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="182" max="255" min="0" name="Nav_bTraCmplAttrSpdl_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="183" max="255" min="0" name="Nav_bTraCmplGeoSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="184" max="255" min="0" name="Nav_bUpAttrSlop1_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="185" max="255" min="0" name="Nav_bUpAttrSlop2_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="186" max="255" min="0" name="Nav_bUpAttrSlop3_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="187" max="4.29497e+09" min="0" name="Nav_facCrvBegGeoSeg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="191" max="3.40282e+38" min="1.17549e-38" name="Nav_facCrvEndGeoSeg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="195" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrOfs1_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="199" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrOfs2_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="203" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrOfs3_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="207" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrOfs4_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="211" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrOfs5_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="215" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrSlop1_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="219" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrSlop2_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="223" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrSlop3_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="227" max="3.40282e+38" min="1.17549e-38" name="Nav_lOfsAttrSpdl_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="231" max="3.40282e+38" min="1.17549e-38" name="Nav_lResi_posnVeh_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="235" max="3.40282e+38" min="1.17549e-38" name="Nav_lSegGeoSeg_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="239" max="4.29497e+09" min="0" name="Nav_noClasAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="243" max="4.29497e+09" min="0" name="Nav_noDayBegAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="247" max="4.29497e+09" min="0" name="Nav_noDayEndAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="251" max="4.29497e+09" min="0" name="Nav_noGeoQlyAttrSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="255" max="4.29497e+09" min="0" name="Nav_noHourBegAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="259" max="4.29497e+09" min="0" name="Nav_noHourEndAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="263" max="4.29497e+09" min="0" name="Nav_noIdAttrOfs1_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="267" max="4.29497e+09" min="0" name="Nav_noIdAttrOfs2_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="271" max="4.29497e+09" min="0" name="Nav_noIdAttrOfs3_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="275" max="4.29497e+09" min="0" name="Nav_noIdAttrOfs4_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="279" max="4.29497e+09" min="0" name="Nav_noIdAttrOfs5_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="283" max="4.29497e+09" min="0" name="Nav_noLaneAttrSeg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="287" max="4.29497e+09" min="0" name="Nav_noLaneAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="291" max="4.29497e+09" min="0" name="Nav_noLglAddOnAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="295" max="4.29497e+09" min="0" name="Nav_noLglClasAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="299" max="4.29497e+09" min="0" name="Nav_noLgtFail_posnVeh_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="303" max="4.29497e+09" min="0" name="Nav_noMapAgeAttrSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="307" max="4.29497e+09" min="0" name="Nav_noMapMtchQlyAttrSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="311" max="4.29497e+09" min="0" name="Nav_noNtnCodAttrSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="315" max="4.29497e+09" min="0" name="Nav_noRampCatAttrSeg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="319" max="4.29497e+09" min="0" name="Nav_noRoadClasAttrSeg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="323" max="4.29497e+09" min="0" name="Nav_noSegId_posnVeh_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="327" max="4.29497e+09" min="0" name="Nav_noSegIdAttrOfs12_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="331" max="4.29497e+09" min="0" name="Nav_noSegIdAttrOfs345_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="335" max="4.29497e+09" min="0" name="Nav_noSegIdAttrSlop12_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="339" max="4.29497e+09" min="0" name="Nav_noSegIdAttrSlop3_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="343" max="4.29497e+09" min="0" name="Nav_noSegIdAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="347" max="4.29497e+09" min="0" name="Nav_noSegIdAttrSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="351" max="4.29497e+09" min="0" name="Nav_noSegIdGeoSeg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="355" max="4.29497e+09" min="0" name="Nav_noSegPrevIdGeoSeg_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="359" max="4.29497e+09" min="0" name="Nav_noStaCodAttrSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="363" max="4.29497e+09" min="0" name="Nav_noTrailClasAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="367" max="4.29497e+09" min="0" name="Nav_noTypAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="371" max="4.29497e+09" min="0" name="Nav_noValAttrOfs1_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="375" max="4.29497e+09" min="0" name="Nav_noValAttrOfs2_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="379" max="4.29497e+09" min="0" name="Nav_noValAttrOfs3_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="383" max="4.29497e+09" min="0" name="Nav_noValAttrOfs4_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="387" max="4.29497e+09" min="0" name="Nav_noValAttrOfs5_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="391" max="4.29497e+09" min="0" name="Nav_noWthrClasAttrSpdl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="395" max="3.40282e+38" min="1.17549e-38" name="Nav_rSlopAttrSlop1_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="399" max="3.40282e+38" min="1.17549e-38" name="Nav_rSlopAttrSlop2_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="403" max="3.40282e+38" min="1.17549e-38" name="Nav_rSlopAttrSlop3_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="407" max="4.29497e+09" min="0" name="Nav_stTrfcSignSrc_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="411" max="3.40282e+38" min="1.17549e-38" name="Nav_tiInh_posnVeh_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="415" max="4.29497e+09" min="0" name="PDCtl_noFid_bNeutFolCtl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="419" max="4.29497e+09" min="0" name="PDEnvObj_noFid_bNeutFolCtl_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="423" max="4.29497e+09" min="0" name="PDEnvObj_noFid_stAccObj1_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="427" max="4.29497e+09" min="0" name="PDEnvObj_noFid_stImgObj1_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="431" max="4.29497e+09" min="0" name="PDMod_noFid_bFailUsrIfPed_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="435" max="4.29497e+09" min="0" name="PDMod_noFid_bFailUsrIfSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="439" max="4.29497e+09" min="0" name="PDMod_noFid_bIniUsrIfPed_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="443" max="4.29497e+09" min="0" name="PDMod_noFid_bIniUsrIfSail_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="447" max="4.29497e+09" min="0" name="PDMod_noFid_bIniUsrIfSys_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="451" max="4.29497e+09" min="0" name="PDMod_noFid_stComAcc_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="455" max="4.29497e+09" min="0" name="PDMod_noFid_stComReObj_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="459" max="3.40282e+38" min="1.17549e-38" name="Pt_nClu_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="463" max="3.40282e+38" min="1.17549e-38" name="Pt_r_tqWhlEng_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="467" max="3.40282e+38" min="1.17549e-38" name="PtTqLoss_tqWhlOverRun_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="471" max="255" min="0" name="RearObjDet_bBli_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="472" max="255" min="0" name="RearObjDet_bFail_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="473" max="255" min="0" name="RearObjDet_bNotAvl_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="474" max="3.40282e+38" min="1.17549e-38" name="RearObjDet_posnXObj03_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="478" max="3.40282e+38" min="1.17549e-38" name="RearObjDet_vRelObj03_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="482" max="255" min="0" name="StrtStopSwt_bSwtOut_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="483" max="3.40282e+38" min="1.17549e-38" name="Tra_noGear_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="487" max="255" min="0" name="TrfcSignDet_bRoadWork_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="488" max="255" min="0" name="TrfcSignDet_bSrcImgPrc_vSpdlPrim_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="489" max="255" min="0" name="TrfcSignDet_bSrcImgPrc_vSpdlScnd_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="490" max="255" min="0" name="TrfcSignDet_bSrcImgPrc2_vSpdlPrim_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="491" max="255" min="0" name="TrfcSignDet_bSrcImgPrc2_vSpdlScnd_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="492" max="255" min="0" name="TrfcSignDet_bSrcLgl_vSpdlPrim_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="493" max="255" min="0" name="TrfcSignDet_bSrcLgl_vSpdlScnd_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="494" max="255" min="0" name="TrfcSignDet_bSrcMap_vSpdlPrim_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="495" max="255" min="0" name="TrfcSignDet_bSrcMap_vSpdlScnd_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="496" max="4.29497e+09" min="0" name="TrfcSignDet_noClasLim_vAct_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="500" max="4.29497e+09" min="0" name="TrfcSignDet_st_vSpdlPrim_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="504" max="4.29497e+09" min="0" name="TrfcSignDet_st_vSpdlScnd_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="508" max="4.29497e+09" min="0" name="TrfcSignDet_stSignAdd_vSpdlPrim_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="512" max="4.29497e+09" min="0" name="TrfcSignDet_stSignAdd_vSpdlScnd_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="516" max="255" min="0" name="VarCod_bApffPres_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="517" max="255" min="0" name="VarCod_bGearBxTypAt_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="518" max="255" min="0" name="VarCod_bLaneChgAsiPres_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="519" max="255" min="0" name="VarCod_bPredDrvPres_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="520" max="4.29497e+09" min="0" name="VarCod_stCrCtlTyp_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="524" max="3.40282e+38" min="1.17549e-38" name="Veh_agRoad_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="528" max="255" min="0" name="Veh_bDirIdcLe_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="529" max="255" min="0" name="Veh_bDirIdcRi_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="530" max="255" min="0" name="Veh_bQly_agRoad_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="531" max="4.29497e+09" min="0" name="Veh_stSig_rSlopRoadCan_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="535" max="3.40282e+38" min="1.17549e-38" name="Veh_v_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="539" max="3.40282e+38" min="1.17549e-38" name="VehFRstn_agRoadPreCtl_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="543" max="255" min="0" name="VehFRstn_bFailQly_aLgt_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="544" max="255" min="0" name="VehFRstn_bPtOp_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="545" max="255" min="0" name="VehFRstn_bTrail_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="546" max="3.40282e+38" min="1.17549e-38" name="VehFRstn_facDrvDir_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="550" max="255" min="0" name="VehMEstim_bQly_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="551" max="3.40282e+38" min="1.17549e-38" name="VehMEstim_mEstim_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="555" max="4.29497e+09" min="0" name="VLCAvl_stBrkIntv_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="559" max="4.29497e+09" min="0" name="VLCAvl_stFailCanMsgSum_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="563" max="4.29497e+09" min="0" name="VLCAvl_stFailSigSum_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="567" max="4.29497e+09" min="0" name="VLCAvl_stPt_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="571" max="4.29497e+09" min="0" name="VLCAvl_stQlySigSum_VW" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="575" max="255" min="0" name="VLCSt_bAcv_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="576" max="3.40282e+38" min="1.17549e-38" name="VLCTra_vOfsSail_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="580" max="3.40282e+38" min="1.17549e-38" name="VLCTra_vOfsSailMin_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="584" max="3.40282e+38" min="1.17549e-38" name="VLCTra_vSailMax_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="588" max="3.40282e+38" min="1.17549e-38" name="VLCTra_vSailMin_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="592" max="3.40282e+38" min="1.17549e-38" name="VLCVehA_aFilRstn_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="596" max="3.40282e+38" min="1.17549e-38" name="VLCVehA_aLgt_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="600" max="3.40282e+38" min="1.17549e-38" name="VLCVehA_aTrv_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="604" max="3.40282e+38" min="1.17549e-38" name="VLCVehA_aVeh_VW" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="608" max="3.40282e+38" min="1.17549e-38" name="VLCVehA_rdWhl_VW" type="tFloat32" />
<element alignment="1" arraysize="14" byteorder="LE" bytepos="612" max="4.29497e+09" min="0" name="CordStrtStop_stStopPhd_VW" type="tUInt32" />
</struct>
<struct alignment="1" name="StructOut_Modulverbund_100ms" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" comment="latitude of segment origin in WGS84 (world geodetic system)" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_agLati_posnAbsSeg_VW" type="tFloat32" unit="degrees" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" comment="longitude of segment origin in WGS84 (world geodetic system)" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_agLongi_posnAbsSeg_VW" type="tFloat32" unit="degrees" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" comment="built up area at vehicle position" max="255" min="0" name="EhrRcnSho_bBldUpAct_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="9" comment="predicted built up area ahead" max="255" min="0" name="EhrRcnSho_bBldUpPred_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="10" comment="junction backwards" max="255" min="0" name="EhrRcnSho_bBrchBwd_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="11" comment="junction predictive" max="255" min="0" name="EhrRcnSho_bBrchPred_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" comment="sign of latitude is negative" max="255" min="0" name="EhrRcnSho_bLatiNeg_posnAbsSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="13" comment="driving direction at the vehicles position is left-hand traffic (false - right-hand traffic)" max="255" min="0" name="EhrRcnSho_bLhdAttrSys_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="14" comment="sign of longitude is negative" max="255" min="0" name="EhrRcnSho_bLongiNeg_posnAbsSeg_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="15" comment="traffic circuit backward" max="255" min="0" name="EhrRcnSho_bTrfcCirBwd_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" comment="traffic circuit predictive" max="255" min="0" name="EhrRcnSho_bTrfcCirPred_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="17" comment="the navigation is able to locate an obvious vehicle position" max="255" min="0" name="EhrRcnSho_bVld_posnVeh_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="18" comment="length of backward speed limitation class at the vehicle position" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_l_vSpdlBwd_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="22" comment="length of actual built up area at vehicle position" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lBldUpAct_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="26" comment="length of backward built up area at vehicle position" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lBldUpBwd_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="30" comment="length of predicted built up area ahead" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lBldUpPred_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="34" comment="distance to the junction backwards" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lBrchBwd_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="38" comment="distance to the predictive junction" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lBrchPred_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="42" comment="current length of speedlimit prediction on main path" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lCurPredSpdl_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="46" comment="length of actual ramp class at vehicle position" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lRampAct_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="50" comment="length of predictive ramp class" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lRampPred_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="54" comment="length of actual road class at vehicle position" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lRoadClasAct_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="58" comment="length of predictive road class" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lRoadClasPred_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="62" comment="distance to the traffic circuit backwards" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lTrfcCirBwd_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="66" comment="distance to the traffic circuit forward" max="3.40282e+38" min="1.17549e-38" name="EhrRcnSho_lTrfcCirPred_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="70" comment="actual speed limitation class at the vehicle position" max="4.29497e+09" min="0" name="EhrRcnSho_noClas_vSpdlAct_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="74" comment="predictive speed limitation class" max="4.29497e+09" min="0" name="EhrRcnSho_noClas_vSpdlPred_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="78" comment="second predictive speed limitation class" max="4.29497e+09" min="0" name="EhrRcnSho_noClas_vSpdlPred2_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="82" comment="third predictive speed limitation class" max="4.29497e+09" min="0" name="EhrRcnSho_noClas_vSpdlPred3_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="86" comment="country code of predicted segments" max="4.29497e+09" min="0" name="EhrRcnSho_noNtnCodAttrSys_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="90" comment="number of predictive ramp class" max="4.29497e+09" min="0" name="EhrRcnSho_noRampPred_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="94" comment="number of predictive road class" max="4.29497e+09" min="0" name="EhrRcnSho_noRoadClasPred_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="98" comment="Show coasting advice to driver" max="255" min="0" name="PDCtl_bCstdReq_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="99" comment="Freewheeling mode is requested" max="255" min="0" name="PDCtl_bSailReq_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="100" comment="Distance that the sailing trajectory is within the cruise control velocity band" max="3.40282e+38" min="1.17549e-38" name="PDCtl_dstPmdSailCrCtl_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="104" comment="Current length of coasting trajectories" max="3.40282e+38" min="1.17549e-38" name="PDCtl_lCur_vPred_VW" type="tFloat32" unit="m" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="108" comment="Request haptic coasting advice" max="255" min="0" name="PredDrv_bCstdReqAceped_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="109" comment="Displayed speed limit values have the unit miles per hour" max="255" min="0" name="PredDrv_bMile_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="110" comment="Bit for temporary display" max="255" min="0" name="PredDrv_bTmpDisp_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="111" comment="Progress bar for distance to displayed event" max="3.40282e+38" min="1.17549e-38" name="PredDrv_rPerc_dstEve_VW" type="tFloat32" unit="percent" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="115" comment="State of coasting advice display" max="4.29497e+09" min="0" name="PredDrv_stCstdReq_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="119" comment="State of coasting advice display for BAP interface" max="4.29497e+09" min="0" name="PredDrv_stCstdReq2_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="123" comment="Show numeric addition to coasting advices" max="4.29497e+09" min="0" name="PredDrv_stDispNumAdd_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="127" comment="State of driver action" max="4.29497e+09" min="0" name="PredDrv_stDrvResp_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="131" comment="Encoded value of the displayed speed limit event" max="4.29497e+09" min="0" name="PredDrv_stEveVal_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="135" comment="Encoded value of the displayed speed limit event" max="4.29497e+09" min="0" name="PredDrv_stEveVal2_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="139" comment="List of activated BAP functions" max="4.29497e+09" min="0" name="PredDrv_stFct_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="143" comment="Release info state for free-wheeling from PredDrv package" max="4.29497e+09" min="0" name="PredDrv_stRlsFreWhl_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="147" comment="Type of progress bar" max="4.29497e+09" min="0" name="PredDrv_stTyp_rPercEve_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="151" comment="Unit of numeric addition to coasting advice" max="4.29497e+09" min="0" name="PredDrv_stTyp_vNumAdd_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="155" comment="Validity of progress bar" max="4.29497e+09" min="0" name="PredDrv_stVld_rPercEve_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="159" comment="Value of the displayed speed limit event" max="4.29497e+09" min="0" name="PredDrv_vEveVal_VW" type="tUInt32" unit="km/h" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="163" comment="current relative velocity to front object" max="3.40282e+38" min="1.17549e-38" name="PDEnvObj_vRelFrntObjCur_VW" type="tFloat32" unit="m/s" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="167" comment="User interface of force feedback pedal is available" max="255" min="0" name="PredDrv_bAcepedAvl_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="168" comment="Driver has activated &quot;Predictive Efficiency Assist&quot; in car menu" max="255" min="0" name="PredDrv_bAcvUsrIf_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="169" comment="PredDrv system available" max="255" min="0" name="PredDrv_bSysAvl_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="170" comment="Changeablitity of user interface of force feedback pedal" max="4.29497e+09" min="0" name="PredDrv_stChgUsrIfAceped_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="174" comment="Failure state for instrument cluster" max="4.29497e+09" min="0" name="PredDrv_stFailDisp_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="178" comment="Failure state for MMI" max="4.29497e+09" min="0" name="PredDrv_stFailUsrIf_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="182" comment="Reason why user interface of force feedback pedal is unchangeable" max="4.29497e+09" min="0" name="PredDrv_stReasUsrIfAceped_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="186" comment="User interface of sailing mode is available" max="255" min="0" name="Veh_bAvl_bSailUsrIf_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="187" comment="Sailing mode is activated in HMI" max="255" min="0" name="Veh_bSailUsrIf_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="188" comment="Source information of speed limit from traffic sign detection" max="4.29497e+09" min="0" name="PDVLim_stSrc_vTrfcSign_VW" type="tUInt32" unit="-" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="192" comment="Recuperation is used in the calculation of the overrun Array" max="255" min="0" name="PDVPred_bRcpCalc_VW" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="193" comment="Long term offset correction for longitudinal acceleration sensor" max="3.40282e+38" min="1.17549e-38" name="VehFRstnAdp_aLgtOfs_VW" type="tFloat32" unit="m/s2" />
<element alignment="1" arraysize="20" byteorder="LE" bytepos="197" comment="Array for predictive velocity trajectory while coasting with open powertrain" max="3.40282e+38" min="1.17549e-38" name="PDVPred_vPred_VW" type="tFloat32" unit="km/h" />
</struct>
<struct alignment="1" name="simple_f64_struct" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="value" type="tFloat64" />
</struct>
<struct alignment="1" name="tCAN_Config_Codec_Ext_NaviMIT" version="1">
<element alignment="8" arraysize="1" byteorder="LE" bytepos="0" name="streamNaviMIT" type="tCAN_Config_Codec_Ext_NaviMIT_streamNaviMIT" />
</struct>
<struct alignment="8" name="tCAN_Config_Codec_Ext_NaviMIT_streamNaviMIT" version="1">
<element alignment="8" arraysize="1" byteorder="LE" bytepos="0" name="PSD_Pos_Inhibitzeit" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="8" name="PSD_Steigung_2_Steigung" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="16" name="PSD_Steigung_1_B_Steigung" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="24" name="PSD_Steigung_1_A_Steigung" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="32" name="PSD_Ges_Geschwindigkeit_Witter" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="33" name="PSD_Attribut_5_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="34" name="PSD_Attribut_4_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="35" name="PSD_Attribut_3_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="36" name="PSD_Attribut_2_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="37" name="PSD_Attribut_1_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="38" name="PSD_Ges_Typ" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="39" name="PSD_Ges_Geschwindigkeit_Gespann" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="40" name="PSD_Sys_US_State" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="41" name="PSD_Vorgaenger_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="42" name="PSD_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="43" name="PSD_Sys_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="44" name="PSD_Ges_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="45" name="PSD_Steigung_2_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="46" name="PSD_Steigung_1_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="47" name="PSD_Attribut_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="48" name="PSD_Attribut_Segment_ID_05" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="49" name="PSD_Pos_Segment_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="50" name="PSD_Strassenkategorie" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="51" name="PSD_Rampe" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="52" name="PSD_Sys_Laendercode" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="53" name="PSD_Sys_Mapmatchingguete" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="54" name="PSD_Sys_Alter_Karte" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="55" name="PSD_Pos_Fehler_Laengsrichtung" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="56" name="PSD_Ges_Gesetzlich_Kategorie" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="57" name="PSD_Ges_Gesetzlich_Zusatz" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="58" name="PSD_Fahrspuren_Anzahl" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="59" name="PSD_Ges_Spur_Geschw_Begrenzung" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="60" name="PSD_Attribut_5_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="61" name="PSD_Attribut_4_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="62" name="PSD_Attribut_3_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="63" name="PSD_Attribut_2_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="64" name="PSD_Attribut_1_ID" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="65" name="PSD_Ges_Geschwindigkeit_Std_Ende" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="66" name="PSD_Ges_Geschwindigkeit_Std_Anf" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="67" name="PSD_Sys_Geometrieguete" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="68" name="PSD_Ges_Geschwindigkeit_Tag_Ende" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="69" name="PSD_Ges_Geschwindigkeit_Tag_Anf" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="70" name="PSD_Ges_Geschwindigkeit" type="tUInt8" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="72" name="PSD_Segmentlaenge" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="80" name="PSD_Pos_Segmentlaenge" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="88" name="PSD_Ges_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="96" name="PSD_Steigung_2_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="104" name="PSD_Steigung_1_B_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="112" name="PSD_Steigung_1_A_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="120" name="PSD_Attribut_5_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="128" name="PSD_Attribut_4_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="136" name="PSD_Attribut_3_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="144" name="PSD_Attribut_2_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="152" name="PSD_Attribut_1_Offset" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="160" name="PSD_Endkruemmung" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="161" name="PSD_Anfangskruemmung" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="162" name="PSD_Steigung_2_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="163" name="PSD_Steigung_1_B_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="164" name="PSD_Steigung_1_A_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="165" name="PSD_Segment_Komplett" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="166" name="PSD_Ges_Attribute_Komplett" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="167" name="PSD_Steigung_2_Attribute_kompl" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="168" name="PSD_Steigung_1_Attribute_kompl" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="169" name="PSD_Attribute_Komplett_06" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="170" name="PSD_Attribute_Komplett_05" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="171" name="PSD_Geradester_Pfad" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="172" name="PSD_Sys_Geschwindigkeit_Einheit" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="173" name="PSD_Endkruemmung_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="174" name="PSD_Anfangskruemmung_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="175" name="PSD_Sys_Zielfuehrung" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="176" name="PSD_wahrscheinlichster_Pfad" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="177" name="PSD_Baum_Laenge_VZ" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="178" name="PSD_Sys_Verkehrsrichtung" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="179" name="PSD_Abzweigerichtung" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="180" name="PSD_Baum_Breite_VZ" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="181" name="PSD_ADAS_Qualitaet" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="182" name="PSD_Pos_Standort_Eindeutig" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="183" name="PSD_Bebauung" type="tBool" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="184" name="PSD_Baum_Laenge" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="192" name="PSD_Baum_Breite" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="200" name="PSD_Baum_Ausrichtung" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="208" name="PSD_Abzweigewinkel" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="216" name="PSD_LR_01_MUX" type="tUInt8" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="224" name="PSD_LR_Fahrzeug_Pos" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="232" name="PSD_LR_Steigung_3_Wert" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="240" name="PSD_LR_Steigung_2_Wert" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="248" name="PSD_LR_Steigung_1_Wert" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="256" name="PSD_LR_Steigung_3_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="264" name="PSD_LR_Steigung_2_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="272" name="PSD_LR_Steigung_1_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="280" name="PSD_LR_Attribut_3_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="288" name="PSD_LR_Attribut_2_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="296" name="PSD_LR_Attribut_1_Offset" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="304" name="PSD_LR_Globale_Steigung" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="312" name="PSD_LR_Attribut_3_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="313" name="PSD_LR_Attribut_2_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="314" name="PSD_LR_Attribut_1_Wert" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="315" name="PSD_LR_Profil_Nummer" type="tUInt8" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="320" name="PSD_LR_Max_Koeff_Amp" type="tFloat64" />
<element alignment="8" arraysize="1" byteorder="LE" bytepos="328" name="PSD_LR_Profil_Laenge" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="336" name="PSD_LR_Steigung_3_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="337" name="PSD_LR_Steigung_2_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="338" name="PSD_LR_Steigung_1_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="339" name="PSD_LR_Globale_Steigung_Vorz" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="340" name="PSD_LR_Reset" type="tBool" />
</struct>
</structs>
<streams />
</adtf:ddl>

View file

@ -0,0 +1,429 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="Input1" type="StructIn_Modulverbund_100ms" />
<source name="Input2" type="Player_out" />
<source name="Input3" type="tCAN_Config_Codec_Ext_NaviMIT_streamNaviMIT" />
</sources>
<targets>
<target name="Output1" type="StructIn_Modulverbund_100ms">
<assignment to="ACC_aFolCtl_VW" from="Input1.ACC_aFolCtl_VW" />
<assignment to="ACC_bBli_VW" from="Input1.ACC_bBli_VW" />
<assignment to="ACC_bFail_VW" from="Input1.ACC_bFail_VW" />
<assignment to="ACC_bNotAvl_VW" from="Input1.ACC_bNotAvl_VW" />
<assignment to="ACC_dstObj_VW" from="Input1.ACC_dstObj_VW" />
<assignment to="ACC_vRelObj_VW" from="Input1.ACC_vRelObj_VW" />
<assignment to="Brk_st_VW" from="Input1.Brk_st_VW" />
<assignment to="Clu0St_bOp_VW" from="Input1.Clu0St_bOp_VW" />
<assignment to="CnvCl_stMod_VW" from="Input1.CnvCl_stMod_VW" />
<assignment to="CordFreWhlAx_stPhdFreWhl_VW" from="Input1.CordFreWhlAx_stPhdFreWhl_VW" />
<assignment to="Disp_vVeh_VW" from="Input1.Disp_vVeh_VW" />
<assignment to="DrvDemDrg_stDrvProg_VW" from="Input1.DrvDemDrg_stDrvProg_VW" />
<assignment to="DrvDemDrg_tqWhl_VW" from="Input1.DrvDemDrg_tqWhl_VW" />
<assignment to="DrvDemDrg_tqWhlFbDrvAsi_VW" from="Input1.DrvDemDrg_tqWhlFbDrvAsi_VW" />
<assignment to="DrvModSwt_noModReq_VW" from="Input1.DrvModSwt_noModReq_VW" />
<assignment to="EhrRcnSho_noFid_bNav4Fail_VW" from="Input1.EhrRcnSho_noFid_bNav4Fail_VW" />
<assignment to="EhrRcnSho_noFid_bNav5Fail_VW" from="Input1.EhrRcnSho_noFid_bNav5Fail_VW" />
<assignment to="EhrRcnSho_noFid_bNav6Fail_VW" from="Input1.EhrRcnSho_noFid_bNav6Fail_VW" />
<assignment to="EhrRcnSho_noFid_bNav6Mux0_VW" from="Input1.EhrRcnSho_noFid_bNav6Mux0_VW" />
<assignment to="EhrRcnSho_noFid_bNav6Mux1_VW" from="Input1.EhrRcnSho_noFid_bNav6Mux1_VW" />
<assignment to="EhrRcnSho_noFid_bNav6Mux2_VW" from="Input1.EhrRcnSho_noFid_bNav6Mux2_VW" />
<assignment to="EhrRcnSho_noFid_bNav6Mux3_VW" from="Input1.EhrRcnSho_noFid_bNav6Mux3_VW" />
<assignment to="EhrRcnSho_noFid_bNav6Mux4_VW" from="Input1.EhrRcnSho_noFid_bNav6Mux4_VW" />
<assignment to="Eng_agPwrStg_VW" from="Input1.Eng_agPwrStg_VW" />
<assignment to="Eng_bCluOp_VW" from="Input1.Eng_bCluOp_VW" />
<assignment to="Eng_bCodStrtStop_VW" from="Input1.Eng_bCodStrtStop_VW" />
<assignment to="Eng_bPuFuCutOff_VW" from="Input1.Eng_bPuFuCutOff_VW" />
<assignment to="Eng_bQly_bCluOp_VW" from="Input1.Eng_bQly_bCluOp_VW" />
<assignment to="Eng_bQly_pAmb_VW" from="Input1.Eng_bQly_pAmb_VW" />
<assignment to="Eng_n_VW" from="Input1.Eng_n_VW" />
<assignment to="Eng_rAcePed_VW" from="Input1.Eng_rAcePed_VW" />
<assignment to="Eng_tEnv_VW" from="Input1.Eng_tEnv_VW" />
<assignment to="Eng_v_VW" from="Input1.Eng_v_VW" />
<assignment to="ErrMem_bFidRdy_VW" from="Input1.ErrMem_bFidRdy_VW" />
<assignment to="ESS_bIgOn_VW" from="Input1.ESS_bIgOn_VW" />
<assignment to="GearBx_stFreWhl_VW" from="Input1.GearBx_stFreWhl_VW" />
<assignment to="GlbDa_pAmbUnFil_VW" from="Input1.GlbDa_pAmbUnFil_VW" />
<assignment to="GlbDa_tiDay_VW" from="Input1.GlbDa_tiDay_VW" />
<assignment to="GlbDa_tiHour_VW" from="Input1.GlbDa_tiHour_VW" />
<assignment to="GlbDa_tiMonth_VW" from="Input1.GlbDa_tiMonth_VW" />
<assignment to="GlbDa_tiYear_VW" from="Input1.GlbDa_tiYear_VW" />
<assignment to="ImgPrc_bBli_VW" from="Input1.ImgPrc_bBli_VW" />
<assignment to="ImgPrc_bFail_VW" from="Input1.ImgPrc_bFail_VW" />
<assignment to="ImgPrc_bNotAvl_VW" from="Input1.ImgPrc_bNotAvl_VW" />
<assignment to="ImgPrc_dstObj_VW" from="Input1.ImgPrc_dstObj_VW" />
<assignment to="ImgPrc_fac_tiObjCrash_VW" from="Input1.ImgPrc_fac_tiObjCrash_VW" />
<assignment to="ImgPrc_stObj_VW" from="Input1.ImgPrc_stObj_VW" />
<assignment to="Mmi_bPredDrvAceped_VW" from="Input1.Mmi_bPredDrvAceped_VW" />
<assignment to="Mmi_bPredDrvAcv_VW" from="Input1.Mmi_bPredDrvAcv_VW" />
<assignment to="Mmi_bSail_VW" from="Input1.Mmi_bSail_VW" />
<assignment to="Nav_agBrchGeoSeg_VW" from="Input1.Nav_agBrchGeoSeg_VW" />
<assignment to="Nav_agDir_posnAbsSeg_VW" from="Input1.Nav_agDir_posnAbsSeg_VW" />
<assignment to="Nav_agLati_posnAbsSeg_VW" from="Input1.Nav_agLati_posnAbsSeg_VW" />
<assignment to="Nav_agLongi_posnAbsSeg_VW" from="Input1.Nav_agLongi_posnAbsSeg_VW" />
<assignment to="Nav_bBldUpAttrSeg_VW" from="Input1.Nav_bBldUpAttrSeg_VW" />
<assignment to="Nav_bClr_posnVeh_VW" from="Input1.Nav_bClr_posnVeh_VW" />
<assignment to="Nav_bDatQlyHiGeoSeg_VW" from="Input1.Nav_bDatQlyHiGeoSeg_VW" />
<assignment to="Nav_bLatiNeg_posnAbsSeg_VW" from="Input1.Nav_bLatiNeg_posnAbsSeg_VW" />
<assignment to="Nav_bLeBrchGeoSeg_VW" from="Input1.Nav_bLeBrchGeoSeg_VW" />
<assignment to="Nav_bLhdAttrSys_VW" from="Input1.Nav_bLhdAttrSys_VW" />
<assignment to="Nav_bLongiNeg_posnAbsSeg_VW" from="Input1.Nav_bLongiNeg_posnAbsSeg_VW" />
<assignment to="Nav_bMostProbPthAttrSeg_VW" from="Input1.Nav_bMostProbPthAttrSeg_VW" />
<assignment to="Nav_bNavAcvAttrSys_VW" from="Input1.Nav_bNavAcvAttrSys_VW" />
<assignment to="Nav_bNegCrvBegGeoSeg_VW" from="Input1.Nav_bNegCrvBegGeoSeg_VW" />
<assignment to="Nav_bNegCrvEndGeoSeg_VW" from="Input1.Nav_bNegCrvEndGeoSeg_VW" />
<assignment to="Nav_bSpdlAttrSys_VW" from="Input1.Nav_bSpdlAttrSys_VW" />
<assignment to="Nav_bStghtPthAttrSeg_VW" from="Input1.Nav_bStghtPthAttrSeg_VW" />
<assignment to="Nav_bTraCmplAttrOfs12_VW" from="Input1.Nav_bTraCmplAttrOfs12_VW" />
<assignment to="Nav_bTraCmplAttrOfs345_VW" from="Input1.Nav_bTraCmplAttrOfs345_VW" />
<assignment to="Nav_bTraCmplAttrSlop12_VW" from="Input1.Nav_bTraCmplAttrSlop12_VW" />
<assignment to="Nav_bTraCmplAttrSlop3_VW" from="Input1.Nav_bTraCmplAttrSlop3_VW" />
<assignment to="Nav_bTraCmplAttrSpdl_VW" from="Input1.Nav_bTraCmplAttrSpdl_VW" />
<assignment to="Nav_bTraCmplGeoSeg_VW" from="Input1.Nav_bTraCmplGeoSeg_VW" />
<assignment to="Nav_bUpAttrSlop1_VW" from="Input1.Nav_bUpAttrSlop1_VW" />
<assignment to="Nav_bUpAttrSlop2_VW" from="Input1.Nav_bUpAttrSlop2_VW" />
<assignment to="Nav_bUpAttrSlop3_VW" from="Input1.Nav_bUpAttrSlop3_VW" />
<assignment to="Nav_facCrvBegGeoSeg_VW" from="Input1.Nav_facCrvBegGeoSeg_VW" />
<assignment to="Nav_facCrvEndGeoSeg_VW" from="Input1.Nav_facCrvEndGeoSeg_VW" />
<assignment to="Nav_lOfsAttrOfs1_VW" from="Input1.Nav_lOfsAttrOfs1_VW" />
<assignment to="Nav_lOfsAttrOfs2_VW" from="Input1.Nav_lOfsAttrOfs2_VW" />
<assignment to="Nav_lOfsAttrOfs3_VW" from="Input1.Nav_lOfsAttrOfs3_VW" />
<assignment to="Nav_lOfsAttrOfs4_VW" from="Input1.Nav_lOfsAttrOfs4_VW" />
<assignment to="Nav_lOfsAttrOfs5_VW" from="Input1.Nav_lOfsAttrOfs5_VW" />
<assignment to="Nav_lOfsAttrSlop1_VW" from="Input1.Nav_lOfsAttrSlop1_VW" />
<assignment to="Nav_lOfsAttrSlop2_VW" from="Input1.Nav_lOfsAttrSlop2_VW" />
<assignment to="Nav_lOfsAttrSlop3_VW" from="Input1.Nav_lOfsAttrSlop3_VW" />
<assignment to="Nav_lOfsAttrSpdl_VW" from="Input1.Nav_lOfsAttrSpdl_VW" />
<assignment to="Nav_lResi_posnVeh_VW" from="Input1.Nav_lResi_posnVeh_VW" />
<assignment to="Nav_lSegGeoSeg_VW" from="Input1.Nav_lSegGeoSeg_VW" />
<assignment to="Nav_noClasAttrSpdl_VW" from="Input1.Nav_noClasAttrSpdl_VW" />
<assignment to="Nav_noDayBegAttrSpdl_VW" from="Input1.Nav_noDayBegAttrSpdl_VW" />
<assignment to="Nav_noDayEndAttrSpdl_VW" from="Input1.Nav_noDayEndAttrSpdl_VW" />
<assignment to="Nav_noGeoQlyAttrSys_VW" from="Input1.Nav_noGeoQlyAttrSys_VW" />
<assignment to="Nav_noHourBegAttrSpdl_VW" from="Input1.Nav_noHourBegAttrSpdl_VW" />
<assignment to="Nav_noHourEndAttrSpdl_VW" from="Input1.Nav_noHourEndAttrSpdl_VW" />
<assignment to="Nav_noIdAttrOfs1_VW" from="Input1.Nav_noIdAttrOfs1_VW" />
<assignment to="Nav_noIdAttrOfs2_VW" from="Input1.Nav_noIdAttrOfs2_VW" />
<assignment to="Nav_noIdAttrOfs3_VW" from="Input1.Nav_noIdAttrOfs3_VW" />
<assignment to="Nav_noIdAttrOfs4_VW" from="Input1.Nav_noIdAttrOfs4_VW" />
<assignment to="Nav_noIdAttrOfs5_VW" from="Input1.Nav_noIdAttrOfs5_VW" />
<assignment to="Nav_noLaneAttrSeg_VW" from="Input1.Nav_noLaneAttrSeg_VW" />
<assignment to="Nav_noLaneAttrSpdl_VW" from="Input1.Nav_noLaneAttrSpdl_VW" />
<assignment to="Nav_noLglAddOnAttrSpdl_VW" from="Input1.Nav_noLglAddOnAttrSpdl_VW" />
<assignment to="Nav_noLglClasAttrSpdl_VW" from="Input1.Nav_noLglClasAttrSpdl_VW" />
<assignment to="Nav_noLgtFail_posnVeh_VW" from="Input1.Nav_noLgtFail_posnVeh_VW" />
<assignment to="Nav_noMapAgeAttrSys_VW" from="Input1.Nav_noMapAgeAttrSys_VW" />
<assignment to="Nav_noMapMtchQlyAttrSys_VW" from="Input1.Nav_noMapMtchQlyAttrSys_VW" />
<assignment to="Nav_noNtnCodAttrSys_VW" from="Input1.Nav_noNtnCodAttrSys_VW" />
<assignment to="Nav_noRampCatAttrSeg_VW" from="Input1.Nav_noRampCatAttrSeg_VW" />
<assignment to="Nav_noRoadClasAttrSeg_VW" from="Input1.Nav_noRoadClasAttrSeg_VW" />
<assignment to="Nav_noSegId_posnVeh_VW" from="Input1.Nav_noSegId_posnVeh_VW" />
<assignment to="Nav_noSegIdAttrOfs12_VW" from="Input1.Nav_noSegIdAttrOfs12_VW" />
<assignment to="Nav_noSegIdAttrOfs345_VW" from="Input1.Nav_noSegIdAttrOfs345_VW" />
<assignment to="Nav_noSegIdAttrSlop12_VW" from="Input1.Nav_noSegIdAttrSlop12_VW" />
<assignment to="Nav_noSegIdAttrSlop3_VW" from="Input1.Nav_noSegIdAttrSlop3_VW" />
<assignment to="Nav_noSegIdAttrSpdl_VW" from="Input1.Nav_noSegIdAttrSpdl_VW" />
<assignment to="Nav_noSegIdAttrSys_VW" from="Input1.Nav_noSegIdAttrSys_VW" />
<assignment to="Nav_noSegIdGeoSeg_VW" from="Input1.Nav_noSegIdGeoSeg_VW" />
<assignment to="Nav_noSegPrevIdGeoSeg_VW" from="Input1.Nav_noSegPrevIdGeoSeg_VW" />
<assignment to="Nav_noStaCodAttrSys_VW" from="Input1.Nav_noStaCodAttrSys_VW" />
<assignment to="Nav_noTrailClasAttrSpdl_VW" from="Input1.Nav_noTrailClasAttrSpdl_VW" />
<assignment to="Nav_noTypAttrSpdl_VW" from="Input1.Nav_noTypAttrSpdl_VW" />
<assignment to="Nav_noValAttrOfs1_VW" from="Input1.Nav_noValAttrOfs1_VW" />
<assignment to="Nav_noValAttrOfs2_VW" from="Input1.Nav_noValAttrOfs2_VW" />
<assignment to="Nav_noValAttrOfs3_VW" from="Input1.Nav_noValAttrOfs3_VW" />
<assignment to="Nav_noValAttrOfs4_VW" from="Input1.Nav_noValAttrOfs4_VW" />
<assignment to="Nav_noValAttrOfs5_VW" from="Input1.Nav_noValAttrOfs5_VW" />
<assignment to="Nav_noWthrClasAttrSpdl_VW" from="Input1.Nav_noWthrClasAttrSpdl_VW" />
<assignment to="Nav_rSlopAttrSlop1_VW" from="Input1.Nav_rSlopAttrSlop1_VW" />
<assignment to="Nav_rSlopAttrSlop2_VW" from="Input1.Nav_rSlopAttrSlop2_VW" />
<assignment to="Nav_rSlopAttrSlop3_VW" from="Input1.Nav_rSlopAttrSlop3_VW" />
<assignment to="Nav_stTrfcSignSrc_VW" from="Input1.Nav_stTrfcSignSrc_VW" />
<assignment to="Nav_tiInh_posnVeh_VW" from="Input1.Nav_tiInh_posnVeh_VW" />
<assignment to="PDCtl_noFid_bNeutFolCtl_VW" from="Input1.PDCtl_noFid_bNeutFolCtl_VW" />
<assignment to="PDEnvObj_noFid_bNeutFolCtl_VW" from="Input1.PDEnvObj_noFid_bNeutFolCtl_VW" />
<assignment to="PDEnvObj_noFid_stAccObj1_VW" from="Input1.PDEnvObj_noFid_stAccObj1_VW" />
<assignment to="PDEnvObj_noFid_stImgObj1_VW" from="Input1.PDEnvObj_noFid_stImgObj1_VW" />
<assignment to="PDMod_noFid_bFailUsrIfPed_VW" from="Input1.PDMod_noFid_bFailUsrIfPed_VW" />
<assignment to="PDMod_noFid_bFailUsrIfSys_VW" from="Input1.PDMod_noFid_bFailUsrIfSys_VW" />
<assignment to="PDMod_noFid_bIniUsrIfPed_VW" from="Input1.PDMod_noFid_bIniUsrIfPed_VW" />
<assignment to="PDMod_noFid_bIniUsrIfSail_VW" from="Input1.PDMod_noFid_bIniUsrIfSail_VW" />
<assignment to="PDMod_noFid_bIniUsrIfSys_VW" from="Input1.PDMod_noFid_bIniUsrIfSys_VW" />
<assignment to="PDMod_noFid_stComAcc_VW" from="Input1.PDMod_noFid_stComAcc_VW" />
<assignment to="PDMod_noFid_stComReObj_VW" from="Input1.PDMod_noFid_stComReObj_VW" />
<assignment to="Pt_nClu_VW" from="Input1.Pt_nClu_VW" />
<assignment to="Pt_r_tqWhlEng_VW" from="Input1.Pt_r_tqWhlEng_VW" />
<assignment to="PtTqLoss_tqWhlOverRun_VW" from="Input1.PtTqLoss_tqWhlOverRun_VW" />
<assignment to="RearObjDet_bBli_VW" from="Input1.RearObjDet_bBli_VW" />
<assignment to="RearObjDet_bFail_VW" from="Input1.RearObjDet_bFail_VW" />
<assignment to="RearObjDet_bNotAvl_VW" from="Input1.RearObjDet_bNotAvl_VW" />
<assignment to="RearObjDet_posnXObj03_VW" from="Input1.RearObjDet_posnXObj03_VW" />
<assignment to="RearObjDet_vRelObj03_VW" from="Input1.RearObjDet_vRelObj03_VW" />
<assignment to="StrtStopSwt_bSwtOut_VW" from="Input1.StrtStopSwt_bSwtOut_VW" />
<assignment to="Tra_noGear_VW" from="Input1.Tra_noGear_VW" />
<assignment to="TrfcSignDet_bRoadWork_VW" from="Input1.TrfcSignDet_bRoadWork_VW" />
<assignment to="TrfcSignDet_bSrcImgPrc_vSpdlPrim_VW" from="Input1.TrfcSignDet_bSrcImgPrc_vSpdlPrim_VW" />
<assignment to="TrfcSignDet_bSrcImgPrc_vSpdlScnd_VW" from="Input1.TrfcSignDet_bSrcImgPrc_vSpdlScnd_VW" />
<assignment to="TrfcSignDet_bSrcImgPrc2_vSpdlPrim_VW" from="Input1.TrfcSignDet_bSrcImgPrc2_vSpdlPrim_VW" />
<assignment to="TrfcSignDet_bSrcImgPrc2_vSpdlScnd_VW" from="Input1.TrfcSignDet_bSrcImgPrc2_vSpdlScnd_VW" />
<assignment to="TrfcSignDet_bSrcLgl_vSpdlPrim_VW" from="Input1.TrfcSignDet_bSrcLgl_vSpdlPrim_VW" />
<assignment to="TrfcSignDet_bSrcLgl_vSpdlScnd_VW" from="Input1.TrfcSignDet_bSrcLgl_vSpdlScnd_VW" />
<assignment to="TrfcSignDet_bSrcMap_vSpdlPrim_VW" from="Input1.TrfcSignDet_bSrcMap_vSpdlPrim_VW" />
<assignment to="TrfcSignDet_bSrcMap_vSpdlScnd_VW" from="Input1.TrfcSignDet_bSrcMap_vSpdlScnd_VW" />
<assignment to="TrfcSignDet_noClasLim_vAct_VW" from="Input1.TrfcSignDet_noClasLim_vAct_VW" />
<assignment to="TrfcSignDet_st_vSpdlPrim_VW" from="Input1.TrfcSignDet_st_vSpdlPrim_VW" />
<assignment to="TrfcSignDet_st_vSpdlScnd_VW" from="Input1.TrfcSignDet_st_vSpdlScnd_VW" />
<assignment to="TrfcSignDet_stSignAdd_vSpdlPrim_VW" from="Input1.TrfcSignDet_stSignAdd_vSpdlPrim_VW" />
<assignment to="TrfcSignDet_stSignAdd_vSpdlScnd_VW" from="Input1.TrfcSignDet_stSignAdd_vSpdlScnd_VW" />
<assignment to="VarCod_bApffPres_VW" from="Input1.VarCod_bApffPres_VW" />
<assignment to="VarCod_bGearBxTypAt_VW" from="Input1.VarCod_bGearBxTypAt_VW" />
<assignment to="VarCod_bLaneChgAsiPres_VW" from="Input1.VarCod_bLaneChgAsiPres_VW" />
<assignment to="VarCod_bPredDrvPres_VW" from="Input1.VarCod_bPredDrvPres_VW" />
<assignment to="VarCod_stCrCtlTyp_VW" from="Input1.VarCod_stCrCtlTyp_VW" />
<assignment to="Veh_agRoad_VW" from="Input1.Veh_agRoad_VW" />
<assignment to="Veh_bDirIdcLe_VW" from="Input1.Veh_bDirIdcLe_VW" />
<assignment to="Veh_bDirIdcRi_VW" from="Input1.Veh_bDirIdcRi_VW" />
<assignment to="Veh_bQly_agRoad_VW" from="Input1.Veh_bQly_agRoad_VW" />
<assignment to="Veh_stSig_rSlopRoadCan_VW" from="Input1.Veh_stSig_rSlopRoadCan_VW" />
<assignment to="Veh_v_VW" from="Input1.Veh_v_VW" />
<assignment to="VehFRstn_agRoadPreCtl_VW" from="Input1.VehFRstn_agRoadPreCtl_VW" />
<assignment to="VehFRstn_bFailQly_aLgt_VW" from="Input1.VehFRstn_bFailQly_aLgt_VW" />
<assignment to="VehFRstn_bPtOp_VW" from="Input1.VehFRstn_bPtOp_VW" />
<assignment to="VehFRstn_bTrail_VW" from="Input1.VehFRstn_bTrail_VW" />
<assignment to="VehFRstn_facDrvDir_VW" from="Input1.VehFRstn_facDrvDir_VW" />
<assignment to="VehMEstim_bQly_VW" from="Input1.VehMEstim_bQly_VW" />
<assignment to="VehMEstim_mEstim_VW" from="Input1.VehMEstim_mEstim_VW" />
<assignment to="VLCAvl_stBrkIntv_VW" from="Input1.VLCAvl_stBrkIntv_VW" />
<assignment to="VLCAvl_stFailCanMsgSum_VW" from="Input1.VLCAvl_stFailCanMsgSum_VW" />
<assignment to="VLCAvl_stFailSigSum_VW" from="Input1.VLCAvl_stFailSigSum_VW" />
<assignment to="VLCAvl_stPt_VW" from="Input1.VLCAvl_stPt_VW" />
<assignment to="VLCAvl_stQlySigSum_VW" from="Input1.VLCAvl_stQlySigSum_VW" />
<assignment to="VLCSt_bAcv_VW" from="Input1.VLCSt_bAcv_VW" />
<assignment to="VLCTra_vOfsSail_VW" from="Input1.VLCTra_vOfsSail_VW" />
<assignment to="VLCTra_vOfsSailMin_VW" from="Input1.VLCTra_vOfsSailMin_VW" />
<assignment to="VLCTra_vSailMax_VW" from="Input1.VLCTra_vSailMax_VW" />
<assignment to="VLCTra_vSailMin_VW" from="Input1.VLCTra_vSailMin_VW" />
<assignment to="VLCVehA_aFilRstn_VW" from="Input1.VLCVehA_aFilRstn_VW" />
<assignment to="VLCVehA_aLgt_VW" from="Input1.VLCVehA_aLgt_VW" />
<assignment to="VLCVehA_aTrv_VW" from="Input1.VLCVehA_aTrv_VW" />
<assignment to="VLCVehA_aVeh_VW" from="Input1.VLCVehA_aVeh_VW" />
<assignment to="VLCVehA_rdWhl_VW" from="Input1.VLCVehA_rdWhl_VW" />
<assignment to="CordStrtStop_stStopPhd_VW" from="Input1.CordStrtStop_stStopPhd_VW" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
<target name="Output2" type="Player_out">
<assignment to="ACC_aFolCtl_VW" from="Input2.ACC_aFolCtl_VW" />
<assignment to="ACC_bBli_VW" from="Input2.ACC_bBli_VW" />
<assignment to="ACC_bFail_VW" from="Input2.ACC_bFail_VW" />
<assignment to="ACC_bNotAvl_VW" from="Input2.ACC_bNotAvl_VW" />
<assignment to="ACC_dstObj_VW" from="Input2.ACC_dstObj_VW" />
<assignment to="ACC_vRelObj_VW" from="Input2.ACC_vRelObj_VW" />
<assignment to="AccP_r_VW" from="Input2.AccP_r_VW" />
<assignment to="Brk_r_VW" from="Input2.Brk_r_VW" />
<assignment to="Brk_st_VW" from="Input2.Brk_st_VW" />
<assignment to="CnvCl_stMod_VW" from="Input2.CnvCl_stMod_VW" />
<assignment to="CordFreWhlAx_stPhdFreWhl_VW" from="Input2.CordFreWhlAx_stPhdFreWhl_VW" />
<assignment to="Veh_v_VW" from="Input2.Veh_v_VW" />
<assignment to="Disp_vVeh_VW" from="Input2.Disp_vVeh_VW" />
<assignment to="DrvModSwt_noModReq_VW" from="Input2.DrvModSwt_noModReq_VW" />
<assignment to="ESS_bIgOn_VW" from="Input2.ESS_bIgOn_VW" />
<assignment to="EStoLgCns_pwrIntlWorkAry_C_VW" from="Input2.EStoLgCns_pwrIntlWorkAry_C_VW" />
<assignment to="EStoLgSdl_stCalcEna_VW" from="Input2.EStoLgSdl_stCalcEna_VW" />
<assignment to="ElSys_bPwf_VW" from="Input2.ElSys_bPwf_VW" />
<assignment to="Eng_agPwrStg_VW" from="Input2.Eng_agPwrStg_VW" />
<assignment to="Eng_bCluOp_VW" from="Input2.Eng_bCluOp_VW" />
<assignment to="Eng_bCodStrtStop_VW" from="Input2.Eng_bCodStrtStop_VW" />
<assignment to="Eng_n_VW" from="Input2.Eng_n_VW" />
<assignment to="Eng_rAcePed_VW" from="Input2.Eng_rAcePed_VW" />
<assignment to="Eng_v_VW" from="Input2.Eng_v_VW" />
<assignment to="GearBx_stFreWhl_VW" from="Input2.GearBx_stFreWhl_VW" />
<assignment to="GlbDa_tiDay_VW" from="Input2.GlbDa_tiDay_VW" />
<assignment to="GlbDa_tiHour_VW" from="Input2.GlbDa_tiHour_VW" />
<assignment to="GlbDa_tiMonth_VW" from="Input2.GlbDa_tiMonth_VW" />
<assignment to="GlbDa_tiYear_VW" from="Input2.GlbDa_tiYear_VW" />
<assignment to="ImgPrc_bBli_VW" from="Input2.ImgPrc_bBli_VW" />
<assignment to="ImgPrc_bFail_VW" from="Input2.ImgPrc_bFail_VW" />
<assignment to="ImgPrc_bNotAvl_VW" from="Input2.ImgPrc_bNotAvl_VW" />
<assignment to="ImgPrc_dstObj_VW" from="Input2.ImgPrc_dstObj_VW" />
<assignment to="ImgPrc_fac_tiObjCrash_VW" from="Input2.ImgPrc_fac_tiObjCrash_VW" />
<assignment to="ImgPrc_stObj_VW" from="Input2.ImgPrc_stObj_VW" />
<assignment to="Mmi_bPredDrvAceped_VW" from="Input2.Mmi_bPredDrvAceped_VW" />
<assignment to="Mmi_bPredDrvAcv_VW" from="Input2.Mmi_bPredDrvAcv_VW" />
<assignment to="Mmi_bSail_VW" from="Input2.Mmi_bSail_VW" />
<assignment to="PDCtl_noFid_bNeutFolCtl_VW" from="Input2.PDCtl_noFid_bNeutFolCtl_VW" />
<assignment to="PDEnvObj_noFid_bNeutFolCtl_VW" from="Input2.PDEnvObj_noFid_bNeutFolCtl_VW" />
<assignment to="PDEnvObj_noFid_stAccObj1_VW" from="Input2.PDEnvObj_noFid_stAccObj1_VW" />
<assignment to="PDEnvObj_noFid_stImgObj1_VW" from="Input2.PDEnvObj_noFid_stImgObj1_VW" />
<assignment to="PDMod_noFid_bFailUsrIfPed_VW" from="Input2.PDMod_noFid_bFailUsrIfPed_VW" />
<assignment to="PDMod_noFid_bFailUsrIfSys_VW" from="Input2.PDMod_noFid_bFailUsrIfSys_VW" />
<assignment to="PDMod_noFid_bIniUsrIfPed_VW" from="Input2.PDMod_noFid_bIniUsrIfPed_VW" />
<assignment to="PDMod_noFid_bIniUsrIfSail_VW" from="Input2.PDMod_noFid_bIniUsrIfSail_VW" />
<assignment to="PDMod_noFid_bIniUsrIfSys_VW" from="Input2.PDMod_noFid_bIniUsrIfSys_VW" />
<assignment to="PDMod_noFid_stComAcc_VW" from="Input2.PDMod_noFid_stComAcc_VW" />
<assignment to="PDMod_noFid_stComReObj_VW" from="Input2.PDMod_noFid_stComReObj_VW" />
<assignment to="PtTqLoss_tqWhlOverRun_VW" from="Input2.PtTqLoss_tqWhlOverRun_VW" />
<assignment to="Pt_nClu_VW" from="Input2.Pt_nClu_VW" />
<assignment to="Pt_nWhlAx1_VW" from="Input2.Pt_nWhlAx1_VW" />
<assignment to="Pt_r_tqWhlEng_VW" from="Input2.Pt_r_tqWhlEng_VW" />
<assignment to="Pt_tqWhl_VW" from="Input2.Pt_tqWhl_VW" />
<assignment to="RearObjDet_bBli_VW" from="Input2.RearObjDet_bBli_VW" />
<assignment to="RearObjDet_bFail_VW" from="Input2.RearObjDet_bFail_VW" />
<assignment to="RearObjDet_bNotAvl_VW" from="Input2.RearObjDet_bNotAvl_VW" />
<assignment to="RearObjDet_posnXObj03_VW" from="Input2.RearObjDet_posnXObj03_VW" />
<assignment to="RearObjDet_vRelObj03_VW" from="Input2.RearObjDet_vRelObj03_VW" />
<assignment to="StrtStopSwt_bSwtOut_VW" from="Input2.StrtStopSwt_bSwtOut_VW" />
<assignment to="Tra_noGear_VW" from="Input2.Tra_noGear_VW" />
<assignment to="TrfcSignDet_noClasLim_vAct_VW" from="Input2.TrfcSignDet_noClasLim_vAct_VW" />
<assignment to="VLCAvl_stFailCanMsgSum_VW" from="Input2.VLCAvl_stFailCanMsgSum_VW" />
<assignment to="VLCAvl_stFailSigSum_VW" from="Input2.VLCAvl_stFailSigSum_VW" />
<assignment to="VLCAvl_stPt_VW" from="Input2.VLCAvl_stPt_VW" />
<assignment to="VLCAvl_stQlySigSum_VW" from="Input2.VLCAvl_stQlySigSum_VW" />
<assignment to="VLCSt_bAcv_VW" from="Input2.VLCSt_bAcv_VW" />
<assignment to="VLCTra_vOfsSailMin_VW" from="Input2.VLCTra_vOfsSailMin_VW" />
<assignment to="VLCTra_vOfsSail_VW" from="Input2.VLCTra_vOfsSail_VW" />
<assignment to="VLCTra_vSailMax_VW" from="Input2.VLCTra_vSailMax_VW" />
<assignment to="VLCTra_vSailMin_VW" from="Input2.VLCTra_vSailMin_VW" />
<assignment to="VLCVehA_aFilRstn_VW" from="Input2.VLCVehA_aFilRstn_VW" />
<assignment to="VLCVehA_aLgt_VW" from="Input2.VLCVehA_aLgt_VW" />
<assignment to="VLCVehA_aTrvAdp_VW" from="Input2.VLCVehA_aTrvAdp_VW" />
<assignment to="VLCVehA_aTrv_VW" from="Input2.VLCVehA_aTrv_VW" />
<assignment to="VLCVehA_aVeh_VW" from="Input2.VLCVehA_aVeh_VW" />
<assignment to="VLCVehA_rdWhl_VW" from="Input2.VLCVehA_rdWhl_VW" />
<assignment to="VLCVehA_vVeh_VW" from="Input2.VLCVehA_vVeh_VW" />
<assignment to="VarCod_bApffPres_VW" from="Input2.VarCod_bApffPres_VW" />
<assignment to="VarCod_bGearBxTypAt_VW" from="Input2.VarCod_bGearBxTypAt_VW" />
<assignment to="VarCod_bLaneChgAsiPres_VW" from="Input2.VarCod_bLaneChgAsiPres_VW" />
<assignment to="VarCod_bPredDrvPres_VW" from="Input2.VarCod_bPredDrvPres_VW" />
<assignment to="VarCod_stCrCtlTyp_VW" from="Input2.VarCod_stCrCtlTyp_VW" />
<assignment to="VehFRstn_agRoadPreCtl_VW" from="Input2.VehFRstn_agRoadPreCtl_VW" />
<assignment to="VehFRstn_bFailQly_aLgt_VW" from="Input2.VehFRstn_bFailQly_aLgt_VW" />
<assignment to="VehFRstn_bTrail_VW" from="Input2.VehFRstn_bTrail_VW" />
<assignment to="VehFRstn_facDrvDir_VW" from="Input2.VehFRstn_facDrvDir_VW" />
<assignment to="VehMEstim_mEstim_VW" from="Input2.VehMEstim_mEstim_VW" />
<assignment to="Veh_agRoad_VW" from="Input2.Veh_agRoad_VW" />
<assignment to="Veh_bDirIdcLe_VW" from="Input2.Veh_bDirIdcLe_VW" />
<assignment to="Veh_bDirIdcRi_VW" from="Input2.Veh_bDirIdcRi_VW" />
<assignment to="Veh_bQly_agRoad_VW" from="Input2.Veh_bQly_agRoad_VW" />
<assignment to="Veh_stSig_rSlopRoadCan_VW" from="Input2.Veh_stSig_rSlopRoadCan_VW" />
<assignment to="CordStrtStop_stStopPhd_VW" from="Input2.CordStrtStop_stStopPhd_VW" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
<target name="Output3" type="tCAN_Config_Codec_Ext_NaviMIT_streamNaviMIT">
<assignment to="PSD_Pos_Inhibitzeit" from="Input3.PSD_Pos_Inhibitzeit" />
<assignment to="PSD_Steigung_2_Steigung" from="Input3.PSD_Steigung_2_Steigung" />
<assignment to="PSD_Steigung_1_B_Steigung" from="Input3.PSD_Steigung_1_B_Steigung" />
<assignment to="PSD_Steigung_1_A_Steigung" from="Input3.PSD_Steigung_1_A_Steigung" />
<assignment to="PSD_Ges_Geschwindigkeit_Witter" from="Input3.PSD_Ges_Geschwindigkeit_Witter" />
<assignment to="PSD_Attribut_5_Wert" from="Input3.PSD_Attribut_5_Wert" />
<assignment to="PSD_Attribut_4_Wert" from="Input3.PSD_Attribut_4_Wert" />
<assignment to="PSD_Attribut_3_Wert" from="Input3.PSD_Attribut_3_Wert" />
<assignment to="PSD_Attribut_2_Wert" from="Input3.PSD_Attribut_2_Wert" />
<assignment to="PSD_Attribut_1_Wert" from="Input3.PSD_Attribut_1_Wert" />
<assignment to="PSD_Ges_Typ" from="Input3.PSD_Ges_Typ" />
<assignment to="PSD_Ges_Geschwindigkeit_Gespann" from="Input3.PSD_Ges_Geschwindigkeit_Gespann" />
<assignment to="PSD_Sys_US_State" from="Input3.PSD_Sys_US_State" />
<assignment to="PSD_Vorgaenger_Segment_ID" from="Input3.PSD_Vorgaenger_Segment_ID" />
<assignment to="PSD_Segment_ID" from="Input3.PSD_Segment_ID" />
<assignment to="PSD_Sys_Segment_ID" from="Input3.PSD_Sys_Segment_ID" />
<assignment to="PSD_Ges_Segment_ID" from="Input3.PSD_Ges_Segment_ID" />
<assignment to="PSD_Steigung_2_Segment_ID" from="Input3.PSD_Steigung_2_Segment_ID" />
<assignment to="PSD_Steigung_1_Segment_ID" from="Input3.PSD_Steigung_1_Segment_ID" />
<assignment to="PSD_Attribut_Segment_ID" from="Input3.PSD_Attribut_Segment_ID" />
<assignment to="PSD_Attribut_Segment_ID_05" from="Input3.PSD_Attribut_Segment_ID_05" />
<assignment to="PSD_Pos_Segment_ID" from="Input3.PSD_Pos_Segment_ID" />
<assignment to="PSD_Strassenkategorie" from="Input3.PSD_Strassenkategorie" />
<assignment to="PSD_Rampe" from="Input3.PSD_Rampe" />
<assignment to="PSD_Sys_Laendercode" from="Input3.PSD_Sys_Laendercode" />
<assignment to="PSD_Sys_Mapmatchingguete" from="Input3.PSD_Sys_Mapmatchingguete" />
<assignment to="PSD_Sys_Alter_Karte" from="Input3.PSD_Sys_Alter_Karte" />
<assignment to="PSD_Pos_Fehler_Laengsrichtung" from="Input3.PSD_Pos_Fehler_Laengsrichtung" />
<assignment to="PSD_Ges_Gesetzlich_Kategorie" from="Input3.PSD_Ges_Gesetzlich_Kategorie" />
<assignment to="PSD_Ges_Gesetzlich_Zusatz" from="Input3.PSD_Ges_Gesetzlich_Zusatz" />
<assignment to="PSD_Fahrspuren_Anzahl" from="Input3.PSD_Fahrspuren_Anzahl" />
<assignment to="PSD_Ges_Spur_Geschw_Begrenzung" from="Input3.PSD_Ges_Spur_Geschw_Begrenzung" />
<assignment to="PSD_Attribut_5_ID" from="Input3.PSD_Attribut_5_ID" />
<assignment to="PSD_Attribut_4_ID" from="Input3.PSD_Attribut_4_ID" />
<assignment to="PSD_Attribut_3_ID" from="Input3.PSD_Attribut_3_ID" />
<assignment to="PSD_Attribut_2_ID" from="Input3.PSD_Attribut_2_ID" />
<assignment to="PSD_Attribut_1_ID" from="Input3.PSD_Attribut_1_ID" />
<assignment to="PSD_Ges_Geschwindigkeit_Std_Ende" from="Input3.PSD_Ges_Geschwindigkeit_Std_Ende" />
<assignment to="PSD_Ges_Geschwindigkeit_Std_Anf" from="Input3.PSD_Ges_Geschwindigkeit_Std_Anf" />
<assignment to="PSD_Sys_Geometrieguete" from="Input3.PSD_Sys_Geometrieguete" />
<assignment to="PSD_Ges_Geschwindigkeit_Tag_Ende" from="Input3.PSD_Ges_Geschwindigkeit_Tag_Ende" />
<assignment to="PSD_Ges_Geschwindigkeit_Tag_Anf" from="Input3.PSD_Ges_Geschwindigkeit_Tag_Anf" />
<assignment to="PSD_Ges_Geschwindigkeit" from="Input3.PSD_Ges_Geschwindigkeit" />
<assignment to="PSD_Segmentlaenge" from="Input3.PSD_Segmentlaenge" />
<assignment to="PSD_Pos_Segmentlaenge" from="Input3.PSD_Pos_Segmentlaenge" />
<assignment to="PSD_Ges_Offset" from="Input3.PSD_Ges_Offset" />
<assignment to="PSD_Steigung_2_Offset" from="Input3.PSD_Steigung_2_Offset" />
<assignment to="PSD_Steigung_1_B_Offset" from="Input3.PSD_Steigung_1_B_Offset" />
<assignment to="PSD_Steigung_1_A_Offset" from="Input3.PSD_Steigung_1_A_Offset" />
<assignment to="PSD_Attribut_5_Offset" from="Input3.PSD_Attribut_5_Offset" />
<assignment to="PSD_Attribut_4_Offset" from="Input3.PSD_Attribut_4_Offset" />
<assignment to="PSD_Attribut_3_Offset" from="Input3.PSD_Attribut_3_Offset" />
<assignment to="PSD_Attribut_2_Offset" from="Input3.PSD_Attribut_2_Offset" />
<assignment to="PSD_Attribut_1_Offset" from="Input3.PSD_Attribut_1_Offset" />
<assignment to="PSD_Endkruemmung" from="Input3.PSD_Endkruemmung" />
<assignment to="PSD_Anfangskruemmung" from="Input3.PSD_Anfangskruemmung" />
<assignment to="PSD_Steigung_2_Vorz" from="Input3.PSD_Steigung_2_Vorz" />
<assignment to="PSD_Steigung_1_B_Vorz" from="Input3.PSD_Steigung_1_B_Vorz" />
<assignment to="PSD_Steigung_1_A_Vorz" from="Input3.PSD_Steigung_1_A_Vorz" />
<assignment to="PSD_Segment_Komplett" from="Input3.PSD_Segment_Komplett" />
<assignment to="PSD_Ges_Attribute_Komplett" from="Input3.PSD_Ges_Attribute_Komplett" />
<assignment to="PSD_Steigung_2_Attribute_kompl" from="Input3.PSD_Steigung_2_Attribute_kompl" />
<assignment to="PSD_Steigung_1_Attribute_kompl" from="Input3.PSD_Steigung_1_Attribute_kompl" />
<assignment to="PSD_Attribute_Komplett_06" from="Input3.PSD_Attribute_Komplett_06" />
<assignment to="PSD_Attribute_Komplett_05" from="Input3.PSD_Attribute_Komplett_05" />
<assignment to="PSD_Geradester_Pfad" from="Input3.PSD_Geradester_Pfad" />
<assignment to="PSD_Sys_Geschwindigkeit_Einheit" from="Input3.PSD_Sys_Geschwindigkeit_Einheit" />
<assignment to="PSD_Endkruemmung_Vorz" from="Input3.PSD_Endkruemmung_Vorz" />
<assignment to="PSD_Anfangskruemmung_Vorz" from="Input3.PSD_Anfangskruemmung_Vorz" />
<assignment to="PSD_Sys_Zielfuehrung" from="Input3.PSD_Sys_Zielfuehrung" />
<assignment to="PSD_wahrscheinlichster_Pfad" from="Input3.PSD_wahrscheinlichster_Pfad" />
<assignment to="PSD_Baum_Laenge_VZ" from="Input3.PSD_Baum_Laenge_VZ" />
<assignment to="PSD_Sys_Verkehrsrichtung" from="Input3.PSD_Sys_Verkehrsrichtung" />
<assignment to="PSD_Abzweigerichtung" from="Input3.PSD_Abzweigerichtung" />
<assignment to="PSD_Baum_Breite_VZ" from="Input3.PSD_Baum_Breite_VZ" />
<assignment to="PSD_ADAS_Qualitaet" from="Input3.PSD_ADAS_Qualitaet" />
<assignment to="PSD_Pos_Standort_Eindeutig" from="Input3.PSD_Pos_Standort_Eindeutig" />
<assignment to="PSD_Bebauung" from="Input3.PSD_Bebauung" />
<assignment to="PSD_Baum_Laenge" from="Input3.PSD_Baum_Laenge" />
<assignment to="PSD_Baum_Breite" from="Input3.PSD_Baum_Breite" />
<assignment to="PSD_Baum_Ausrichtung" from="Input3.PSD_Baum_Ausrichtung" />
<assignment to="PSD_Abzweigewinkel" from="Input3.PSD_Abzweigewinkel" />
<assignment to="PSD_LR_01_MUX" from="Input3.PSD_LR_01_MUX" />
<assignment to="PSD_LR_Fahrzeug_Pos" from="Input3.PSD_LR_Fahrzeug_Pos" />
<assignment to="PSD_LR_Steigung_3_Wert" from="Input3.PSD_LR_Steigung_3_Wert" />
<assignment to="PSD_LR_Steigung_2_Wert" from="Input3.PSD_LR_Steigung_2_Wert" />
<assignment to="PSD_LR_Steigung_1_Wert" from="Input3.PSD_LR_Steigung_1_Wert" />
<assignment to="PSD_LR_Steigung_3_Offset" from="Input3.PSD_LR_Steigung_3_Offset" />
<assignment to="PSD_LR_Steigung_2_Offset" from="Input3.PSD_LR_Steigung_2_Offset" />
<assignment to="PSD_LR_Steigung_1_Offset" from="Input3.PSD_LR_Steigung_1_Offset" />
<assignment to="PSD_LR_Attribut_3_Offset" from="Input3.PSD_LR_Attribut_3_Offset" />
<assignment to="PSD_LR_Attribut_2_Offset" from="Input3.PSD_LR_Attribut_2_Offset" />
<assignment to="PSD_LR_Attribut_1_Offset" from="Input3.PSD_LR_Attribut_1_Offset" />
<assignment to="PSD_LR_Globale_Steigung" from="Input3.PSD_LR_Globale_Steigung" />
<assignment to="PSD_LR_Attribut_3_Wert" from="Input3.PSD_LR_Attribut_3_Wert" />
<assignment to="PSD_LR_Attribut_2_Wert" from="Input3.PSD_LR_Attribut_2_Wert" />
<assignment to="PSD_LR_Attribut_1_Wert" from="Input3.PSD_LR_Attribut_1_Wert" />
<assignment to="PSD_LR_Profil_Nummer" from="Input3.PSD_LR_Profil_Nummer" />
<assignment to="PSD_LR_Max_Koeff_Amp" from="Input3.PSD_LR_Max_Koeff_Amp" />
<assignment to="PSD_LR_Profil_Laenge" from="Input3.PSD_LR_Profil_Laenge" />
<assignment to="PSD_LR_Steigung_3_Vorz" from="Input3.PSD_LR_Steigung_3_Vorz" />
<assignment to="PSD_LR_Steigung_2_Vorz" from="Input3.PSD_LR_Steigung_2_Vorz" />
<assignment to="PSD_LR_Steigung_1_Vorz" from="Input3.PSD_LR_Steigung_1_Vorz" />
<assignment to="PSD_LR_Globale_Steigung_Vorz" from="Input3.PSD_LR_Globale_Steigung_Vorz" />
<assignment to="PSD_LR_Reset" from="Input3.PSD_LR_Reset" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,205 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="Input1" type="Float64Struct" />
<source name="Input2" type="Float64Struct" />
<source name="Input3" type="Float64Struct" />
<source name="Input4" type="Float64Struct" />
<source name="Input5" type="Float64Struct" />
<source name="Input6" type="Float64Struct" />
<source name="Input7" type="Float64Struct" />
<source name="Input8" type="Float64Struct" />
<source name="Input9" type="Float64Struct" />
<source name="Input10" type="Float64Struct" />
<source name="Input11" type="Float64Struct" />
<source name="Input12" type="Float64Struct" />
<source name="Input13" type="Float64Struct" />
<source name="Input14" type="Float64Struct" />
<source name="Input15" type="Float64Struct" />
<source name="Input16" type="Float64Struct" />
<source name="Input17" type="Float64Struct" />
<source name="Input18" type="Float64Struct" />
<source name="Input19" type="Float64Struct" />
<source name="Input20" type="Float64Struct" />
<source name="Input21" type="Float64Struct" />
<source name="Input22" type="Float64Struct" />
<source name="Input23" type="Float64Struct" />
<source name="Input24" type="Float64Struct" />
<source name="Input25" type="Float64Struct" />
<source name="Input26" type="Float64Struct" />
<source name="Input27" type="Float64Struct" />
<source name="Input28" type="Float64Struct" />
<source name="Input29" type="Float64Struct" />
<source name="Input30" type="Float64Struct" />
<source name="Input31" type="Float64Struct" />
<source name="Input32" type="Float64Struct" />
<source name="Input33" type="Float64Struct" />
<source name="Input34" type="Float64Struct" />
<source name="Input35" type="Float64Struct" />
<source name="Input36" type="Float64Struct" />
<source name="Input37" type="Float64Struct" />
<source name="Input38" type="Float64Struct" />
<source name="Input39" type="Float64Struct" />
<source name="Input40" type="Float64Struct" />
<source name="Input41" type="Float64Struct" />
<source name="Input42" type="Float64Struct" />
<source name="Input43" type="Float64Struct" />
<source name="Input44" type="Float64Struct" />
<source name="Input45" type="Float64Struct" />
<source name="Input46" type="Float64Struct" />
<source name="Input47" type="Float64Struct" />
<source name="Input48" type="Float64Struct" />
<source name="Input49" type="Float64Struct" />
<source name="Input50" type="Float64Struct" />
<source name="Input51" type="Float64Struct" />
<source name="Input52" type="Float64Struct" />
<source name="Input53" type="Float64Struct" />
<source name="Input54" type="Float64Struct" />
<source name="Input55" type="Float64Struct" />
<source name="Input56" type="Float64Struct" />
<source name="Input57" type="Float64Struct" />
<source name="Input58" type="Float64Struct" />
<source name="Input59" type="Float64Struct" />
<source name="Input60" type="Float64Struct" />
<source name="Input61" type="Float64Struct" />
<source name="Input62" type="Float64Struct" />
<source name="Input63" type="Float64Struct" />
<source name="Input64" type="Float64Struct" />
<source name="Input65" type="Float64Struct" />
<source name="Input66" type="Float64Struct" />
<source name="Input67" type="Float64Struct" />
<source name="Input68" type="Float64Struct" />
<source name="Input69" type="Float64Struct" />
<source name="Input70" type="Float64Struct" />
<source name="Input71" type="Float64Struct" />
<source name="Input72" type="Float64Struct" />
<source name="Input73" type="Float64Struct" />
<source name="Input74" type="Float64Struct" />
<source name="Input75" type="Float64Struct" />
<source name="Input76" type="Float64Struct" />
<source name="Input77" type="Float64Struct" />
<source name="Input78" type="Float64Struct" />
<source name="Input79" type="Float64Struct" />
<source name="Input80" type="Float64Struct" />
<source name="Input81" type="Float64Struct" />
<source name="Input82" type="Float64Struct" />
<source name="Input83" type="Float64Struct" />
<source name="Input84" type="Float64Struct" />
<source name="Input85" type="Float64Struct" />
<source name="Input86" type="Float64Struct" />
<source name="Input87" type="Float64Struct" />
<source name="Input88" type="Float64Struct" />
<source name="Input89" type="Float64Struct" />
<source name="Input90" type="Float64Struct" />
<source name="Input91" type="Float64Struct" />
<source name="Input92" type="Float64Struct" />
<source name="Input93" type="Float64Struct" />
</sources>
<targets>
<target name="Output0" type="Player_out">
<assignment to="ACC_aFolCtl_VW" from="Input1.f64Value" />
<assignment to="ACC_bBli_VW" from="Input2.f64Value" />
<assignment to="ACC_bFail_VW" from="Input3.f64Value" />
<assignment to="ACC_bNotAvl_VW" from="Input4.f64Value" />
<assignment to="ACC_dstObj_VW" from="Input5.f64Value" />
<assignment to="ACC_vRelObj_VW" from="Input6.f64Value" />
<assignment to="AccP_r_VW" from="Input7.f64Value" />
<assignment to="Brk_r_VW" from="Input8.f64Value" />
<assignment to="Brk_st_VW" from="Input9.f64Value" />
<assignment to="CnvCl_stMod_VW" from="Input10.f64Value" />
<assignment to="CordFreWhlAx_stPhdFreWhl_VW" from="Input11.f64Value" />
<assignment to="Veh_v_VW" from="Input12.f64Value" />
<assignment to="Disp_vVeh_VW" from="Input13.f64Value" />
<assignment to="DrvModSwt_noModReq_VW" from="Input14.f64Value" />
<assignment to="ESS_bIgOn_VW" from="Input15.f64Value" />
<assignment to="EStoLgCns_pwrIntlWorkAry_C_VW" from="Input16.f64Value" />
<assignment to="EStoLgSdl_stCalcEna_VW" from="Input17.f64Value" />
<assignment to="ElSys_bPwf_VW" from="Input18.f64Value" />
<assignment to="Eng_agPwrStg_VW" from="Input19.f64Value" />
<assignment to="Eng_bCluOp_VW" from="Input20.f64Value" />
<assignment to="Eng_bCodStrtStop_VW" from="Input21.f64Value" />
<assignment to="Eng_n_VW" from="Input22.f64Value" />
<assignment to="Eng_rAcePed_VW" from="Input23.f64Value" />
<assignment to="Eng_v_VW" from="Input24.f64Value" />
<assignment to="GearBx_stFreWhl_VW" from="Input25.f64Value" />
<assignment to="GlbDa_tiDay_VW" from="Input26.f64Value" />
<assignment to="GlbDa_tiHour_VW" from="Input27.f64Value" />
<assignment to="GlbDa_tiMonth_VW" from="Input28.f64Value" />
<assignment to="GlbDa_tiYear_VW" from="Input29.f64Value" />
<assignment to="ImgPrc_bBli_VW" from="Input30.f64Value" />
<assignment to="ImgPrc_bFail_VW" from="Input31.f64Value" />
<assignment to="ImgPrc_bNotAvl_VW" from="Input32.f64Value" />
<assignment to="ImgPrc_dstObj_VW" from="Input33.f64Value" />
<assignment to="ImgPrc_fac_tiObjCrash_VW" from="Input34.f64Value" />
<assignment to="ImgPrc_stObj_VW" from="Input35.f64Value" />
<assignment to="Mmi_bPredDrvAceped_VW" from="Input36.f64Value" />
<assignment to="Mmi_bPredDrvAcv_VW" from="Input37.f64Value" />
<assignment to="Mmi_bSail_VW" from="Input38.f64Value" />
<assignment to="PDCtl_noFid_bNeutFolCtl_VW" from="Input39.f64Value" />
<assignment to="PDEnvObj_noFid_bNeutFolCtl_VW" from="Input40.f64Value" />
<assignment to="PDEnvObj_noFid_stAccObj1_VW" from="Input41.f64Value" />
<assignment to="PDEnvObj_noFid_stImgObj1_VW" from="Input42.f64Value" />
<assignment to="PDMod_noFid_bFailUsrIfPed_VW" from="Input43.f64Value" />
<assignment to="PDMod_noFid_bFailUsrIfSys_VW" from="Input44.f64Value" />
<assignment to="PDMod_noFid_bIniUsrIfPed_VW" from="Input45.f64Value" />
<assignment to="PDMod_noFid_bIniUsrIfSail_VW" from="Input46.f64Value" />
<assignment to="PDMod_noFid_bIniUsrIfSys_VW" from="Input47.f64Value" />
<assignment to="PDMod_noFid_stComAcc_VW" from="Input48.f64Value" />
<assignment to="PDMod_noFid_stComReObj_VW" from="Input49.f64Value" />
<assignment to="PtTqLoss_tqWhlOverRun_VW" from="Input50.f64Value" />
<assignment to="Pt_nClu_VW" from="Input51.f64Value" />
<assignment to="Pt_nWhlAx1_VW" from="Input52.f64Value" />
<assignment to="Pt_r_tqWhlEng_VW" from="Input53.f64Value" />
<assignment to="Pt_tqWhl_VW" from="Input54.f64Value" />
<assignment to="RearObjDet_bBli_VW" from="Input55.f64Value" />
<assignment to="RearObjDet_bFail_VW" from="Input56.f64Value" />
<assignment to="RearObjDet_bNotAvl_VW" from="Input57.f64Value" />
<assignment to="RearObjDet_posnXObj03_VW" from="Input58.f64Value" />
<assignment to="RearObjDet_vRelObj03_VW" from="Input59.f64Value" />
<assignment to="StrtStopSwt_bSwtOut_VW" from="Input60.f64Value" />
<assignment to="Tra_noGear_VW" from="Input61.f64Value" />
<assignment to="TrfcSignDet_noClasLim_vAct_VW" from="Input62.f64Value" />
<assignment to="VLCAvl_stFailCanMsgSum_VW" from="Input63.f64Value" />
<assignment to="VLCAvl_stFailSigSum_VW" from="Input64.f64Value" />
<assignment to="VLCAvl_stPt_VW" from="Input65.f64Value" />
<assignment to="VLCAvl_stQlySigSum_VW" from="Input66.f64Value" />
<assignment to="VLCSt_bAcv_VW" from="Input67.f64Value" />
<assignment to="VLCTra_vOfsSailMin_VW" from="Input68.f64Value" />
<assignment to="VLCTra_vOfsSail_VW" from="Input69.f64Value" />
<assignment to="VLCTra_vSailMax_VW" from="Input70.f64Value" />
<assignment to="VLCTra_vSailMin_VW" from="Input71.f64Value" />
<assignment to="VLCVehA_aFilRstn_VW" from="Input72.f64Value" />
<assignment to="VLCVehA_aLgt_VW" from="Input73.f64Value" />
<assignment to="VLCVehA_aTrvAdp_VW" from="Input74.f64Value" />
<assignment to="VLCVehA_aTrv_VW" from="Input75.f64Value" />
<assignment to="VLCVehA_aVeh_VW" from="Input76.f64Value" />
<assignment to="VLCVehA_rdWhl_VW" from="Input77.f64Value" />
<assignment to="VLCVehA_vVeh_VW" from="Input78.f64Value" />
<assignment to="VarCod_bApffPres_VW" from="Input79.f64Value" />
<assignment to="VarCod_bGearBxTypAt_VW" from="Input80.f64Value" />
<assignment to="VarCod_bLaneChgAsiPres_VW" from="Input81.f64Value" />
<assignment to="VarCod_bPredDrvPres_VW" from="Input82.f64Value" />
<assignment to="VarCod_stCrCtlTyp_VW" from="Input83.f64Value" />
<assignment to="VehFRstn_agRoadPreCtl_VW" from="Input84.f64Value" />
<assignment to="VehFRstn_bFailQly_aLgt_VW" from="Input85.f64Value" />
<assignment to="VehFRstn_bTrail_VW" from="Input86.f64Value" />
<assignment to="VehFRstn_facDrvDir_VW" from="Input87.f64Value" />
<assignment to="VehMEstim_mEstim_VW" from="Input88.f64Value" />
<assignment to="Veh_agRoad_VW" from="Input89.f64Value" />
<assignment to="Veh_bDirIdcLe_VW" from="Input90.f64Value" />
<assignment to="Veh_bDirIdcRi_VW" from="Input91.f64Value" />
<assignment to="Veh_bQly_agRoad_VW" from="Input92.f64Value" />
<assignment to="Veh_stSig_rSlopRoadCan_VW" from="Input93.f64Value" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<adtf:ddl xmlns:adtf="adtf">
<header>
<language_version>3.00</language_version>
<author>TCLAKEW</author>
<date_creation>31.05.2016</date_creation>
<date_change>31.05.2016</date_change>
<description>ADTF generated</description>
</header>
<units>
<baseunit description="Fundamental unit for electric current" name="Ampere" symbol="A" />
<baseunit description="Fundamental unit for luminous intensity" name="Candela" symbol="cd" />
<baseunit description="Non-SI standard unit for angle" name="Degree" symbol="deg" />
<baseunit description="Fundamental unit for thermodynamic temperature" name="Kelvin" symbol="K" />
<baseunit description="Fundamental unit for mass" name="Kilogram" symbol="kg" />
<baseunit description="Fundamental unit for length" name="Metre" symbol="m" />
<baseunit description="Fundamental unit for amount of substance" name="Mole" symbol="mol" />
<baseunit description="Non-SI standard unit for angle" name="Radiant" symbol="rad" />
<baseunit description="Fundamental unit for time" name="Second" symbol="s" />
<baseunit description="No SI, but needed for own unit definitions" name="Unitless" symbol="" />
<baseunit description="No SI, but needed for no unit definitions" name="nou" symbol="" />
<prefixes name="atto" power="-18" symbol="a" />
<prefixes name="centi" power="-2" symbol="c" />
<prefixes name="deca" power="1" symbol="da" />
<prefixes name="deci" power="-1" symbol="d" />
<prefixes name="exa" power="18" symbol="E" />
<prefixes name="femto" power="-15" symbol="f" />
<prefixes name="giga" power="9" symbol="G" />
<prefixes name="hecto" power="2" symbol="h" />
<prefixes name="kilo" power="3" symbol="k" />
<prefixes name="mega" power="6" symbol="M" />
<prefixes name="micro" power="-6" symbol="u" />
<prefixes name="milli" power="-3" symbol="m" />
<prefixes name="nano" power="-9" symbol="n" />
<prefixes name="peta" power="15" symbol="P" />
<prefixes name="pico" power="-12" symbol="p" />
<prefixes name="tera" power="12" symbol="T" />
<prefixes name="yocto" power="-24" symbol="y" />
<prefixes name="yotta" power="24" symbol="Y" />
<prefixes name="zepto" power="-21" symbol="z" />
<prefixes name="zetta" power="21" symbol="Z" />
</units>
<datatypes>
<datatype description="predefined ADTF tBool datatype" max="tTrue" min="tFalse" name="tBool" size="8" />
<datatype description="predefined ADTF tChar datatype" max="127" min="-128" name="tChar" size="8" />
<datatype description="predefined ADTF tFloat32 datatype" max="3.402823e+38" min="-3.402823e+38" name="tFloat32" size="32" />
<datatype description="predefined ADTF tFloat64 datatype" max="1.797693e+308" min="-1.797693e+308" name="tFloat64" size="64" />
<datatype description="predefined ADTF tInt16 datatype" max="32767" min="-32768" name="tInt16" size="16" />
<datatype description="predefined ADTF tInt32 datatype" max="2147483647" min="-2147483648" name="tInt32" size="32" />
<datatype description="predefined ADTF tInt64 datatype" max="9223372036854775807" min="-9223372036854775808" name="tInt64" size="64" />
<datatype description="predefined ADTF tInt8 datatype" max="127" min="-128" name="tInt8" size="8" />
<datatype description="predefined ADTF tUInt16 datatype" max="65535" min="0" name="tUInt16" size="16" />
<datatype description="predefined ADTF tUInt32 datatype" max="4294967295" min="0" name="tUInt32" size="32" />
<datatype description="predefined ADTF tUInt64 datatype" max="18446744073709551615" min="0" name="tUInt64" size="64" />
<datatype description="predefined ADTF tUInt8 datatype" max="255" min="0" name="tUInt8" size="8" />
</datatypes>
<enums>
<enum name="tPixelFormat" type="tInt16">
<element name="PF_16BIT" value="20" />
<element name="PF_24BIT" value="40" />
<element name="PF_32BIT" value="50" />
<element name="PF_8BIT" value="10" />
<element name="PF_ABGR_4444" value="29" />
<element name="PF_ABGR_8888" value="52" />
<element name="PF_ARGB_8888" value="51" />
<element name="PF_BGRA_8888" value="54" />
<element name="PF_BGR_555" value="34" />
<element name="PF_BGR_565" value="35" />
<element name="PF_BGR_888" value="46" />
<element name="PF_CUSTOM" value="1000" />
<element name="PF_GREYSCALE_10" value="21" />
<element name="PF_GREYSCALE_12" value="22" />
<element name="PF_GREYSCALE_14" value="23" />
<element name="PF_GREYSCALE_16" value="24" />
<element name="PF_GREYSCALE_18" value="41" />
<element name="PF_GREYSCALE_20" value="42" />
<element name="PF_GREYSCALE_22" value="43" />
<element name="PF_GREYSCALE_24" value="44" />
<element name="PF_GREYSCALE_32" value="55" />
<element name="PF_GREYSCALE_8" value="11" />
<element name="PF_GREYSCALE_FLOAT32" value="56" />
<element name="PF_RGBA_4444" value="28" />
<element name="PF_RGBA_8888" value="53" />
<element name="PF_RGB_444" value="25" />
<element name="PF_RGB_555" value="26" />
<element name="PF_RGB_565" value="27" />
<element name="PF_RGB_8" value="12" />
<element name="PF_RGB_888" value="45" />
<element name="PF_RIII_10" value="30" />
<element name="PF_RIII_12" value="31" />
<element name="PF_RIII_14" value="32" />
<element name="PF_RIII_16" value="33" />
<element name="PF_UNKNOWN" value="0" />
<element name="PF_YUV420P_888" value="60" />
</enum>
<enum name="tTestEnum" type="tInt32">
<element name="A" value="1" />
<element name="B" value="2" />
<element name="C" value="3" />
</enum>
</enums>
<structs>
<struct alignment="1" name="MinimalStruct" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" default="41" name="i8Val" type="tInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="i16Val" type="tInt16" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="3" name="i32Val" type="tInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="7" name="i64Val" type="tInt64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="15" name="ui8Val" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="ui16Val" type="tUInt16" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="18" name="ui32Val" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="22" name="ui64Val" type="tUInt64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="30" name="f32Val" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="34" name="f64Val" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="42" name="bVal" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="43" name="cVal" type="tChar" />
</struct>
<struct alignment="1" name="InStruct" version="1">
<element alignment="1" arraysize="10" byteorder="LE" bytepos="0" name="f32Ary" type="tFloat32" />
<element alignment="1" arraysize="10" byteorder="LE" bytepos="12" name="i8Ary" type="tInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="22" name="enumVal" type="tPixelFormat" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="24" name="structMinimal" type="MinimalStruct" />
<element alignment="1" arraysize="2" byteorder="LE" bytepos="68" name="structMinimalAry" type="MinimalStruct" />
</struct>
<struct alignment="1" name="OutStruct" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" default="42" name="i8Val" type="tInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="i16Val" type="tInt16" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="3" name="i32Val" type="tInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="7" name="i64Val" type="tInt64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="15" name="ui8Val" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="ui16Val" type="tUInt16" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="18" name="ui32Val" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="22" name="ui64Val" type="tUInt64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="30" name="f32Val" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="34" name="f64Val" type="tFloat64" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="42" name="bVal" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="43" name="cVal" type="tChar" />
<element alignment="1" arraysize="10" byteorder="LE" bytepos="44" name="f32Ary" type="tFloat32" />
<element alignment="1" arraysize="10" byteorder="LE" bytepos="56" name="i8Ary" type="tInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="66" name="enumVal" type="tPixelFormat" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="68" name="enumVal2" type="tTestEnum" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="72" name="enumValDef" type="tPixelFormat" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="76" name="structMinimal" type="MinimalStruct" />
<element alignment="1" arraysize="2" byteorder="LE" bytepos="118" name="structMinimalAry" type="MinimalStruct" />
</struct>
</structs>
<streams />
</adtf:ddl>

View file

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="MinimalSignal" type="MinimalStruct" />
<source name="MinimalSignal2" type="MinimalStruct" />
<source name="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal" type="OutStruct">
<assignment to="i16Val" constant="3" />
<assignment to="structMinimal.i8Val" constant="4" />
<assignment to="i32Val" from="MinimalSignal.i32Val" />
<assignment to="i64Val" from="MinimalSignal.f32Val" />
<assignment to="ui8Val" from="MinimalSignal.ui8Val" transformation="add2" />
<assignment to="ui16Val" from="MinimalSignal.f32Val" transformation="add2" />
<assignment to="f32Ary[0]" from="InSignal.f32Ary[0]" />
<assignment to="f32Ary[1]" from="MinimalSignal.i32Val" />
<assignment to="enumVal" from="InSignal.enumVal" />
<assignment to="enumValDef" constant="60" />
<assignment to="structMinimal.i16Val" from="MinimalSignal.i16Val" />
<assignment to="structMinimal.i32Val" from="InSignal.structMinimal.i32Val" />
<assignment to="structMinimal.i64Val" from="InSignal.structMinimal.ui32Val" />
<assignment to="i8Ary" from="InSignal.i8Ary" transformation="add2" />
<assignment to="structMinimalAry[0]" from="MinimalSignal" />
<assignment to="ui64Val" function="simulation_time()" />
<assignment to="ui32Val" function="trigger_counter()" />
<assignment to="bVal" function="received(MinimalSignal)" />
<trigger type="signal" variable="InSignal" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="less_than" value="2" />
</target>
<target name="OutSignal2" type="OutStruct">
<assignment to="i16Val" constant="3" />
<assignment to="ui16Val" from="MinimalSignal.f32Val" transformation="add2" />
<assignment to="structMinimalAry[0]" from="MinimalSignal2" />
<assignment to="i8Ary" from="InSignal.f32Ary" transformation="add2" />
<assignment to="enumVal" from="InSignal.enumVal" transformation="pixelTable" />
<assignment to="enumVal2" from="InSignal.enumVal" transformation="enumTable" />
</target>
<target name="OutSignal3" type="OutStruct">
<assignment to="ui32Val" function="trigger_counter(5)" />
<trigger type="signal" variable="InSignal" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="equal" value="-1.0" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="not_equal" value="2" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="less_than" value="3" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="less_than_equal" value="3" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="greater_than" value="4" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="greater_than_equal" value="4" />
</target>
</targets>
<transformations>
<polynomial name="add2" a="2" b="1" />
<enum_table name="pixelTable" from="tPixelFormat" to="tPixelFormat" default="PF_UNKNOWN" >
<conversion from="PF_16BIT" to="PF_8BIT" />
<conversion from="PF_24BIT" to="PF_24BIT" />
<conversion from="PF_32BIT" to="PF_24BIT" />
<conversion from="PF_8BIT" to="PF_8BIT" />
<conversion from="PF_ABGR_4444" to="PF_BGR_555" />
<conversion from="PF_ABGR_8888" to="PF_BGR_565" />
</enum_table>
<enum_table name="enumTable" from="tPixelFormat" to="tTestEnum" default="C" >
<conversion from="PF_16BIT" to="A" />
<conversion from="PF_24BIT" to="B" />
</enum_table>
</transformations>
</mapping>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="MinimalSignal" type="MinimalStruct" />
<source name="MinimalSignal2" type="MinimalStruct" />
<source name="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal" type="OutStruct">
<assignment to="i16Val" constant="3" />
<assignment to="structMinimal.i8Val" constant="4" />
<assignment to="enumValDef" constant="60" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="MinimalSignal" type="MinimalStruct" />
<source name="MinimalSignal2" type="MinimalStruct" />
<source name="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal" type="OutStruct">
<assignment to="i32Val" from="MinimalSignal.i32Val" />
<assignment to="i64Val" from="MinimalSignal.f32Val" />
<assignment to="f32Ary[0]" from="InSignal.f32Ary[0]" />
<assignment to="f32Ary[1]" from="MinimalSignal.i32Val" />
<assignment to="enumVal" from="InSignal.enumVal" />
<assignment to="structMinimal.i16Val" from="MinimalSignal.i16Val" />
<assignment to="structMinimal.i32Val" from="InSignal.structMinimal.i32Val" />
<assignment to="structMinimal.i64Val" from="InSignal.structMinimal.ui32Val" />
<assignment to="structMinimalAry[0]" from="MinimalSignal" />
</target>
<target name="OutSignal2" type="OutStruct">
<assignment to="i16Val" constant="3" />
<assignment to="structMinimalAry[0]" from="MinimalSignal2" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="MinimalSignal" type="MinimalStruct" />
<source name="MinimalSignal2" type="MinimalStruct" />
<source name="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal" type="OutStruct">
<assignment to="ui64Val" function="simulation_time()" />
<assignment to="ui32Val" function="trigger_counter()" />
<assignment to="bVal" function="received(MinimalSignal)" />
<trigger type="signal" variable="InSignal" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="MinimalSignal" type="MinimalStruct" />
<source name="MinimalSignal2" type="MinimalStruct" />
<source name="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal" type="OutStruct">
<assignment to="ui8Val" from="MinimalSignal.ui8Val" transformation="add2" />
<assignment to="ui16Val" from="MinimalSignal.f32Val" transformation="add2" />
<assignment to="i8Ary" from="InSignal.i8Ary" transformation="add2" />
</target>
<target name="OutSignal2" type="OutStruct">
<assignment to="ui16Val" from="MinimalSignal.f32Val" transformation="add2" />
<assignment to="i8Ary" from="InSignal.f32Ary" transformation="add2" />
<assignment to="enumVal" from="InSignal.enumVal" transformation="pixelTable" />
<assignment to="enumVal2" from="InSignal.enumVal" transformation="enumTable" />
</target>
</targets>
<transformations>
<polynomial name="add2" a="2" b="1" />
<enum_table name="pixelTable" from="tPixelFormat" to="tPixelFormat" default="PF_UNKNOWN" >
<conversion from="PF_16BIT" to="PF_8BIT" />
<conversion from="PF_24BIT" to="PF_24BIT" />
<conversion from="PF_32BIT" to="PF_24BIT" />
<conversion from="PF_8BIT" to="PF_8BIT" />
<conversion from="PF_ABGR_4444" to="PF_BGR_555" />
<conversion from="PF_ABGR_8888" to="PF_BGR_565" />
</enum_table>
<enum_table name="enumTable" from="tPixelFormat" to="tTestEnum" default="C" >
<conversion from="PF_16BIT" to="A" />
<conversion from="PF_24BIT" to="B" />
</enum_table>
</transformations>
</mapping>

View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="MinimalSignal" type="MinimalStruct" />
<source name="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal3" type="OutStruct">
<assignment to="ui32Val" function="trigger_counter(5)" />
<trigger type="signal" variable="InSignal" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="equal" value="-1.0" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="not_equal" value="2" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="less_than" value="3" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="less_than_equal" value="3" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="greater_than" value="4" />
<trigger type="data" variable="MinimalSignal.i32Val" operator="greater_than_equal" value="4" />
</target>
<target name="OutSignalTrigger" type="OutStruct">
<trigger type="periodic" period="100" unit="ms" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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="InSignal" type="InStruct" />
</sources>
<targets>
<target name="OutSignal" type="OutStruct">
<assignment to="i16Val" function="trigger_counter()" />
<trigger type="signal" variable="InSignal" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<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>
<targets>
<target name="Signal2" type="tFEP_Driver_LateralControl">
<assignment from="Light.ui32ValidityMask" to="f32SteeringWheel" transformation="polynom2" />
<assignment constant="21" to="ui32ValidityMask" />
<trigger type="periodic" period="100" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- <from> and <constant> attributes set at the same time for <assignment> to 'f64SimTime' -->
<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="f64SimTime" constant="42" from="Light.ui8Spare1[3]"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing 'from' or 'constant' attribute for assignment element -->
<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="f64SimTime" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Redefinition of source '%s' -->
<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" />
<source name="Light" type="tFEP_Driver_WiperControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Unknown source type '%s' -->
<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="tBullshit" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Redefinition of target or name reuse of source '%s' -->
<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="Signal" type="tFEP_Driver_LightControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Unknown target type '%s' -->
<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>
<targets>
<target name="Signal" type="tBullshit">
<assignment to="sAalaControl" from="Bullshit" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Empty or non-numeric constant '%s' -->
<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>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="f64SimTime" constant="true" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Target element referenced by 'to' unknown or invalid: '%s' -->
<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>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="bullshit" constant="42" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Assignment references unknown source: '%s' -->
<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>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="sAalaControl" from="Bullshit" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Source element referenced by 'from' unknown or invalid: '%s' -->
<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="AALA" type="tFEP_Driver_AalaControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="sAalaControl" from="AALA.nBullshit" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Destination element is assigned repeatedly: %s -->
<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="ui8Spare1[0]" from="Light.ui8Spare1[3]" />
<assignment to="ui8Spare1[0]" from="Light.ui8Spare1[2]" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Structure <assignment> 'sLightControl' overwrites previous element <assignment> in <target> 'Signal' -->
<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="sLightControl.eLightState" from="Light.eLightState" />
<assignment to="sLightControl" from="Light" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing 'to' attribute for <assignment> element -->
<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 constant="42" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Element <assignment> 'sLightControl.eLightState' overwrites previous structure <assignment> in <target> 'Signal' -->
<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="sLightControl" from="Light" />
<assignment to="sLightControl.eLightState" from="Light.eLightState" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Unknown transformation: %s -->
<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="AALA" type="tFEP_Driver_AalaControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="sAalaControl" from="AALA" transformation="bullshit"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Incompatible types in <assignment>: struct->other struct -->
<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="sAalaControl" from="Light" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Incompatible types in <assignment>: struct->primitive -->
<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="ui8Spare0" from="Light" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Incompatible types in <assignment>: primitive->struct -->
<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="sAalaControl" from="Light.bEmergency" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Incompatible types in <assignment>: array->array with other size -->
<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="AALA" type="tFEP_Driver_AalaControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="ui8Spare1" from="AALA.ui8Spare" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing <to> attribute for an <assignment> -->
<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="" from="Light.ui8Spare1[3]"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- <from> attribute empty for <assignment> to 'f64SimTime' -->
<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="f64SimTime" from=""/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing <trigger> type attribute -->
<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="f64SimTime" constant="42" />
<trigger type="" period="10" unit="ms"/>
</target>
</targets>
<transformations>
<polynomial name="polynom1" a="1" b="1.7" c="2.0" d="1.1" />
<polynomial name="polynom2" a="2" b="1" />
</transformations>
</mapping>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Invalid period attribute for periodic trigger (expected positive integer) -->
<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="f64SimTime" constant="42" />
<trigger type="periodic" period="-1" unit="ms"/>
</target>
</targets>
<transformations>
<polynomial name="polynom1" a="1" b="1.7" c="2.0" d="1.1" />
<polynomial name="polynom2" a="2" b="1" />
</transformations>
</mapping>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing <language_version>, <author>, <date_creation>, <date_change> or <description> element in header -->
<mapping>
<header>
</header>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing unit attribute for periodic trigger -->
<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="f64SimTime" constant="42" />
<trigger type="periodic" period="1"/>
</target>
</targets>
<transformations>
<polynomial name="polynom1" a="1" b="1.7" c="2.0" d="1.1" />
<polynomial name="polynom2" a="2" b="1" />
</transformations>
</mapping>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Invalid element type in <target> 'Signal': 'tigger' -->
<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="f64SimTime" constant="42" />
<tigger type="periodic" period="1"/>
</target>
</targets>
<transformations>
<polynomial name="polynom1" a="1" b="1.7" c="2.0" d="1.1" />
<polynomial name="polynom2" a="2" b="1" />
</transformations>
</mapping>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Invalid coefficient attribute 'b' for polynomial transformation 'polynom2' (expected number), -->
<!-- Invalid coefficient attribute 'd' for polynomial transformation 'polynom2' (expected number) -->
<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="ui8Spare1[0]" from="Light.ui8Spare1[3]" transformation="polynom2"/>
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
<transformations>
<polynomial name="polynom2" a="1e3" b="1.7+7.1" c="-2.345" d="10^3" />
</transformations>
</mapping>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Dynamic target elements are not allowed: 'f64DynamicArray' in <target> 'DynSignal' -->
<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="DynSource" type="tDynStruct" />
</sources>
<targets>
<target name="DynSignal" type="tDynStruct">
<assignment to="f64DynamicArray" from="f64DynamicArray"/>
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- pp(199): info 0x00000000: Incompatible types for <assignment> to 'ui8Spare1[0]' in <target> 'Signal' -->
<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="ui8Spare1[0]" from="Light.ui8Spare1"/>
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- <function> should be of type 'simulation_time()', 'trigger_counter([Modulo])' or 'received([Signal])' for <assignment> to 'ui32VehicleId' -->
<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" function="simulation_time)" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- <function> of type 'simulation_time()' takes no argumentfor <assignment> to 'ui32VehicleId' -->
<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" function="simulation_time(1)" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- <function> of type'received([Signal])' has no argument for <assignment> to 'ui32VehicleId' -->
<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" function="received()" />
<trigger type="periodic" period="10" unit="ms"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing variable attribute for signal trigger (expected a source name) -->
<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" />
<trigger type="signal"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Variable attribute for data trigger should be a signal element (expected [Signal].[Element]),Invalid operator attribute for data trigger (
expected <, >, <=, >=, == or !=),Invalid value attribute for data trigger (expected floating point value) -->
<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" />
<trigger type="data" variable="Light" operator="<5" value="ui32VehicleId"/>
</target>
</targets>
</mapping>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing or empty name attribute for <source> element -->
<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 type="tFEP_Driver_LightControl" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View 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>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing or empty type attribute for <source> element -->
<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" />
</sources>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing name attribute for <target> element -->
<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 type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing type attribute for <target> element -->
<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>
<targets>
<target name="Signal" >
</target>
</targets>
</mapping>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing <mapping> root element -->
<blubb>
</blubb>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Missing <header> element -->
<mapping>
</mapping>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Trying to merge conflicting source definition -->
<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_WiperControl" />
</sources>
</mapping>

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Trying to merge conflicting target definition -->
<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>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
</target>
</targets>
</mapping>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Trying to merge conflicting transformation definition -->
<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>
<polynomial name="polynom1" a="42" />
</transformations>
</mapping>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!-- Trying to merge conflicting transformation definition -->
<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>
<targets>
<target name="Signal" type="tFEP_Driver_DriverCtrl">
<assignment to="ui32VehicleId" constant="42" />
</target>
</targets>
</mapping>

View file

@ -0,0 +1,19 @@
<?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>

View file

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<adtf:ddl xmlns:adtf="adtf">
<header>
<language_version>3.00</language_version>
<author>KERNAND</author>
<date_creation>24.06.2014</date_creation>
<date_change>31.03.2015</date_change>
<description>FEP Driver standard interfaces</description>
</header>
<units />
<datatypes>
<datatype description="predefined ADTF tBool datatype" name="tBool" size="8" />
<datatype description="predefined ADTF tChar datatype" name="tChar" size="8" />
<datatype description="predefined ADTF tUInt8 datatype" name="tUInt8" size="8" />
<datatype description="predefined ADTF tInt8 datatype" name="tInt8" size="8" />
<datatype description="predefined ADTF tUInt16 datatype" name="tUInt16" size="16" />
<datatype description="predefined ADTF tInt16 datatype" name="tInt16" size="16" />
<datatype description="predefined ADTF tUInt32 datatype" name="tUInt32" size="32" />
<datatype description="predefined ADTF tInt32 datatype" name="tInt32" size="32" />
<datatype description="predefined ADTF tUInt64 datatype" name="tUInt64" size="64" />
<datatype description="predefined ADTF tInt64 datatype" name="tInt64" size="64" />
<datatype description="predefined ADTF tFloat32 datatype" name="tFloat32" size="32" />
<datatype description="predefined ADTF tFloat64 datatype" name="tFloat64" size="64" />
</datatypes>
<enums>
<enum name="tFEP_Driver_WiperState" type="tUInt8">
<element name="WS_Off" value="0" />
<element name="WS_Auto" value="1" />
<element name="WS_Interval" value="2" />
<element name="WS_OnStandard" value="3" />
<element name="WS_OnFast" value="4" />
</enum>
<enum name="tFEP_Driver_LightState" type="tUInt8">
<element name="LS_Off" value="0" />
<element name="LS_Auto" value="1" />
<element name="LS_Parking" value="2" />
<element name="LS_OnLowBeam" value="3" />
<element name="LS_OnHighBeam" value="4" />
</enum>
<enum name="tFEP_Driver_AalaInterventionPoint" type="tUInt8">
<element name="AIP_Early" value="0" />
<element name="AIP_Late" value="1" />
</enum>
<enum name="tFEP_Driver_GearSelection" type="tUInt8">
<element name="GS_P" value="0" />
<element name="GS_D" value="1" />
<element name="GS_R" value="2" />
<element name="GS_N" value="3" />
<element name="GS_1" value="4" />
<element name="GS_2" value="5" />
<element name="GS_3" value="6" />
<element name="GS_4" value="7" />
<element name="GS_5" value="8" />
<element name="GS_6" value="9" />
<element name="GS_7" value="10" />
<element name="GS_8" value="11" />
</enum>
</enums>
<structs>
<struct alignment="1" name="tFEP_Driver_DriverCtrl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f64SimTime" type="tFloat64" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="ui32VehicleId" type="tUInt32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" name="eGear" type="tFEP_Driver_GearSelection" />
<element alignment="1" arraysize="3" byteorder="LE" bytepos="13" name="ui8Spare0" type="tUInt8" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="sLongitudinal" type="tFEP_Driver_LongitudinalControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="40" name="sLateral" type="tFEP_Driver_LateralControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="56" name="sLightControl" type="tFEP_Driver_LightControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="72" name="sWiperControl" type="tFEP_Driver_WiperControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="80" name="sAccControl" type="tFEP_Driver_AccControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="88" name="sAalaControl" type="tFEP_Driver_AalaControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="96" name="sAdditionalControl" type="tFEP_Driver_AdditionalControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="104" name="ui32ValidityMask" type="tUInt32" default="23"/>
<element alignment="1" arraysize="4" byteorder="LE" bytepos="108" name="ui8Spare1" type="tUInt8" default="23"/>
</struct>
<struct alignment="1" name="tFEP_Driver_LongitudinalControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f32ThrottlePedal" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="f32BrakePedal" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="f32ClutchPedal" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" name="f32AccelTarget" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="f32SpeedTarget" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="20" name="ui32ValidityMask" type="tUInt32" default="23"/>
</struct>
<struct alignment="1" name="tFEP_Driver_LateralControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f32SteeringWheel" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="f32SteeringTarget" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="f32SteeringTorque" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" name="ui32ValidityMask" type="tUInt32" />
</struct>
<struct alignment="1" name="tFEP_Driver_LightControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="eLightState" type="tFEP_Driver_LightState" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="bIndicatorLeft" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="2" name="bIndicatorRight" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="3" name="bFlashLight" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="bFogFront" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="5" name="bFogRear" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="6" name="bEmergency" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="7" name="ui8Spare0" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="ui32ValidityMask" type="tUInt32" />
<element alignment="1" arraysize="4" byteorder="LE" bytepos="12" name="ui8Spare1" type="tUInt8" />
</struct>
<struct alignment="1" name="tFEP_Driver_WiperControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="eFrontState" type="tFEP_Driver_WiperState" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="eRearState" type="tFEP_Driver_WiperState" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="2" name="bWashFront" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="3" name="bWashRear" type="tBool" />
<element alignment="1" arraysize="4" byteorder="LE" bytepos="4" name="ui8Spare" type="tUInt8" />
</struct>
<struct alignment="1" name="tFEP_Driver_AccControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="bActive" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="ui8GapSelected" type="tUInt8" />
<element alignment="1" arraysize="2" byteorder="LE" bytepos="2" name="ui8Spare" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="f32SpeedTarget" type="tFloat32" />
</struct>
<struct alignment="1" name="tFEP_Driver_AalaControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="bActive" type="tBool" />
<element alignment="1" arraysize="1" byteorder="BE" bytepos="1" name="eIntervention" type="tFEP_Driver_AalaInterventionPoint" />
<element alignment="1" arraysize="6" byteorder="LE" bytepos="2" name="ui8Spare" type="tUInt8" />
</struct>
<struct alignment="1" name="tFEP_Driver_AdditionalControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="bParkingBrake" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="bHorn" type="tBool" />
<element alignment="1" arraysize="2" byteorder="LE" bytepos="2" name="ui8Spare" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="ui32ValidityMask" type="tUInt32" />
</struct>
<struct alignment="1" name="tDynStruct" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="ui32SomeData" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="ui32DynArraySize" type="tUInt32" />
<element alignment="1" arraysize="ui32DynArraySize" byteorder="LE" bytepos="8" name="f64DynamicArray" type="tFloat64" />
</struct>
</structs>
<streams />
</adtf:ddl>

View file

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<adtf:ddl xmlns:adtf="adtf">
<header>
<language_version>3.00</language_version>
<author>KERNAND</author>
<date_creation>24.06.2014</date_creation>
<date_change>31.03.2015</date_change>
<description>FEP Driver standard interfaces</description>
</header>
<units />
<datatypes>
<datatype description="predefined ADTF tBool datatype" name="tBool" size="8" />
<datatype description="predefined ADTF tChar datatype" name="tChar" size="8" />
<datatype description="predefined ADTF tUInt8 datatype" name="tUInt8" size="8" />
<datatype description="predefined ADTF tInt8 datatype" name="tInt8" size="8" />
<datatype description="predefined ADTF tUInt16 datatype" name="tUInt16" size="16" />
<datatype description="predefined ADTF tInt16 datatype" name="tInt16" size="16" />
<datatype description="predefined ADTF tUInt32 datatype" name="tUInt32" size="32" />
<datatype description="predefined ADTF tInt32 datatype" name="tInt32" size="32" />
<datatype description="predefined ADTF tUInt64 datatype" name="tUInt64" size="64" />
<datatype description="predefined ADTF tInt64 datatype" name="tInt64" size="64" />
<datatype description="predefined ADTF tFloat32 datatype" name="tFloat32" size="32" />
<datatype description="predefined ADTF tFloat64 datatype" name="tFloat64" size="64" />
</datatypes>
<enums>
<enum name="tFEP_Driver_WiperState" type="tUInt8">
<element name="WS_Off" value="0" />
<element name="WS_Auto" value="1" />
<element name="WS_Interval" value="2" />
<element name="WS_OnStandard" value="3" />
<element name="WS_OnFast" value="4" />
</enum>
<enum name="tFEP_Driver_LightState" type="tUInt8">
<element name="LS_Off" value="0" />
<element name="LS_Auto" value="1" />
<element name="LS_Parking" value="2" />
<element name="LS_OnLowBeam" value="3" />
<element name="LS_OnHighBeam" value="4" />
</enum>
<enum name="tFEP_Driver_AalaInterventionPoint" type="tUInt8">
<element name="AIP_Early" value="0" />
<element name="AIP_Late" value="1" />
</enum>
<enum name="tFEP_Driver_GearSelection" type="tUInt8">
<element name="GS_P" value="0" />
<element name="GS_D" value="1" />
<element name="GS_R" value="2" />
<element name="GS_N" value="3" />
<element name="GS_1" value="4" />
<element name="GS_2" value="5" />
<element name="GS_3" value="6" />
<element name="GS_4" value="7" />
<element name="GS_5" value="8" />
<element name="GS_6" value="9" />
<element name="GS_7" value="10" />
<element name="GS_8" value="11" />
</enum>
</enums>
<structs>
<struct alignment="1" name="tFEP_Driver_DriverCtrl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f64SimTime" type="tFloat64" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="ui32VehicleId" type="tUInt32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" name="eGear" type="tFEP_Driver_GearSelection" />
<element alignment="1" arraysize="3" byteorder="LE" bytepos="13" name="ui8Spare0" type="tUInt8" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="sLongitudinal" type="tFEP_Driver_LongitudinalControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="40" name="sLateral" type="tFEP_Driver_LateralControl_new" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="56" name="sLightControl" type="tFEP_Driver_LightControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="72" name="sWiperControl" type="tFEP_Driver_WiperControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="80" name="sAccControl" type="tFEP_Driver_AccControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="88" name="sAalaControl" type="tFEP_Driver_AalaControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="96" name="sAdditionalControl" type="tFEP_Driver_AdditionalControl" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="104" name="ui32ValidityMask" type="tUInt32" default="23"/>
<element alignment="1" arraysize="4" byteorder="LE" bytepos="108" name="ui8Spare1" type="tUInt8" default="23"/>
</struct>
<struct alignment="1" name="tFEP_Driver_LongitudinalControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f32ThrottlePedal" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="f32BrakePedal" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="f32ClutchPedal" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" name="f32AccelTarget" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="16" name="f32SpeedTarget" type="tFloat32" default="23"/>
<element alignment="1" arraysize="1" byteorder="LE" bytepos="20" name="ui32ValidityMask" type="tUInt32" default="23"/>
</struct>
<struct alignment="1" name="tFEP_Driver_LateralControl_new" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="f32SteeringWheel" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="f32SteeringTarget" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="f32SteeringTorque" type="tFloat32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="12" name="ui32ValidityMask" type="tUInt32" />
</struct>
<struct alignment="1" name="tFEP_Driver_LightControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="eLightState" type="tFEP_Driver_LightState" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="bIndicatorLeft" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="2" name="bIndicatorRight" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="3" name="bFlashLight" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="bFogFront" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="5" name="bFogRear" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="6" name="bEmergency" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="7" name="ui8Spare0" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="8" name="ui32ValidityMask" type="tUInt32" />
<element alignment="1" arraysize="4" byteorder="LE" bytepos="12" name="ui8Spare1" type="tUInt8" />
</struct>
<struct alignment="1" name="tFEP_Driver_WiperControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="eFrontState" type="tFEP_Driver_WiperState" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="eRearState" type="tFEP_Driver_WiperState" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="2" name="bWashFront" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="3" name="bWashRear" type="tBool" />
<element alignment="1" arraysize="4" byteorder="LE" bytepos="4" name="ui8Spare" type="tUInt8" />
</struct>
<struct alignment="1" name="tFEP_Driver_AccControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="bActive" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="ui8GapSelected" type="tUInt8" />
<element alignment="1" arraysize="2" byteorder="LE" bytepos="2" name="ui8Spare" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="f32SpeedTarget" type="tFloat32" />
</struct>
<struct alignment="1" name="tFEP_Driver_AalaControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="bActive" type="tBool" />
<element alignment="1" arraysize="1" byteorder="BE" bytepos="1" name="eIntervention" type="tFEP_Driver_AalaInterventionPoint" />
<element alignment="1" arraysize="6" byteorder="LE" bytepos="2" name="ui8Spare" type="tUInt8" />
</struct>
<struct alignment="1" name="tFEP_Driver_AdditionalControl" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="bParkingBrake" type="tBool" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="1" name="bHorn" type="tBool" />
<element alignment="1" arraysize="2" byteorder="LE" bytepos="2" name="ui8Spare" type="tUInt8" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="ui32ValidityMask" type="tUInt32" />
</struct>
<struct alignment="1" name="tDynStruct" version="1">
<element alignment="1" arraysize="1" byteorder="LE" bytepos="0" name="ui32SomeData" type="tUInt32" />
<element alignment="1" arraysize="1" byteorder="LE" bytepos="4" name="ui32DynArraySize" type="tUInt32" />
<element alignment="1" arraysize="ui32DynArraySize" byteorder="LE" bytepos="8" name="f64DynamicArray" type="tFloat64" />
</struct>
</structs>
<streams />
</adtf:ddl>