Changes between Version 5 and Version 6 of spec/Dcm


Ignore:
Timestamp:
Jan 8, 2015, 6:02:27 PM (9 years ago)
Author:
fujisft-shigihara
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spec/Dcm

    v5 v6  
    77[[BR]]
    88
    9 {{{#!comment
    10 [執筆開始時削除エリア]ここから
    11 ※コメントごと削除してください
    12 }}}
    13 * '''本項目は、まだ執筆されていません'''
    14 * '''執筆して頂ける方は、本注意書きを削除の上、執筆をお願いします(詳しくは本Wikiのソースコードをご参照ください)'''
    15 * '''質問事項等がございましたら、[http://dev.toppers.jp/trac_user/ap/wiki/ Wikiトップページ]にあります[http://dev.toppers.jp/trac_user/ap/wiki/WikiStart#%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B%E5%85%88 問い合わせ先]までお願いします'''
     9= 概要 =
     10
     11* API一覧
     12  * "--"は未規定
     13
     14  ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||
     15  || [#Dcm_Init Dcm_Init]                                             ||  1|| 0x01||
     16  || [#Dcm_GetVersionInfo Dcm_GetVersionInfo]                         || 36|| 0x24||
     17  || [#Dcm_DemTriggerOnDTCStatus Dcm_DemTriggerOnDTCStatus]           || 43|| 0x2B||
     18  || [#Dcm_GetSecurityLevel Dcm_GetSecurityLevel]                     || 13|| 0x0D||
     19  || [#Dcm_GetSesCtrlType Dcm_GetSesCtrlType]                         ||  6|| 0x06||
     20  || [#Dcm_GetActiveProtocol Dcm_GetActiveProtocol]                   || 15|| 0x0F||
     21  || [#Dcm_ResetToDefaultSession Dcm_ResetToDefaultSession]           || 42|| 0x2A||
     22  || [#Dcm_TriggerOnEvent Dcm_TriggerOnEvent]                         || 45|| 0x2D||
     23  || [#Dcm_StopROE Dcm_StopROE]                                       || 46|| 0x2E||
     24  || [#Dcm_RestartROE Dcm_RestartROE]                                 || 47|| 0x2F||
     25  || [#Dcm_StartOfReception Dcm_StartOfReception]                     ||  0|| 0x00||
     26  || [#Dcm_CopyRxData Dcm_CopyRxData]                                 ||  2|| 0x02||
     27  || [#Dcm_TpRxIndication Dcm_TpRxIndication]                         ||  3|| 0x03||
     28  || [#Dcm_CopyTxData Dcm_CopyTxData]                                 ||  4|| 0x04||
     29  || [#Dcm_TpTxConfirmation Dcm_TpTxConfirmation]                     ||  5|| 0x05||
     30  || [#Dcm_ComM_NoComModeEntered Dcm_ComM_NoComModeEntered]           || 33|| 0x21||
     31  || [#Dcm_ComM_SilentComModeEntered Dcm_ComM_SilentComModeEntered]   || 34|| 0x22||
     32  || [#Dcm_ComM_FullComModeEntered Dcm_ComM_FullComModeEntered]       || 35|| 0x23||
     33  || [#Dcm_ReadMemory Dcm_ReadMemory]                                 || 38|| 0x26||
     34  || [#Dcm_WriteMemory Dcm_WriteMemory]                               || 39|| 0x27||
     35  || [#Dcm_Confirmation Dcm_Confirmation]                             || 41|| 0x29||
     36  || [#Dcm_SetProgConditions Dcm_SetProgConditions]                   || --||   --||
     37  || [#Dcm_GetProgConditions Dcm_GetProgConditions]                   || --||   --||
     38  || [#Dcm_ProcessRequestTransferExit Dcm_ProcessRequestTransferExit] || 50|| 0x32||
     39  || [#Dcm_ProcessRequestUpload Dcm_ProcessRequestUpload]             || 49|| 0x31||
     40  || [#Dcm_ProcessRequestDownload Dcm_ProcessRequestDownload]         || 48|| 0x30||
     41  || [#Dcm_MainFunction Dcm_MainFunction]                             || 37|| 0x25||
     42  || [#Xxx_ReadData Xxx_ReadData]                                     || 52,59|| 0x34,0x3B||
     43  || [#Xxx_WriteData Xxx_WriteData]                                   || 53,62|| 0x35,0x3E||
     44  || [#Xxx_ReadDataLength Xxx_ReadDataLength]                         || 54|| 0x36||
     45  || [#Xxx_ConditionCheckRead Xxx_ConditionCheckRead]                 || 55|| 0x37||
     46  || [#Xxx_GetScalingInformation Xxx_GetScalingInformation]           || 56|| 0x38||
     47  || [#Xxx_ReturnControlToECU Xxx_ReturnControlToECU]                 || 57|| 0x39||
     48  || [#Xxx_ResetToDefault Xxx_ResetToDefault]                         || 60|| 0x3C||
     49  || [#Xxx_FreezeCurrentState Xxx_FreezeCurrentState]                 || 58|| 0x3A||
     50  || [#Xxx_ShortTermAdjustment Xxx_ShortTermAdjustment]               || 61|| 0x3D||
     51  || [#Xxx_IsDidAvailable Xxx_IsDidAvailable]                         || 63|| 0x3F||
     52  || [#Xxx_ReadDidData Xxx_ReadDidData]                               || 64|| 0x40||
     53  || [#Xxx_WriteDidData Xxx_WriteDidData]                             || 65|| 0x41||
     54  || [#Dcm_ExternalSetNegResponse Dcm_ExternalSetNegResponse]         || 48|| 0x30||
     55  || [#Dcm_ExternalProcessingDone Dcm_ExternalProcessingDone]         || 49|| 0x31||
     56
     57* コンフィギュレーション一覧
     58  * [#DcmConfigSet DcmConfigSet]
     59    * [#DcmDsd DcmDsd]
     60      * [#DcmDsdServiceTable DcmDsdServiceTable]
     61        * [#DcmDsdSidTabId DcmDsdSidTabId]
     62        * [#DcmDsdService DcmDsdService]
     63          * [#DcmDsdSidTabFnc DcmDsdSidTabFnc]
     64          * [#DcmDsdSidTabServiceId DcmDsdSidTabServiceId]
     65          * [#DcmDsdSidTabSubfuncAvail DcmDsdSidTabSubfuncAvail]
     66          * [#DcmDsdSidTabModeRuleRef DcmDsdSidTabModeRuleRef]
     67          * [#DcmDsdSidTabSecurityLevelRef DcmDsdSidTabSecurityLevelRef]
     68          * [#DcmDsdSidTabSessionLevelRef DcmDsdSidTabSessionLevelRef]
     69          * [#DcmDsdSubService DcmDsdSubService]
     70            * [#DcmDsdSubServiceFnc DcmDsdSubServiceFnc]
     71            * [#DcmDsdSubServiceId DcmDsdSubServiceId]
     72            * [#DcmDsdSubServiceModeRuleRef DcmDsdSubServiceModeRuleRef]
     73            * [#DcmDsdSubServiceSecurityLevelRef DcmDsdSubServiceSecurityLevelRef]
     74            * [#DcmDsdSubServiceSessionLevelRef DcmDsdSubServiceSessionLevelRef]
     75    * [#DcmDsl DcmDsl]
     76      * [#DcmDslBuffer DcmDslBuffer]
     77        * [#DcmDslBufferSize DcmDslBufferSize]
     78      * [#DcmDslCallbackDCMRequestService DcmDslCallbackDCMRequestService]
     79      * [#DcmDslDiagResp DcmDslDiagResp]
     80        * [#DcmDslDiagRespMaxNumRespPend DcmDslDiagRespMaxNumRespPend]
     81        * [#DcmDslDiagRespOnSecondDeclinedRequest DcmDslDiagRespOnSecondDeclinedRequest]
     82      * [#DcmDslProtocol DcmDslProtocol]
     83        * [#DcmDslProtocolRow DcmDslProtocolRow]
     84          * [#DcmDslProtocolEndiannessConvEnabled DcmDslProtocolEndiannessConvEnabled]
     85          * [#DcmDslProtocolID DcmDslProtocolID]
     86          * [#DcmDslProtocolIsParallelExecutab DcmDslProtocolIsParallelExecutab]
     87          * [#DcmDslProtocolPreemptTimeout DcmDslProtocolPreemptTimeout]
     88          * [#DcmDslProtocolPriority DcmDslProtocolPriority]
     89          * [#DcmDslProtocolTransType DcmDslProtocolTransType]
     90          * [#DcmSendRespPendOnTransToBoot DcmSendRespPendOnTransToBoot]
     91          * [#DcmTimStrP2ServerAdjust DcmTimStrP2ServerAdjust]
     92          * [#DcmTimStrP2StarServerAdjust DcmTimStrP2StarServerAdjust]
     93          * [#DcmDslProtocolRxBufferID DcmDslProtocolRxBufferID]
     94          * [#DcmDslProtocolSIDTable DcmDslProtocolSIDTable]
     95          * [#DcmDslProtocolSessionRef DcmDslProtocolSessionRef]
     96          * [#DcmDslProtocolTxBufferID DcmDslProtocolTxBufferID]
     97          * [#DcmDslConnection DcmDslConnection]
     98            * [#DcmDslMainConnection DcmDslMainConnection]
     99              * [#DcmDslProtocolRxTesterSourceAddr DcmDslProtocolRxTesterSourceAddr]
     100              * [#DcmDslPeriodicTranmissionConRef DcmDslPeriodicTranmissionConRef]
     101              * [#DcmDslROEConnectionRef DcmDslROEConnectionRef]
     102              * [#DcmDslProtocolRx DcmDslProtocolRx]
     103                * [#DcmDslProtocolRxAddrType DcmDslProtocolRxAddrType]
     104                * [#DcmDslProtocolRxChannelId DcmDslProtocolRxChannelId]
     105                * [#DcmDslProtocolRxPduId DcmDslProtocolRxPduId]
     106                * [#DcmDslProtocolRxPduRef DcmDslProtocolRxPduRef]
     107                * [#DcmDslProtocolRxComMChannelRef DcmDslProtocolRxComMChannelRef]
     108              * [#DcmDslProtocolTx DcmDslProtocolTx]
     109                * [#DcmDslTxConfirmationPduId DcmDslTxConfirmationPduId]
     110                * [#DcmDslProtocolTxPduRef DcmDslProtocolTxPduRef]
     111            * [#DcmDslPeriodicTransmission DcmDslPeriodicTransmission]
     112              * [#DcmDslPeriodicConnection DcmDslPeriodicConnection]
     113                * [#DcmDslPeriodicTxConfirmationPduId DcmDslPeriodicTxConfirmationPduId]
     114                * [#DcmDslPeriodicTxPduRef DcmDslPeriodicTxPduRef]
     115            * [#DcmDslResponseOnEvent DcmDslResponseOnEvent]
     116              * [#DcmDslRoeTxConfirmationPduId DcmDslRoeTxConfirmationPduId]
     117              * [#DcmDslRoeTxPduRef DcmDslRoeTxPduRef]
     118      * [#DcmDslServiceRequestManufacturerNotification DcmDslServiceRequestManufacturerNotification]
     119      * [#DcmDslServiceRequestSupplierNotification DcmDslServiceRequestSupplierNotification]
     120    * [#DcmDsp DcmDsp]
     121      * [#DcmDspMaxDidToRead DcmDspMaxDidToRead]
     122      * [#DcmDspPowerDownTime DcmDspPowerDownTime]
     123      * [#DcmDspComControl DcmDspComControl]
     124        * [#DcmDspComControlAllChannel DcmDspComControlAllChannel]
     125          * [#DcmDspAllComMChannelRef DcmDspAllComMChannelRef]
     126        * [#DcmDspComControlSetting DcmDspComControlSetting]
     127          * [#DcmDspComControlCommunicationReEnableModeRuleRef DcmDspComControlCommunicationReEnableModeRuleRef]
     128        * [#DcmDspComControlSpecificChannel DcmDspComControlSpecificChannel]
     129          * [#DcmDspSubnetNumber DcmDspSubnetNumber]
     130          * [#DcmDspSpecificComMChannelRef DcmDspSpecificComMChannelRef]
     131      * [#DcmDspControlDTCSetting DcmDspControlDTCSetting]
     132        * [#DcmDspControlDTCSettingReEnableModeRuleRef DcmDspControlDTCSettingReEnableModeRuleRef]
     133      * [#DcmDspData DcmDspData]
     134        * [#DcmDspDataConditionCheckReadFnc DcmDspDataConditionCheckReadFnc]
     135        * [#DcmDspDataEcuSignal DcmDspDataEcuSignal]
     136        * [#DcmDspDataFreezeCurrentStateFnc DcmDspDataFreezeCurrentStateFnc]
     137        * [#DcmDspDataGetScalingInfoFnc DcmDspDataGetScalingInfoFnc]
     138        * [#DcmDspDataReadDataLengthFnc DcmDspDataReadDataLengthFnc]
     139        * [#DcmDspDataReadEcuSignal DcmDspDataReadEcuSignal]
     140        * [#DcmDspDataReadFnc DcmDspDataReadFnc]
     141        * [#DcmDspDataResetToDefaultFnc DcmDspDataResetToDefaultFnc]
     142        * [#DcmDspDataReturnControlToEcuFnc DcmDspDataReturnControlToEcuFnc]
     143        * [#DcmDspDataShortTermAdjustmentFnc DcmDspDataShortTermAdjustmentFnc]
     144        * [#DcmDspDataSize DcmDspDataSize]
     145        * [#DcmDspDataType DcmDspDataType]
     146        * [#DcmDspDataUsePort DcmDspDataUsePort]
     147        * [#DcmDspDataWriteFnc DcmDspDataWriteFnc]
     148        * [#DcmDspDataInfoRef DcmDspDataInfoRef]
     149        * [#DcmDspDataBlockIdRef DcmDspDataBlockIdRef]
     150      * [#DcmDspDataInfo DcmDspDataInfo]
     151        * [#DcmDspDataFixedLength DcmDspDataFixedLength]
     152        * [#DcmDspDataScalingInfoSize DcmDspDataScalingInfoSize]
     153      * [#DcmDspDid DcmDspDid]
     154        * [#DcmDspDidIdentifier DcmDspDidIdentifier]
     155        * [#DcmDspDidRoeQueueEnabled DcmDspDidRoeQueueEnabled]
     156        * [#DcmDspDidUsed DcmDspDidUsed]
     157        * [#DcmDspDidInfoRef DcmDspDidInfoRef]
     158        * [#DcmDspDidRef DcmDspDidRef]
     159        * [#DcmDspDidExtRoe DcmDspDidExtRoe]
     160          * [#DcmDspDidRoeActivateFnc DcmDspDidRoeActivateFnc]
     161          * [#DcmDspDidRoeEventId DcmDspDidRoeEventId]
     162        * [#DcmDspDidSignal DcmDspDidSignal]
     163          * [#DcmDspDidDataPos DcmDspDidDataPos]
     164          * [#DcmDspDidDataRef DcmDspDidDataRef]
     165      * [#DcmDspDidInfo DcmDspDidInfo]
     166        * [#DcmDspDidDynamicallyDefined DcmDspDidDynamicallyDefined]
     167        * [#DcmDspDidAccess DcmDspDidAccess]
     168          * [#DcmDspDidControl DcmDspDidControl]
     169            * [#DcmDspDidFreezeCurrentState DcmDspDidFreezeCurrentState]
     170            * [#DcmDspDidResetToDefault DcmDspDidResetToDefault]
     171            * [#DcmDspDidReturnControlToEcu DcmDspDidReturnControlToEcu]
     172            * [#DcmDspDidShortTermAdjustment DcmDspDidShortTermAdjustment]
     173            * [#DcmDspDidControlModeRuleRef DcmDspDidControlModeRuleRef]
     174            * [#DcmDspDidControlSecurityLevelRef DcmDspDidControlSecurityLevelRef]
     175            * [#DcmDspDidControlSessionRef DcmDspDidControlSessionRef]
     176          * [#DcmDspDidRead DcmDspDidRead]
     177            * [#DcmDspDidReadModeRuleRef DcmDspDidReadModeRuleRef]
     178            * [#DcmDspDidReadSecurityLevelRef DcmDspDidReadSecurityLevelRef]
     179            * [#DcmDspDidReadSessionRef DcmDspDidReadSessionRef]
     180          * [#DcmDspDidWrite DcmDspDidWrite]
     181            * [#DcmDspDidWriteModeRuleRef DcmDspDidWriteModeRuleRef]
     182            * [#DcmDspDidWriteSecurityLevelRef DcmDspDidWriteSecurityLevelRef]
     183            * [#DcmDspDidWriteSessionRef DcmDspDidWriteSessionRef]
     184      * [#DcmDspDidRange DcmDspDidRange]
     185        * [#DcmDspDidRangeHasGaps DcmDspDidRangeHasGaps]
     186        * [#DcmDspDidRangeIdentifierLowerLimit DcmDspDidRangeIdentifierLowerLimit]
     187        * [#DcmDspDidRangeIdentifierUpperLimit DcmDspDidRangeIdentifierUpperLimit]
     188        * [#DcmDspDidRangeIsDidAvailableFnc DcmDspDidRangeIsDidAvailableFnc]
     189        * [#DcmDspDidRangeMaxDataLength DcmDspDidRangeMaxDataLength]
     190        * [#DcmDspDidRangeReadDidFnc DcmDspDidRangeReadDidFnc]
     191        * [#DcmDspDidRangeUsePort DcmDspDidRangeUsePort]
     192        * [#DcmDspDidRangeWriteDidFnc DcmDspDidRangeWriteDidFnc]
     193        * [#DcmDspDidRangeInfoRef DcmDspDidRangeInfoRef]
     194      * [#DcmDspMemory DcmDspMemory]
     195        * [#DcmDspUseMemoryId DcmDspUseMemoryId]
     196        * [#DcmDspMemoryIdInfo DcmDspMemoryIdInfo]
     197          * [#DcmDspMemoryIdValue DcmDspMemoryIdValue]
     198          * [#DcmDspReadMemoryRangeInfo DcmDspReadMemoryRangeInfo]
     199            * [#DcmDspReadMemoryRangeHigh DcmDspReadMemoryRangeHigh]
     200            * [#DcmDspReadMemoryRangeLow DcmDspReadMemoryRangeLow]
     201            * [#DcmDspReadMemoryRangeModeRuleRef DcmDspReadMemoryRangeModeRuleRef]
     202            * [#DcmDspReadMemoryRangeSecurityLevelRef DcmDspReadMemoryRangeSecurityLevelRef]
     203          * [#DcmDspWriteMemoryRangeInfo DcmDspWriteMemoryRangeInfo]
     204            * [#DcmDspWriteMemoryRangeHigh DcmDspWriteMemoryRangeHigh]
     205            * [#DcmDspWriteMemoryRangeLow DcmDspWriteMemoryRangeLow]
     206            * [#DcmDspWriteMemoryRangeModeRuleRef DcmDspWriteMemoryRangeModeRuleRef]
     207            * [#DcmDspWriteMemoryRangeSecurityLevelRef DcmDspWriteMemoryRangeSecurityLevelRef]
     208      * [#DcmDspPid DcmDspPid]
     209        * [#DcmDspPidIdentifier DcmDspPidIdentifier]
     210        * [#DcmDspPidService DcmDspPidService]
     211        * [#DcmDspPidSize DcmDspPidSize]
     212        * [#DcmDspPidUsed DcmDspPidUsed]
     213        * [#DcmDspPidData DcmDspPidData]
     214          * [#DcmDspPidDataPos DcmDspPidDataPos]
     215          * [#DcmDspPidDataSize DcmDspPidDataSize]
     216          * [#DcmDspPidDataSupportInfo DcmDspPidDataSupportInfo]
     217            * [#DcmDspPidDataSupportInfoBit DcmDspPidDataSupportInfoBit]
     218            * [#DcmDspPidDataSupportInfoRef DcmDspPidDataSupportInfoRef]
     219          * [#DcmDspPidService01 DcmDspPidService01]
     220            * [#DcmDspPidDataReadFnc DcmDspPidDataReadFnc]
     221            * [#DcmDspPidDataUsePort DcmDspPidDataUsePort]
     222          * [#DcmDspPidService02 DcmDspPidService02]
     223            * [#DcmDspPidDataDemRef DcmDspPidDataDemRef]
     224        * [#DcmDspPidSupportInfo DcmDspPidSupportInfo]
     225          * [#DcmDspPidSupportInfoLen DcmDspPidSupportInfoLen]
     226          * [#DcmDspPidSupportInfoPos DcmDspPidSupportInfoPos]
     227      * [#DcmDspRequestControl DcmDspRequestControl]
     228        * [#DcmDspRequestControlInBufferSize DcmDspRequestControlInBufferSize]
     229        * [#DcmDspRequestControlOutBufferSize DcmDspRequestControlOutBufferSize]
     230        * [#DcmDspRequestControlTestId DcmDspRequestControlTestId]
     231      * [#DcmDspRoe DcmDspRoe]
     232        * [#DcmDspRoeBufSize DcmDspRoeBufSize]
     233        * [#DcmDspRoeInitFnc DcmDspRoeInitFnc]
     234        * [#DcmDspRoeInitOnDSC DcmDspRoeInitOnDSC]
     235        * [#DcmDspRoeInterMessageTime DcmDspRoeInterMessageTime]
     236        * [#DcmDspRoeMaxEventLength DcmDspRoeMaxEventLength]
     237        * [#DcmDspRoeMaxNumberOfRetry DcmDspRoeMaxNumberOfRetry]
     238        * [#DcmDspRoeMaxQueueLength DcmDspRoeMaxQueueLength]
     239        * [#DcmDspRoeQueueEnabled DcmDspRoeQueueEnabled]
     240        * [#DcmDspRoeStopFnc DcmDspRoeStopFnc]
     241      * [#DcmDspRoutine DcmDspRoutine]
     242        * [#DcmDspRequestResultsRoutineFnc DcmDspRequestResultsRoutineFnc]
     243        * [#DcmDspRequestResultsRoutineSupported DcmDspRequestResultsRoutineSupported]
     244        * [#DcmDspRoutineFixedLength DcmDspRoutineFixedLength]
     245        * [#DcmDspRoutineIdentifier DcmDspRoutineIdentifier]
     246        * [#DcmDspRoutineUsePort DcmDspRoutineUsePort]
     247        * [#DcmDspRoutineUsed DcmDspRoutineUsed]
     248        * [#DcmDspStartRoutineFnc DcmDspStartRoutineFnc]
     249        * [#DcmDspStopRoutineFnc DcmDspStopRoutineFnc]
     250        * [#DcmDspStopRoutineSupported DcmDspStopRoutineSupported]
     251        * [#DcmDspRoutineInfoRef DcmDspRoutineInfoRef]
     252      * [#DcmDspRoutineInfo DcmDspRoutineInfo]
     253        * [#DcmDspRoutineAuthorization DcmDspRoutineAuthorization]
     254          * [#DcmDspRoutineModeRuleRef DcmDspRoutineModeRuleRef]
     255          * [#DcmDspRoutineSecurityLevelRef DcmDspRoutineSecurityLevelRef]
     256          * [#DcmDspRoutineSessionRef DcmDspRoutineSessionRef]
     257        * [#DcmDspRoutineRequestResOut DcmDspRoutineRequestResOut]
     258          * [#DcmDspRoutineRequestResOutSignal DcmDspRoutineRequestResOutSignal]
     259            * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
     260            * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
     261            * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
     262        * [#DcmDspRoutineStopIn DcmDspRoutineStopIn]
     263          * [#DcmDspRoutineStopInSignal DcmDspRoutineStopInSignal]
     264            * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
     265            * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
     266            * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
     267        * [#DcmDspRoutineStopOut DcmDspRoutineStopOut]
     268          * [#DcmDspRoutineStopOutSignal DcmDspRoutineStopOutSignal]
     269            * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
     270            * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
     271            * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
     272        * [#DcmDspStartRoutineIn DcmDspStartRoutineIn]
     273          * [#DcmDspStartRoutineInSignal DcmDspStartRoutineInSignal]
     274            * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
     275            * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
     276            * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
     277        * [#DcmDspStartRoutineOut DcmDspStartRoutineOut]
     278          * [#DcmDspStartRoutineOutSignal DcmDspStartRoutineOutSignal]
     279            * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
     280            * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
     281            * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
     282      * [#DcmDspSecurity DcmDspSecurity]
     283        * [#DcmDspSecurityRow DcmDspSecurityRow]
     284          * [#DcmDspSecurityADRSize DcmDspSecurityADRSize]
     285          * [#DcmDspSecurityDelayTime DcmDspSecurityDelayTime]
     286          * [#DcmDspSecurityDelayTimeOnBoot DcmDspSecurityDelayTimeOnBoot]
     287          * [#DcmDspSecurityKeySize DcmDspSecurityKeySize]
     288          * [#DcmDspSecurityLevel DcmDspSecurityLevel]
     289          * [#DcmDspSecurityNumAttDelay DcmDspSecurityNumAttDelay]
     290          * [#DcmDspSecuritySeedSize DcmDspSecuritySeedSize]
     291      * [#DcmDspSession DcmDspSession]
     292        * [#DcmDspSessionRow DcmDspSessionRow]
     293          * [#DcmDspSessionForBoot DcmDspSessionForBoot]
     294          * [#DcmDspSessionLevel DcmDspSessionLevel]
     295          * [#DcmDspSessionP2ServerMax DcmDspSessionP2ServerMax]
     296          * [#DcmDspSessionP2StarServerMax DcmDspSessionP2StarServerMax]
     297      * [#DcmDspTestResultByObdmid DcmDspTestResultByObdmid]
     298        * [#DcmDspTestResultObdmidTid DcmDspTestResultObdmidTid]
     299          * [#DcmDspTestResultObdmid DcmDspTestResultObdmid]
     300          * [#DcmDspTestResultObdmidTids DcmDspTestResultObdmidTids]
     301            * [#DcmDspTestResultObdmidTidUaSid DcmDspTestResultObdmidTidUaSid]
     302            * [#DcmDspTestResultObdmidTidRef DcmDspTestResultObdmidTidRef]
     303        * [#DcmDspTestResultTid DcmDspTestResultTid]
     304          * [#DcmDspTestResultTestId DcmDspTestResultTestId]
     305      * [#DcmDspVehInfo DcmDspVehInfo]
     306        * [#DcmDspVehInfoInfoType DcmDspVehInfoInfoType]
     307        * [#DcmDspVehInfoData DcmDspVehInfoData]
     308          * [#DcmDspVehInfoDataOrder DcmDspVehInfoDataOrder]
     309          * [#DcmDspVehInfoDataReadFnc DcmDspVehInfoDataReadFnc]
     310          * [#DcmDspVehInfoDataSize DcmDspVehInfoDataSize]
     311          * [#DcmDspVehInfoDataUsePort DcmDspVehInfoDataUsePort]
     312    * [#DcmGeneral DcmGeneral]
     313      * [#DcmDevErrorDetect DcmDevErrorDetect]
     314      * [#DcmRequestManufacturerNotificationEnabled DcmRequestManufacturerNotificationEnabled]
     315      * [#DcmRequestSupplierNotificationEnabled DcmRequestSupplierNotificationEnabled]
     316      * [#DcmRespondAllRequest DcmRespondAllRequest]
     317      * [#DcmTaskTime DcmTaskTime]
     318      * [#DcmVersionInfoApi DcmVersionInfoApi]
     319    * [#DcmPageBufferCfg DcmPageBufferCfg]
     320      * [#DcmPagedBufferEnabled DcmPagedBufferEnabled]
     321      * [#DcmPagedBufferTimeout DcmPagedBufferTimeout]
     322    * [#DcmProcessingConditions DcmProcessingConditions]
     323      * [#DcmModeCondition DcmModeCondition]
     324        * [#DcmConditionType DcmConditionType]
     325        * [#DcmBswModeRef DcmBswModeRef]
     326        * [#DcmSwcModeRef DcmSwcModeRef]
     327      * [#DcmModeRule DcmModeRule]
     328        * [#DcmLogicalOperator DcmLogicalOperator]
     329        * [#DcmModeRuleNrcValue DcmModeRuleNrcValue]
     330        * [#DcmArgumentRef DcmArgumentRef]
     331
     332* エラーコード一覧
     333
     334  ||= エラーコード =||= Dec =||= Hex =||
     335  || DCM_E_INTERFACE_TIMEOUT         ||  1|| 0x01||
     336  || DCM_E_INTERFACE_RETURN_VALUE    ||  2|| 0x02||
     337  || DCM_E_INTERFACE_BUFFER_OVERFLOW ||  3|| 0x03||
     338  || DCM_E_UNINIT                    ||  5|| 0x05||
     339  || DCM_E_PARAM                     ||  6|| 0x06||
     340  || DCM_E_PARAM_POINTER             ||  7|| 0x07||
     341
    16342----
    17 {{{#!comment
    18 [執筆開始時削除エリア]ここまで
    19 ※コメントごと削除してください
    20 }}}
    21 
    22 = 概要 =
     343
     344= API仕様 =
     345
     346== Dcm_Init ==
     347{{{
     348void Dcm_Init(const Dcm_ConfigType* ConfigPtr)
     349}}}
     350
     351== Dcm_GetVersionInfo ==
     352{{{
     353void Dcm_GetVersionInfo(Std_VersionInfoType* versionInfo)
     354}}}
     355
     356== Dcm_DemTriggerOnDTCStatus ==
     357{{{
     358Std_ReturnType Dcm_DemTriggerOnDTCStatus(uint32 DTC, Dem_UdsStatusByteType DTCStatusOld, Dem_UdsStatusByteType DTCStatusNew)
     359}}}
     360
     361== Dcm_GetSecurityLevel ==
     362{{{
     363Std_ReturnType Dcm_GetSecurityLevel(Dcm_SecLevelType* SecLevel)
     364}}}
     365
     366== Dcm_GetSesCtrlType ==
     367{{{
     368Std_ReturnType Dcm_GetSesCtrlType(Dcm_SesCtrlType* SesCtrlType)
     369}}}
     370
     371== Dcm_GetActiveProtocol ==
     372{{{
     373Std_ReturnType Dcm_GetActiveProtocol(Dcm_ProtocolType* ActiveProtocol)
     374}}}
     375
     376== Dcm_ResetToDefaultSession ==
     377{{{
     378Std_ReturnType Dcm_ResetToDefaultSession(void)
     379}}}
     380
     381== Dcm_TriggerOnEvent ==
     382{{{
     383Std_ReturnType Dcm_TriggerOnEvent(uint8 RoeEventId)
     384}}}
     385
     386== Dcm_StopROE ==
     387{{{
     388Std_ReturnType Dcm_StopROE(void)
     389}}}
     390
     391== Dcm_RestartROE ==
     392{{{
     393Std_ReturnType Dcm_RestartROE(void)
     394}}}
     395
     396== Dcm_StartOfReception ==
     397{{{
     398BufReq_ReturnType Dcm_StartOfReception(PduIdType DcmRxPduId, const PduInfoType* info, PduLengthType TpSduLength, PduLengthType* RxBufferSizePtr)
     399}}}
     400
     401== Dcm_CopyRxData ==
     402{{{
     403BufReq_ReturnType Dcm_CopyRxData(PduIdType DcmRxPduId, const PduInfoType* PduInfoPtr, PduLengthType* RxBufferSizePtr)
     404}}}
     405
     406== Dcm_TpRxIndication ==
     407{{{
     408void Dcm_TpRxIndication(PduIdType DcmRxPduId, NotifResultType Result)
     409}}}
     410
     411== Dcm_CopyTxData ==
     412{{{
     413BufReq_ReturnType Dcm_CopyTxData(PduIdType DcmTxPduId, const PduInfoType* PduInfoPtr, RetryInfoType* RetryInfoPtr, PduLengthType* TxDataCntPtr)
     414}}}
     415
     416== Dcm_TpTxConfirmation ==
     417{{{
     418void Dcm_TpTxConfirmation(PduIdType DcmTxPduId, NotifResultType Result)
     419}}}
     420
     421== Dcm_ComM_NoComModeEntered ==
     422{{{
     423void Dcm_ComM_NoComModeEntered(uint8 NetworkId)
     424}}}
     425
     426== Dcm_ComM_SilentComModeEntered ==
     427{{{
     428void Dcm_ComM_SilentComModeEntered(uint8 NetworkId)
     429}}}
     430
     431== Dcm_ComM_FullComModeEntered ==
     432{{{
     433void Dcm_ComM_FullComModeEntered(uint8 NetworkId)
     434}}}
     435
     436== Dcm_ReadMemory ==
     437{{{
     438Dcm_ReturnReadMemoryType Dcm_ReadMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData)
     439}}}
     440
     441== Dcm_WriteMemory ==
     442{{{
     443Dcm_ReturnWriteMemoryType Dcm_WriteMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData)
     444}}}
     445
     446== Dcm_Confirmation ==
     447{{{
     448void Dcm_Confirmation(Dcm_IdContextType idContext, PduIdType dcmRxPduId, Dcm_ConfirmationStatusType status)
     449}}}
     450
     451== Dcm_SetProgConditions ==
     452{{{
     453Std_ReturnType Dcm_SetProgConditions(Dcm_ProgConditionsType * ProgConditions)
     454}}}
     455
     456== Dcm_GetProgConditions ==
     457{{{
     458Dcm_EcuStartModeType Dcm_GetProgConditions(Dcm_ProgConditionsType * ProgConditions)
     459}}}
     460
     461== Dcm_ProcessRequestTransferExit ==
     462{{{
     463Std_ReturnType Dcm_ProcessRequestTransferExit(Dcm_OpStatusType OpStatus, uint8* ParameterRecord, uint32 ParameterRecordSize, Dcm_NegativeResponseCodeType* ErrorCode)
     464}}}
     465
     466== Dcm_ProcessRequestUpload ==
     467{{{
     468Std_ReturnType Dcm_ProcessRequestUpload(Dcm_OpStatusType OpStatus, uint8 DataFormatIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint32* BlockLength, Dcm_NegativeResponseCodeType* ErrorCode)
     469}}}
     470
     471== Dcm_ProcessRequestDownload ==
     472{{{
     473Std_ReturnType Dcm_ProcessRequestDownload(Dcm_OpStatusType OpStatus, uint8 DataFormatIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint32* BlockLength, Dcm_NegativeResponseCodeType* ErrorCode)
     474}}}
     475
     476== Dcm_MainFunction ==
     477{{{
     478void Dcm_MainFunction(void)
     479}}}
     480
     481== Xxx_ReadData ==
     482{{{
     483Std_ReturnType Xxx_ReadData(uint8* Data)
     484}}}
     485{{{
     486Std_ReturnType Xxx_ReadData(Dcm_OpStatusType OpStatus, uint8* Data)
     487}}}
     488
     489== Xxx_WriteData ==
     490{{{
     491Std_ReturnType Xxx_WriteData(uint8* Data, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     492}}}
     493{{{
     494Std_ReturnType Xxx_WriteData(uint8* Data, uint16 DataLength, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     495}}}
     496
     497== Xxx_ReadDataLength ==
     498{{{
     499Std_ReturnType Xxx_ReadDataLength(uint16* DataLength)
     500}}}
     501
     502== Xxx_ConditionCheckRead ==
     503{{{
     504Std_ReturnType Xxx_ConditionCheckRead(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     505}}}
     506
     507== Xxx_GetScalingInformation ==
     508{{{
     509Std_ReturnType Xxx_GetScalingInformation(Dcm_OpStatusType OpStatus, uint8* ScalingInfo, Dcm_NegativeResponseCodeType* ErrorCode)
     510}}}
     511
     512== Xxx_ReturnControlToECU ==
     513{{{
     514Std_ReturnType Xxx_ReturnControlToECU(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     515}}}
     516
     517== Xxx_ResetToDefault ==
     518{{{
     519Std_ReturnType Xxx_ResetToDefault(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     520}}}
     521
     522== Xxx_FreezeCurrentState ==
     523{{{
     524Std_ReturnType Xxx_FreezeCurrentState(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     525}}}
     526
     527== Xxx_ShortTermAdjustment ==
     528{{{
     529Std_ReturnType Xxx_ShortTermAdjustment(uint8* ControlStateInfo, uint16 DataLength, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     530}}}
     531
     532== Xxx_IsDidAvailable ==
     533{{{
     534Std_ReturnType Xxx_IsDidAvailable(uint16 DID, Dcm_OpStatusType OpStatus,  uint8* supported)
     535}}}
     536
     537== Xxx_ReadDidData ==
     538{{{
     539Std_ReturnType Xxx_ReadDidData(uint16 DID, uint8* Data, Dcm_OpStatusType OpStatus, uint16 DataLength, Dcm_NegativeResponseCodeType ErrorCode)
     540}}}
     541
     542== Xxx_WriteDidData ==
     543{{{
     544Std_ReturnType Xxx_WriteDidData(uint16 DID, uint8* Data, Dcm_OpStatusType OpStatus, uint16 DataLength, Dcm_NegativeResponseCodeType ErrorCode)
     545}}}
     546
     547== Dcm_ExternalSetNegResponse ==
     548{{{
     549void Dcm_ExternalSetNegResponse(Dcm_MsgContextType* pMsgContext, Dcm_NegativeResponseCodeType ErrorCode)
     550}}}
     551
     552== Dcm_ExternalProcessingDone ==
     553{{{
     554void Dcm_ExternalProcessingDone(Dcm_MsgContextType* pMsgContext)
     555}}}
    23556
    24557----
    25558
    26 = API仕様 =
    27 
    28 ----
    29 
    30559= コンフィギュレーション仕様 =
     560
     561== DcmConfigSet ==
     562{{{
     563/AUTOSAR/EcucDefs/Dcm/DcmConfigSet
     564}}}
     565* 型:Container
     566* 多重度:1
     567
     568== DcmDsd ==
     569{{{
     570/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd
     571}}}
     572* 型:Container
     573* 多重度:1
     574
     575== DcmDsdServiceTable ==
     576{{{
     577/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable
     578}}}
     579* 型:Container
     580* 多重度:1..256
     581
     582== DcmDsdSidTabId ==
     583{{{
     584/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdSidTabId
     585}}}
     586* 型:IntegerParam
     587* 多重度:1
     588
     589== DcmDsdService ==
     590{{{
     591/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService
     592}}}
     593* 型:Container
     594* 多重度:1..*
     595
     596== DcmDsdSidTabFnc ==
     597{{{
     598/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabFnc
     599}}}
     600* 型:FunctionName
     601* 多重度:0..1
     602
     603== DcmDsdSidTabServiceId ==
     604{{{
     605/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabServiceId
     606}}}
     607* 型:IntegerParam
     608* 多重度:1
     609
     610== DcmDsdSidTabSubfuncAvail ==
     611{{{
     612/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabSubfuncAvail
     613}}}
     614* 型:BooleanParam
     615* 多重度:1
     616
     617== DcmDsdSidTabModeRuleRef ==
     618{{{
     619/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabModeRuleRef
     620}}}
     621* 型:Reference
     622* 多重度:0..1
     623
     624== DcmDsdSidTabSecurityLevelRef ==
     625{{{
     626/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabSecurityLevelRef
     627}}}
     628* 型:Reference
     629* 多重度:0..*
     630
     631== DcmDsdSidTabSessionLevelRef ==
     632{{{
     633/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabSessionLevelRef
     634}}}
     635* 型:Reference
     636* 多重度:0..*
     637
     638== DcmDsdSubService ==
     639{{{
     640/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService
     641}}}
     642* 型:Container
     643* 多重度:0..*
     644
     645== DcmDsdSubServiceFnc ==
     646{{{
     647/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceFnc
     648}}}
     649* 型:FunctionName
     650* 多重度:0..1
     651
     652== DcmDsdSubServiceId ==
     653{{{
     654/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceId
     655}}}
     656* 型:IntegerParam
     657* 多重度:1
     658
     659== DcmDsdSubServiceModeRuleRef ==
     660{{{
     661/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceModeRuleRef
     662}}}
     663* 型:Reference
     664* 多重度:0..1
     665
     666== DcmDsdSubServiceSecurityLevelRef ==
     667{{{
     668/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceSecurityLevelRef
     669}}}
     670* 型:Reference
     671* 多重度:0..*
     672
     673== DcmDsdSubServiceSessionLevelRef ==
     674{{{
     675/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceSessionLevelRef
     676}}}
     677* 型:Reference
     678* 多重度:0..*
     679
     680== DcmDsl ==
     681{{{
     682/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl
     683}}}
     684* 型:Container
     685* 多重度:1
     686
     687== DcmDslBuffer ==
     688{{{
     689/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer
     690}}}
     691* 型:Container
     692* 多重度:1..256
     693
     694== DcmDslBufferSize ==
     695{{{
     696/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer/DcmDslBufferSize
     697}}}
     698* 型:IntegerParam
     699* 多重度:1
     700
     701== DcmDslCallbackDCMRequestService ==
     702{{{
     703/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslCallbackDCMRequestService
     704}}}
     705* 型:Container
     706* 多重度:1..*
     707
     708== DcmDslDiagResp ==
     709{{{
     710/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp
     711}}}
     712* 型:Container
     713* 多重度:1
     714
     715== DcmDslDiagRespMaxNumRespPend ==
     716{{{
     717/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespMaxNumRespPend
     718}}}
     719* 型:IntegerParam
     720* 多重度:1
     721
     722== DcmDslDiagRespOnSecondDeclinedRequest ==
     723{{{
     724/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespOnSecondDeclinedRequest
     725}}}
     726* 型:BooleanParam
     727* 多重度:1
     728
     729== DcmDslProtocol ==
     730{{{
     731/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol
     732}}}
     733* 型:Container
     734* 多重度:1
     735
     736== DcmDslProtocolRow ==
     737{{{
     738/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow
     739}}}
     740* 型:Container
     741* 多重度:1..*
     742
     743== DcmDslProtocolEndiannessConvEnabled ==
     744{{{
     745/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolEndiannessConvEnabled
     746}}}
     747* 型:BooleanParam
     748* 多重度:1
     749
     750== DcmDslProtocolID ==
     751{{{
     752/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolID
     753}}}
     754* 型:EnumerationParam
     755* 多重度:1
     756
     757== DcmDslProtocolIsParallelExecutab ==
     758{{{
     759/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolIsParallelExecutab
     760}}}
     761* 型:BooleanParam
     762* 多重度:1
     763
     764== DcmDslProtocolPreemptTimeout ==
     765{{{
     766/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPreemptTimeout
     767}}}
     768* 型:FloatParam
     769* 多重度:1
     770
     771== DcmDslProtocolPriority ==
     772{{{
     773/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPriority
     774}}}
     775* 型:IntegerParam
     776* 多重度:1
     777
     778== DcmDslProtocolTransType ==
     779{{{
     780/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTransType
     781}}}
     782* 型:EnumerationParam
     783* 多重度:0..1
     784
     785== DcmSendRespPendOnTransToBoot ==
     786{{{
     787/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmSendRespPendOnTransToBoot
     788}}}
     789* 型:BooleanParam
     790* 多重度:1
     791
     792== DcmTimStrP2ServerAdjust ==
     793{{{
     794/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2ServerAdjust
     795}}}
     796* 型:FloatParam
     797* 多重度:1
     798
     799== DcmTimStrP2StarServerAdjust ==
     800{{{
     801/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2StarServerAdjust
     802}}}
     803* 型:FloatParam
     804* 多重度:1
     805
     806== DcmDslProtocolRxBufferID ==
     807{{{
     808/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolRxBufferID
     809}}}
     810* 型:Reference
     811* 多重度:1
     812
     813== DcmDslProtocolSIDTable ==
     814{{{
     815/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolSIDTable
     816}}}
     817* 型:Reference
     818* 多重度:1
     819
     820== DcmDslProtocolSessionRef ==
     821{{{
     822/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolSessionRef
     823}}}
     824* 型:Reference
     825* 多重度:0..1
     826
     827== DcmDslProtocolTxBufferID ==
     828{{{
     829/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTxBufferID
     830}}}
     831* 型:Reference
     832* 多重度:1
     833
     834== DcmDslConnection ==
     835{{{
     836/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection
     837}}}
     838* 型:Container
     839* 多重度:1..*
     840
     841== DcmDslMainConnection ==
     842{{{
     843/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection
     844}}}
     845* 型:Container
     846* 多重度:0..1
     847
     848== DcmDslProtocolRxTesterSourceAddr ==
     849{{{
     850/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRxTesterSourceAddr
     851}}}
     852* 型:IntegerParam
     853* 多重度:1
     854
     855== DcmDslPeriodicTranmissionConRef ==
     856{{{
     857/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslPeriodicTranmissionConRef
     858}}}
     859* 型:Reference
     860* 多重度:0..1
     861
     862== DcmDslROEConnectionRef ==
     863{{{
     864/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslROEConnectionRef
     865}}}
     866* 型:Reference
     867* 多重度:0..1
     868
     869== DcmDslProtocolRx ==
     870{{{
     871/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx
     872}}}
     873* 型:Container
     874* 多重度:1..*
     875
     876== DcmDslProtocolRxAddrType ==
     877{{{
     878/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxAddrType
     879}}}
     880* 型:EnumerationParam
     881* 多重度:1
     882
     883== DcmDslProtocolRxChannelId ==
     884{{{
     885/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxChannelId
     886}}}
     887* 型:IntegerParam
     888* 多重度:1
     889
     890== DcmDslProtocolRxPduId ==
     891{{{
     892/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduId
     893}}}
     894* 型:IntegerParam
     895* 多重度:1
     896
     897== DcmDslProtocolRxPduRef ==
     898{{{
     899/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduRef
     900}}}
     901* 型:Reference
     902* 多重度:1
     903
     904== DcmDslProtocolRxComMChannelRef ==
     905{{{
     906/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxComMChannelRef
     907}}}
     908* 型:Reference
     909* 多重度:1
     910
     911== DcmDslProtocolTx ==
     912{{{
     913/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx
     914}}}
     915* 型:Container
     916* 多重度:1
     917
     918== DcmDslTxConfirmationPduId ==
     919{{{
     920/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslTxConfirmationPduId
     921}}}
     922* 型:IntegerParam
     923* 多重度:1
     924
     925== DcmDslProtocolTxPduRef ==
     926{{{
     927/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslProtocolTxPduRef
     928}}}
     929* 型:Reference
     930* 多重度:1
     931
     932== DcmDslPeriodicTransmission ==
     933{{{
     934/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission
     935}}}
     936* 型:Container
     937* 多重度:0..1
     938
     939== DcmDslPeriodicConnection ==
     940{{{
     941/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection
     942}}}
     943* 型:Container
     944* 多重度:0..*
     945
     946== DcmDslPeriodicTxConfirmationPduId ==
     947{{{
     948/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxConfirmationPduId
     949}}}
     950* 型:IntegerParam
     951* 多重度:1
     952
     953== DcmDslPeriodicTxPduRef ==
     954{{{
     955/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxPduRef
     956}}}
     957* 型:Reference
     958* 多重度:1
     959
     960== DcmDslResponseOnEvent ==
     961{{{
     962/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent
     963}}}
     964* 型:Container
     965* 多重度:0..1
     966
     967== DcmDslRoeTxConfirmationPduId ==
     968{{{
     969/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxConfirmationPduId
     970}}}
     971* 型:IntegerParam
     972* 多重度:0..1
     973
     974== DcmDslRoeTxPduRef ==
     975{{{
     976/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxPduRef
     977}}}
     978* 型:Reference
     979* 多重度:0..1
     980
     981== DcmDslServiceRequestManufacturerNotification ==
     982{{{
     983/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslServiceRequestManufacturerNotification
     984}}}
     985* 型:Container
     986* 多重度:0..*
     987
     988== DcmDslServiceRequestSupplierNotification ==
     989{{{
     990/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslServiceRequestSupplierNotification
     991}}}
     992* 型:Container
     993* 多重度:0..*
     994
     995== DcmDsp ==
     996{{{
     997/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp
     998}}}
     999* 型:Container
     1000* 多重度:0..1
     1001
     1002== DcmDspMaxDidToRead ==
     1003{{{
     1004/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMaxDidToRead
     1005}}}
     1006* 型:IntegerParam
     1007* 多重度:0..1
     1008
     1009== DcmDspPowerDownTime ==
     1010{{{
     1011/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPowerDownTime
     1012}}}
     1013* 型:IntegerParam
     1014* 多重度:0..1
     1015
     1016== DcmDspComControl ==
     1017{{{
     1018/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl
     1019}}}
     1020* 型:Container
     1021* 多重度:0..1
     1022
     1023== DcmDspComControlAllChannel ==
     1024{{{
     1025/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel
     1026}}}
     1027* 型:Container
     1028* 多重度:0..*
     1029
     1030== DcmDspAllComMChannelRef ==
     1031{{{
     1032/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel/DcmDspAllComMChannelRef
     1033}}}
     1034* 型:Reference
     1035* 多重度:1
     1036
     1037== DcmDspComControlSetting ==
     1038{{{
     1039/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting
     1040}}}
     1041* 型:Container
     1042* 多重度:0..1
     1043
     1044== DcmDspComControlCommunicationReEnableModeRuleRef ==
     1045{{{
     1046/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting/DcmDspComControlCommunicationReEnableModeRuleRef
     1047}}}
     1048* 型:Reference
     1049* 多重度:0..1
     1050
     1051== DcmDspComControlSpecificChannel ==
     1052{{{
     1053/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel
     1054}}}
     1055* 型:Container
     1056* 多重度:0..*
     1057
     1058== DcmDspSubnetNumber ==
     1059{{{
     1060/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSubnetNumber
     1061}}}
     1062* 型:IntegerParam
     1063* 多重度:1
     1064
     1065== DcmDspSpecificComMChannelRef ==
     1066{{{
     1067/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSpecificComMChannelRef
     1068}}}
     1069* 型:Reference
     1070* 多重度:1
     1071
     1072== DcmDspControlDTCSetting ==
     1073{{{
     1074/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting
     1075}}}
     1076* 型:Container
     1077* 多重度:0..1
     1078
     1079== DcmDspControlDTCSettingReEnableModeRuleRef ==
     1080{{{
     1081/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting/DcmDspControlDTCSettingReEnableModeRuleRef
     1082}}}
     1083* 型:Reference
     1084* 多重度:0..1
     1085
     1086== DcmDspData ==
     1087{{{
     1088/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData
     1089}}}
     1090* 型:Container
     1091* 多重度:0..*
     1092
     1093== DcmDspDataConditionCheckReadFnc ==
     1094{{{
     1095/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataConditionCheckReadFnc
     1096}}}
     1097* 型:FunctionName
     1098* 多重度:0..1
     1099
     1100== DcmDspDataEcuSignal ==
     1101{{{
     1102/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataEcuSignal
     1103}}}
     1104* 型:FunctionName
     1105* 多重度:0..1
     1106
     1107== DcmDspDataFreezeCurrentStateFnc ==
     1108{{{
     1109/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataFreezeCurrentStateFnc
     1110}}}
     1111* 型:FunctionName
     1112* 多重度:0..1
     1113
     1114== DcmDspDataGetScalingInfoFnc ==
     1115{{{
     1116/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataGetScalingInfoFnc
     1117}}}
     1118* 型:FunctionName
     1119* 多重度:0..1
     1120
     1121== DcmDspDataReadDataLengthFnc ==
     1122{{{
     1123/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadDataLengthFnc
     1124}}}
     1125* 型:FunctionName
     1126* 多重度:0..1
     1127
     1128== DcmDspDataReadEcuSignal ==
     1129{{{
     1130/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadEcuSignal
     1131}}}
     1132* 型:FunctionName
     1133* 多重度:0..1
     1134
     1135== DcmDspDataReadFnc ==
     1136{{{
     1137/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadFnc
     1138}}}
     1139* 型:FunctionName
     1140* 多重度:0..1
     1141
     1142== DcmDspDataResetToDefaultFnc ==
     1143{{{
     1144/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataResetToDefaultFnc
     1145}}}
     1146* 型:FunctionName
     1147* 多重度:0..1
     1148
     1149== DcmDspDataReturnControlToEcuFnc ==
     1150{{{
     1151/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReturnControlToEcuFnc
     1152}}}
     1153* 型:FunctionName
     1154* 多重度:0..1
     1155
     1156== DcmDspDataShortTermAdjustmentFnc ==
     1157{{{
     1158/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataShortTermAdjustmentFnc
     1159}}}
     1160* 型:FunctionName
     1161* 多重度:0..1
     1162
     1163== DcmDspDataSize ==
     1164{{{
     1165/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataSize
     1166}}}
     1167* 型:IntegerParam
     1168* 多重度:1
     1169
     1170== DcmDspDataType ==
     1171{{{
     1172/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataType
     1173}}}
     1174* 型:EnumerationParam
     1175* 多重度:0..1
     1176
     1177== DcmDspDataUsePort ==
     1178{{{
     1179/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataUsePort
     1180}}}
     1181* 型:EnumerationParam
     1182* 多重度:1
     1183
     1184== DcmDspDataWriteFnc ==
     1185{{{
     1186/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataWriteFnc
     1187}}}
     1188* 型:FunctionName
     1189* 多重度:0..1
     1190
     1191== DcmDspDataInfoRef ==
     1192{{{
     1193/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataInfoRef
     1194}}}
     1195* 型:Reference
     1196* 多重度:1
     1197
     1198== DcmDspDataBlockIdRef ==
     1199{{{
     1200/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataBlockIdRef
     1201}}}
     1202* 型:Reference
     1203* 多重度:0..1
     1204
     1205== DcmDspDataInfo ==
     1206{{{
     1207/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo
     1208}}}
     1209* 型:Container
     1210* 多重度:0..*
     1211
     1212== DcmDspDataFixedLength ==
     1213{{{
     1214/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo/DcmDspDataFixedLength
     1215}}}
     1216* 型:BooleanParam
     1217* 多重度:1
     1218
     1219== DcmDspDataScalingInfoSize ==
     1220{{{
     1221/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo/DcmDspDataScalingInfoSize
     1222}}}
     1223* 型:IntegerParam
     1224* 多重度:0..1
     1225
     1226== DcmDspDid ==
     1227{{{
     1228/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid
     1229}}}
     1230* 型:Container
     1231* 多重度:0..*
     1232
     1233== DcmDspDidIdentifier ==
     1234{{{
     1235/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidIdentifier
     1236}}}
     1237* 型:IntegerParam
     1238* 多重度:1
     1239
     1240== DcmDspDidRoeQueueEnabled ==
     1241{{{
     1242/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidRoeQueueEnabled
     1243}}}
     1244* 型:BooleanParam
     1245* 多重度:0..1
     1246
     1247== DcmDspDidUsed ==
     1248{{{
     1249/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidUsed
     1250}}}
     1251* 型:BooleanParam
     1252* 多重度:1
     1253
     1254== DcmDspDidInfoRef ==
     1255{{{
     1256/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidInfoRef
     1257}}}
     1258* 型:Reference
     1259* 多重度:1
     1260
     1261== DcmDspDidRef ==
     1262{{{
     1263/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidRef
     1264}}}
     1265* 型:Reference
     1266* 多重度:0..*
     1267
     1268== DcmDspDidExtRoe ==
     1269{{{
     1270/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidExtRoe
     1271}}}
     1272* 型:Container
     1273* 多重度:0..1
     1274
     1275== DcmDspDidRoeActivateFnc ==
     1276{{{
     1277/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidExtRoe/DcmDspDidRoeActivateFnc
     1278}}}
     1279* 型:FunctionName
     1280* 多重度:0..1
     1281
     1282== DcmDspDidRoeEventId ==
     1283{{{
     1284/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidExtRoe/DcmDspDidRoeEventId
     1285}}}
     1286* 型:IntegerParam
     1287* 多重度:1
     1288
     1289== DcmDspDidSignal ==
     1290{{{
     1291/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal
     1292}}}
     1293* 型:Container
     1294* 多重度:0..*
     1295
     1296== DcmDspDidDataPos ==
     1297{{{
     1298/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataPos
     1299}}}
     1300* 型:IntegerParam
     1301* 多重度:1
     1302
     1303== DcmDspDidDataRef ==
     1304{{{
     1305/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataRef
     1306}}}
     1307* 型:Reference
     1308* 多重度:1
     1309
     1310== DcmDspDidInfo ==
     1311{{{
     1312/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo
     1313}}}
     1314* 型:Container
     1315* 多重度:0..*
     1316
     1317== DcmDspDidDynamicallyDefined ==
     1318{{{
     1319/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidDynamicallyDefined
     1320}}}
     1321* 型:BooleanParam
     1322* 多重度:1
     1323
     1324== DcmDspDidAccess ==
     1325{{{
     1326/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess
     1327}}}
     1328* 型:Container
     1329* 多重度:1
     1330
     1331== DcmDspDidControl ==
     1332{{{
     1333/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl
     1334}}}
     1335* 型:Container
     1336* 多重度:0..1
     1337
     1338== DcmDspDidFreezeCurrentState ==
     1339{{{
     1340/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidFreezeCurrentState
     1341}}}
     1342* 型:BooleanParam
     1343* 多重度:0..1
     1344
     1345== DcmDspDidResetToDefault ==
     1346{{{
     1347/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidResetToDefault
     1348}}}
     1349* 型:BooleanParam
     1350* 多重度:0..1
     1351
     1352== DcmDspDidReturnControlToEcu ==
     1353{{{
     1354/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidReturnControlToEcu
     1355}}}
     1356* 型:BooleanParam
     1357* 多重度:0..1
     1358
     1359== DcmDspDidShortTermAdjustment ==
     1360{{{
     1361/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidShortTermAdjustment
     1362}}}
     1363* 型:BooleanParam
     1364* 多重度:0..1
     1365
     1366== DcmDspDidControlModeRuleRef ==
     1367{{{
     1368/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidControlModeRuleRef
     1369}}}
     1370* 型:Reference
     1371* 多重度:0..1
     1372
     1373== DcmDspDidControlSecurityLevelRef ==
     1374{{{
     1375/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidControlSecurityLevelRef
     1376}}}
     1377* 型:Reference
     1378* 多重度:0..*
     1379
     1380== DcmDspDidControlSessionRef ==
     1381{{{
     1382/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidControlSessionRef
     1383}}}
     1384* 型:Reference
     1385* 多重度:0..*
     1386
     1387== DcmDspDidRead ==
     1388{{{
     1389/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead
     1390}}}
     1391* 型:Container
     1392* 多重度:0..1
     1393
     1394== DcmDspDidReadModeRuleRef ==
     1395{{{
     1396/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead/DcmDspDidReadModeRuleRef
     1397}}}
     1398* 型:Reference
     1399* 多重度:0..1
     1400
     1401== DcmDspDidReadSecurityLevelRef ==
     1402{{{
     1403/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead/DcmDspDidReadSecurityLevelRef
     1404}}}
     1405* 型:Reference
     1406* 多重度:0..*
     1407
     1408== DcmDspDidReadSessionRef ==
     1409{{{
     1410/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead/DcmDspDidReadSessionRef
     1411}}}
     1412* 型:Reference
     1413* 多重度:0..*
     1414
     1415== DcmDspDidWrite ==
     1416{{{
     1417/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite
     1418}}}
     1419* 型:Container
     1420* 多重度:0..1
     1421
     1422== DcmDspDidWriteModeRuleRef ==
     1423{{{
     1424/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite/DcmDspDidWriteModeRuleRef
     1425}}}
     1426* 型:Reference
     1427* 多重度:0..1
     1428
     1429== DcmDspDidWriteSecurityLevelRef ==
     1430{{{
     1431/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite/DcmDspDidWriteSecurityLevelRef
     1432}}}
     1433* 型:Reference
     1434* 多重度:0..*
     1435
     1436== DcmDspDidWriteSessionRef ==
     1437{{{
     1438/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite/DcmDspDidWriteSessionRef
     1439}}}
     1440* 型:Reference
     1441* 多重度:0..*
     1442
     1443== DcmDspDidRange ==
     1444{{{
     1445/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange
     1446}}}
     1447* 型:Container
     1448* 多重度:0..*
     1449
     1450== DcmDspDidRangeHasGaps ==
     1451{{{
     1452/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeHasGaps
     1453}}}
     1454* 型:BooleanParam
     1455* 多重度:1
     1456
     1457== DcmDspDidRangeIdentifierLowerLimit ==
     1458{{{
     1459/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierLowerLimit
     1460}}}
     1461* 型:IntegerParam
     1462* 多重度:1
     1463
     1464== DcmDspDidRangeIdentifierUpperLimit ==
     1465{{{
     1466/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierUpperLimit
     1467}}}
     1468* 型:IntegerParam
     1469* 多重度:1
     1470
     1471== DcmDspDidRangeIsDidAvailableFnc ==
     1472{{{
     1473/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIsDidAvailableFnc
     1474}}}
     1475* 型:FunctionName
     1476* 多重度:0..1
     1477
     1478== DcmDspDidRangeMaxDataLength ==
     1479{{{
     1480/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeMaxDataLength
     1481}}}
     1482* 型:IntegerParam
     1483* 多重度:1
     1484
     1485== DcmDspDidRangeReadDidFnc ==
     1486{{{
     1487/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeReadDidFnc
     1488}}}
     1489* 型:FunctionName
     1490* 多重度:0..1
     1491
     1492== DcmDspDidRangeUsePort ==
     1493{{{
     1494/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeUsePort
     1495}}}
     1496* 型:BooleanParam
     1497* 多重度:1
     1498
     1499== DcmDspDidRangeWriteDidFnc ==
     1500{{{
     1501/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeWriteDidFnc
     1502}}}
     1503* 型:FunctionName
     1504* 多重度:0..1
     1505
     1506== DcmDspDidRangeInfoRef ==
     1507{{{
     1508/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeInfoRef
     1509}}}
     1510* 型:Reference
     1511* 多重度:1
     1512
     1513== DcmDspMemory ==
     1514{{{
     1515/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory
     1516}}}
     1517* 型:Container
     1518* 多重度:0..1
     1519
     1520== DcmDspUseMemoryId ==
     1521{{{
     1522/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspUseMemoryId
     1523}}}
     1524* 型:BooleanParam
     1525* 多重度:1
     1526
     1527== DcmDspMemoryIdInfo ==
     1528{{{
     1529/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo
     1530}}}
     1531* 型:Container
     1532* 多重度:1..*
     1533
     1534== DcmDspMemoryIdValue ==
     1535{{{
     1536/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspMemoryIdValue
     1537}}}
     1538* 型:IntegerParam
     1539* 多重度:0..1
     1540
     1541== DcmDspReadMemoryRangeInfo ==
     1542{{{
     1543/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo
     1544}}}
     1545* 型:Container
     1546* 多重度:0..*
     1547
     1548== DcmDspReadMemoryRangeHigh ==
     1549{{{
     1550/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeHigh
     1551}}}
     1552* 型:IntegerParam
     1553* 多重度:1
     1554
     1555== DcmDspReadMemoryRangeLow ==
     1556{{{
     1557/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeLow
     1558}}}
     1559* 型:IntegerParam
     1560* 多重度:1
     1561
     1562== DcmDspReadMemoryRangeModeRuleRef ==
     1563{{{
     1564/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeModeRuleRef
     1565}}}
     1566* 型:Reference
     1567* 多重度:0..1
     1568
     1569== DcmDspReadMemoryRangeSecurityLevelRef ==
     1570{{{
     1571/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeSecurityLevelRef
     1572}}}
     1573* 型:Reference
     1574* 多重度:0..*
     1575
     1576== DcmDspWriteMemoryRangeInfo ==
     1577{{{
     1578/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo
     1579}}}
     1580* 型:Container
     1581* 多重度:0..*
     1582
     1583== DcmDspWriteMemoryRangeHigh ==
     1584{{{
     1585/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeHigh
     1586}}}
     1587* 型:IntegerParam
     1588* 多重度:1
     1589
     1590== DcmDspWriteMemoryRangeLow ==
     1591{{{
     1592/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeLow
     1593}}}
     1594* 型:IntegerParam
     1595* 多重度:1
     1596
     1597== DcmDspWriteMemoryRangeModeRuleRef ==
     1598{{{
     1599/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeModeRuleRef
     1600}}}
     1601* 型:Reference
     1602* 多重度:0..1
     1603
     1604== DcmDspWriteMemoryRangeSecurityLevelRef ==
     1605{{{
     1606/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeSecurityLevelRef
     1607}}}
     1608* 型:Reference
     1609* 多重度:0..*
     1610
     1611== DcmDspPid ==
     1612{{{
     1613/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid
     1614}}}
     1615* 型:Container
     1616* 多重度:0..*
     1617
     1618== DcmDspPidIdentifier ==
     1619{{{
     1620/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidIdentifier
     1621}}}
     1622* 型:IntegerParam
     1623* 多重度:1
     1624
     1625== DcmDspPidService ==
     1626{{{
     1627/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidService
     1628}}}
     1629* 型:EnumerationParam
     1630* 多重度:1
     1631
     1632== DcmDspPidSize ==
     1633{{{
     1634/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSize
     1635}}}
     1636* 型:IntegerParam
     1637* 多重度:1
     1638
     1639== DcmDspPidUsed ==
     1640{{{
     1641/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidUsed
     1642}}}
     1643* 型:BooleanParam
     1644* 多重度:1
     1645
     1646== DcmDspPidData ==
     1647{{{
     1648/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData
     1649}}}
     1650* 型:Container
     1651* 多重度:1..*
     1652
     1653== DcmDspPidDataPos ==
     1654{{{
     1655/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataPos
     1656}}}
     1657* 型:IntegerParam
     1658* 多重度:1
     1659
     1660== DcmDspPidDataSize ==
     1661{{{
     1662/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSize
     1663}}}
     1664* 型:IntegerParam
     1665* 多重度:1
     1666
     1667== DcmDspPidDataSupportInfo ==
     1668{{{
     1669/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo
     1670}}}
     1671* 型:Container
     1672* 多重度:0..1
     1673
     1674== DcmDspPidDataSupportInfoBit ==
     1675{{{
     1676/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoBit
     1677}}}
     1678* 型:IntegerParam
     1679* 多重度:1
     1680
     1681== DcmDspPidDataSupportInfoRef ==
     1682{{{
     1683/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoRef
     1684}}}
     1685* 型:Reference
     1686* 多重度:1
     1687
     1688== DcmDspPidService01 ==
     1689{{{
     1690/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01
     1691}}}
     1692* 型:Container
     1693* 多重度:0..1
     1694
     1695== DcmDspPidDataReadFnc ==
     1696{{{
     1697/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataReadFnc
     1698}}}
     1699* 型:FunctionName
     1700* 多重度:0..1
     1701
     1702== DcmDspPidDataUsePort ==
     1703{{{
     1704/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataUsePort
     1705}}}
     1706* 型:EnumerationParam
     1707* 多重度:1
     1708
     1709== DcmDspPidService02 ==
     1710{{{
     1711/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02
     1712}}}
     1713* 型:Container
     1714* 多重度:0..1
     1715
     1716== DcmDspPidDataDemRef ==
     1717{{{
     1718/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02/DcmDspPidDataDemRef
     1719}}}
     1720* 型:Reference
     1721* 多重度:0..1
     1722
     1723== DcmDspPidSupportInfo ==
     1724{{{
     1725/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo
     1726}}}
     1727* 型:Container
     1728* 多重度:0..*
     1729
     1730== DcmDspPidSupportInfoLen ==
     1731{{{
     1732/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoLen
     1733}}}
     1734* 型:IntegerParam
     1735* 多重度:1
     1736
     1737== DcmDspPidSupportInfoPos ==
     1738{{{
     1739/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoPos
     1740}}}
     1741* 型:IntegerParam
     1742* 多重度:1
     1743
     1744== DcmDspRequestControl ==
     1745{{{
     1746/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl
     1747}}}
     1748* 型:Container
     1749* 多重度:0..*
     1750
     1751== DcmDspRequestControlInBufferSize ==
     1752{{{
     1753/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlInBufferSize
     1754}}}
     1755* 型:IntegerParam
     1756* 多重度:1
     1757
     1758== DcmDspRequestControlOutBufferSize ==
     1759{{{
     1760/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlOutBufferSize
     1761}}}
     1762* 型:IntegerParam
     1763* 多重度:1
     1764
     1765== DcmDspRequestControlTestId ==
     1766{{{
     1767/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlTestId
     1768}}}
     1769* 型:IntegerParam
     1770* 多重度:1
     1771
     1772== DcmDspRoe ==
     1773{{{
     1774/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe
     1775}}}
     1776* 型:Container
     1777* 多重度:0..1
     1778
     1779== DcmDspRoeBufSize ==
     1780{{{
     1781/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeBufSize
     1782}}}
     1783* 型:IntegerParam
     1784* 多重度:0..1
     1785
     1786== DcmDspRoeInitFnc ==
     1787{{{
     1788/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInitFnc
     1789}}}
     1790* 型:FunctionName
     1791* 多重度:0..1
     1792
     1793== DcmDspRoeInitOnDSC ==
     1794{{{
     1795/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInitOnDSC
     1796}}}
     1797* 型:BooleanParam
     1798* 多重度:1
     1799
     1800== DcmDspRoeInterMessageTime ==
     1801{{{
     1802/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInterMessageTime
     1803}}}
     1804* 型:FloatParam
     1805* 多重度:1
     1806
     1807== DcmDspRoeMaxEventLength ==
     1808{{{
     1809/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeMaxEventLength
     1810}}}
     1811* 型:IntegerParam
     1812* 多重度:0..1
     1813
     1814== DcmDspRoeMaxNumberOfRetry ==
     1815{{{
     1816/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeMaxNumberOfRetry
     1817}}}
     1818* 型:IntegerParam
     1819* 多重度:1
     1820
     1821== DcmDspRoeMaxQueueLength ==
     1822{{{
     1823/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeMaxQueueLength
     1824}}}
     1825* 型:IntegerParam
     1826* 多重度:0..1
     1827
     1828== DcmDspRoeQueueEnabled ==
     1829{{{
     1830/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeQueueEnabled
     1831}}}
     1832* 型:BooleanParam
     1833* 多重度:1
     1834
     1835== DcmDspRoeStopFnc ==
     1836{{{
     1837/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeStopFnc
     1838}}}
     1839* 型:FunctionName
     1840* 多重度:0..1
     1841
     1842== DcmDspRoutine ==
     1843{{{
     1844/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine
     1845}}}
     1846* 型:Container
     1847* 多重度:0..*
     1848
     1849== DcmDspRequestResultsRoutineFnc ==
     1850{{{
     1851/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestResultsRoutineFnc
     1852}}}
     1853* 型:FunctionName
     1854* 多重度:0..1
     1855
     1856== DcmDspRequestResultsRoutineSupported ==
     1857{{{
     1858/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestResultsRoutineSupported
     1859}}}
     1860* 型:BooleanParam
     1861* 多重度:1
     1862
     1863== DcmDspRoutineFixedLength ==
     1864{{{
     1865/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineFixedLength
     1866}}}
     1867* 型:BooleanParam
     1868* 多重度:1
     1869
     1870== DcmDspRoutineIdentifier ==
     1871{{{
     1872/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineIdentifier
     1873}}}
     1874* 型:IntegerParam
     1875* 多重度:1
     1876
     1877== DcmDspRoutineUsePort ==
     1878{{{
     1879/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsePort
     1880}}}
     1881* 型:BooleanParam
     1882* 多重度:1
     1883
     1884== DcmDspRoutineUsed ==
     1885{{{
     1886/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsed
     1887}}}
     1888* 型:BooleanParam
     1889* 多重度:1
     1890
     1891== DcmDspStartRoutineFnc ==
     1892{{{
     1893/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutineFnc
     1894}}}
     1895* 型:FunctionName
     1896* 多重度:0..1
     1897
     1898== DcmDspStopRoutineFnc ==
     1899{{{
     1900/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutineFnc
     1901}}}
     1902* 型:FunctionName
     1903* 多重度:0..1
     1904
     1905== DcmDspStopRoutineSupported ==
     1906{{{
     1907/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutineSupported
     1908}}}
     1909* 型:BooleanParam
     1910* 多重度:1
     1911
     1912== DcmDspRoutineInfoRef ==
     1913{{{
     1914/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineInfoRef
     1915}}}
     1916* 型:Reference
     1917* 多重度:1
     1918
     1919== DcmDspRoutineInfo ==
     1920{{{
     1921/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo
     1922}}}
     1923* 型:Container
     1924* 多重度:0..*
     1925
     1926== DcmDspRoutineAuthorization ==
     1927{{{
     1928/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization
     1929}}}
     1930* 型:Container
     1931* 多重度:1
     1932
     1933== DcmDspRoutineModeRuleRef ==
     1934{{{
     1935/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization/DcmDspRoutineModeRuleRef
     1936}}}
     1937* 型:Reference
     1938* 多重度:0..1
     1939
     1940== DcmDspRoutineSecurityLevelRef ==
     1941{{{
     1942/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization/DcmDspRoutineSecurityLevelRef
     1943}}}
     1944* 型:Reference
     1945* 多重度:0..*
     1946
     1947== DcmDspRoutineSessionRef ==
     1948{{{
     1949/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization/DcmDspRoutineSessionRef
     1950}}}
     1951* 型:Reference
     1952* 多重度:0..*
     1953
     1954== DcmDspRoutineRequestResOut ==
     1955{{{
     1956/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut
     1957}}}
     1958* 型:Container
     1959* 多重度:0..1
     1960
     1961== DcmDspRoutineRequestResOutSignal ==
     1962{{{
     1963/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal
     1964}}}
     1965* 型:Container
     1966* 多重度:1..*
     1967
     1968== DcmDspRoutineSignalLength ==
     1969{{{
     1970/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal/DcmDspRoutineSignalLength
     1971}}}
     1972* 型:IntegerParam
     1973* 多重度:1
     1974
     1975== DcmDspRoutineSignalPos ==
     1976{{{
     1977/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal/DcmDspRoutineSignalPos
     1978}}}
     1979* 型:IntegerParam
     1980* 多重度:1
     1981
     1982== DcmDspRoutineSignalType ==
     1983{{{
     1984/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal/DcmDspRoutineSignalType
     1985}}}
     1986* 型:EnumerationParam
     1987* 多重度:1
     1988
     1989== DcmDspRoutineStopIn ==
     1990{{{
     1991/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn
     1992}}}
     1993* 型:Container
     1994* 多重度:0..1
     1995
     1996== DcmDspRoutineStopInSignal ==
     1997{{{
     1998/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal
     1999}}}
     2000* 型:Container
     2001* 多重度:1..*
     2002
     2003== DcmDspRoutineSignalLength ==
     2004{{{
     2005/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal/DcmDspRoutineSignalLength
     2006}}}
     2007* 型:IntegerParam
     2008* 多重度:1
     2009
     2010== DcmDspRoutineSignalPos ==
     2011{{{
     2012/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal/DcmDspRoutineSignalPos
     2013}}}
     2014* 型:IntegerParam
     2015* 多重度:1
     2016
     2017== DcmDspRoutineSignalType ==
     2018{{{
     2019/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal/DcmDspRoutineSignalType
     2020}}}
     2021* 型:EnumerationParam
     2022* 多重度:1
     2023
     2024== DcmDspRoutineStopOut ==
     2025{{{
     2026/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut
     2027}}}
     2028* 型:Container
     2029* 多重度:0..1
     2030
     2031== DcmDspRoutineStopOutSignal ==
     2032{{{
     2033/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal
     2034}}}
     2035* 型:Container
     2036* 多重度:1..*
     2037
     2038== DcmDspRoutineSignalLength ==
     2039{{{
     2040/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal/DcmDspRoutineSignalLength
     2041}}}
     2042* 型:IntegerParam
     2043* 多重度:1
     2044
     2045== DcmDspRoutineSignalPos ==
     2046{{{
     2047/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal/DcmDspRoutineSignalPos
     2048}}}
     2049* 型:IntegerParam
     2050* 多重度:1
     2051
     2052== DcmDspRoutineSignalType ==
     2053{{{
     2054/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal/DcmDspRoutineSignalType
     2055}}}
     2056* 型:EnumerationParam
     2057* 多重度:1
     2058
     2059== DcmDspStartRoutineIn ==
     2060{{{
     2061/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn
     2062}}}
     2063* 型:Container
     2064* 多重度:0..1
     2065
     2066== DcmDspStartRoutineInSignal ==
     2067{{{
     2068/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal
     2069}}}
     2070* 型:Container
     2071* 多重度:1..*
     2072
     2073== DcmDspRoutineSignalLength ==
     2074{{{
     2075/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalLength
     2076}}}
     2077* 型:IntegerParam
     2078* 多重度:1
     2079
     2080== DcmDspRoutineSignalPos ==
     2081{{{
     2082/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalPos
     2083}}}
     2084* 型:IntegerParam
     2085* 多重度:1
     2086
     2087== DcmDspRoutineSignalType ==
     2088{{{
     2089/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalType
     2090}}}
     2091* 型:EnumerationParam
     2092* 多重度:1
     2093
     2094== DcmDspStartRoutineOut ==
     2095{{{
     2096/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut
     2097}}}
     2098* 型:Container
     2099* 多重度:0..1
     2100
     2101== DcmDspStartRoutineOutSignal ==
     2102{{{
     2103/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal
     2104}}}
     2105* 型:Container
     2106* 多重度:1..*
     2107
     2108== DcmDspRoutineSignalLength ==
     2109{{{
     2110/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalLength
     2111}}}
     2112* 型:IntegerParam
     2113* 多重度:1
     2114
     2115== DcmDspRoutineSignalPos ==
     2116{{{
     2117/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalPos
     2118}}}
     2119* 型:IntegerParam
     2120* 多重度:1
     2121
     2122== DcmDspRoutineSignalType ==
     2123{{{
     2124/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalType
     2125}}}
     2126* 型:EnumerationParam
     2127* 多重度:1
     2128
     2129== DcmDspSecurity ==
     2130{{{
     2131/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity
     2132}}}
     2133* 型:Container
     2134* 多重度:1
     2135
     2136== DcmDspSecurityRow ==
     2137{{{
     2138/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow
     2139}}}
     2140* 型:Container
     2141* 多重度:0..31
     2142
     2143== DcmDspSecurityADRSize ==
     2144{{{
     2145/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityADRSize
     2146}}}
     2147* 型:IntegerParam
     2148* 多重度:0..1
     2149
     2150== DcmDspSecurityDelayTime ==
     2151{{{
     2152/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTime
     2153}}}
     2154* 型:FloatParam
     2155* 多重度:1
     2156
     2157== DcmDspSecurityDelayTimeOnBoot ==
     2158{{{
     2159/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTimeOnBoot
     2160}}}
     2161* 型:FloatParam
     2162* 多重度:1
     2163
     2164== DcmDspSecurityKeySize ==
     2165{{{
     2166/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityKeySize
     2167}}}
     2168* 型:IntegerParam
     2169* 多重度:1
     2170
     2171== DcmDspSecurityLevel ==
     2172{{{
     2173/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityLevel
     2174}}}
     2175* 型:IntegerParam
     2176* 多重度:1
     2177
     2178== DcmDspSecurityNumAttDelay ==
     2179{{{
     2180/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityNumAttDelay
     2181}}}
     2182* 型:IntegerParam
     2183* 多重度:1
     2184
     2185== DcmDspSecuritySeedSize ==
     2186{{{
     2187/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecuritySeedSize
     2188}}}
     2189* 型:IntegerParam
     2190* 多重度:1
     2191
     2192== DcmDspSession ==
     2193{{{
     2194/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession
     2195}}}
     2196* 型:Container
     2197* 多重度:1..*
     2198
     2199== DcmDspSessionRow ==
     2200{{{
     2201/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow
     2202}}}
     2203* 型:Container
     2204* 多重度:0..31
     2205
     2206== DcmDspSessionForBoot ==
     2207{{{
     2208/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionForBoot
     2209}}}
     2210* 型:EnumerationParam
     2211* 多重度:1
     2212
     2213== DcmDspSessionLevel ==
     2214{{{
     2215/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionLevel
     2216}}}
     2217* 型:IntegerParam
     2218* 多重度:1
     2219
     2220== DcmDspSessionP2ServerMax ==
     2221{{{
     2222/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2ServerMax
     2223}}}
     2224* 型:FloatParam
     2225* 多重度:1
     2226
     2227== DcmDspSessionP2StarServerMax ==
     2228{{{
     2229/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2StarServerMax
     2230}}}
     2231* 型:FloatParam
     2232* 多重度:1
     2233
     2234== DcmDspTestResultByObdmid ==
     2235{{{
     2236/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid
     2237}}}
     2238* 型:Container
     2239* 多重度:0..1
     2240
     2241== DcmDspTestResultObdmidTid ==
     2242{{{
     2243/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid
     2244}}}
     2245* 型:Container
     2246* 多重度:1..*
     2247
     2248== DcmDspTestResultObdmid ==
     2249{{{
     2250/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmid
     2251}}}
     2252* 型:IntegerParam
     2253* 多重度:1
     2254
     2255== DcmDspTestResultObdmidTids ==
     2256{{{
     2257/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmidTids
     2258}}}
     2259* 型:Container
     2260* 多重度:1..*
     2261
     2262== DcmDspTestResultObdmidTidUaSid ==
     2263{{{
     2264/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmidTids/DcmDspTestResultObdmidTidUaSid
     2265}}}
     2266* 型:IntegerParam
     2267* 多重度:1
     2268
     2269== DcmDspTestResultObdmidTidRef ==
     2270{{{
     2271/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmidTids/DcmDspTestResultObdmidTidRef
     2272}}}
     2273* 型:Reference
     2274* 多重度:1..*
     2275
     2276== DcmDspTestResultTid ==
     2277{{{
     2278/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultTid
     2279}}}
     2280* 型:Container
     2281* 多重度:1..*
     2282
     2283== DcmDspTestResultTestId ==
     2284{{{
     2285/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultTid/DcmDspTestResultTestId
     2286}}}
     2287* 型:IntegerParam
     2288* 多重度:1
     2289
     2290== DcmDspVehInfo ==
     2291{{{
     2292/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo
     2293}}}
     2294* 型:Container
     2295* 多重度:0..*
     2296
     2297== DcmDspVehInfoInfoType ==
     2298{{{
     2299/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoInfoType
     2300}}}
     2301* 型:IntegerParam
     2302* 多重度:1
     2303
     2304== DcmDspVehInfoData ==
     2305{{{
     2306/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData
     2307}}}
     2308* 型:Container
     2309* 多重度:1..*
     2310
     2311== DcmDspVehInfoDataOrder ==
     2312{{{
     2313/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataOrder
     2314}}}
     2315* 型:IntegerParam
     2316* 多重度:1
     2317
     2318== DcmDspVehInfoDataReadFnc ==
     2319{{{
     2320/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataReadFnc
     2321}}}
     2322* 型:FunctionName
     2323* 多重度:0..1
     2324
     2325== DcmDspVehInfoDataSize ==
     2326{{{
     2327/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataSize
     2328}}}
     2329* 型:IntegerParam
     2330* 多重度:1
     2331
     2332== DcmDspVehInfoDataUsePort ==
     2333{{{
     2334/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataUsePort
     2335}}}
     2336* 型:BooleanParam
     2337* 多重度:1
     2338
     2339== DcmGeneral ==
     2340{{{
     2341/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral
     2342}}}
     2343* 型:Container
     2344* 多重度:1
     2345
     2346== DcmDevErrorDetect ==
     2347{{{
     2348/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmDevErrorDetect
     2349}}}
     2350* 型:BooleanParam
     2351* 多重度:1
     2352
     2353== DcmRequestManufacturerNotificationEnabled ==
     2354{{{
     2355/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmRequestManufacturerNotificationEnabled
     2356}}}
     2357* 型:BooleanParam
     2358* 多重度:1
     2359
     2360== DcmRequestSupplierNotificationEnabled ==
     2361{{{
     2362/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmRequestSupplierNotificationEnabled
     2363}}}
     2364* 型:BooleanParam
     2365* 多重度:1
     2366
     2367== DcmRespondAllRequest ==
     2368{{{
     2369/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmRespondAllRequest
     2370}}}
     2371* 型:BooleanParam
     2372* 多重度:1
     2373
     2374== DcmTaskTime ==
     2375{{{
     2376/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmTaskTime
     2377}}}
     2378* 型:FloatParam
     2379* 多重度:1
     2380
     2381== DcmVersionInfoApi ==
     2382{{{
     2383/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmVersionInfoApi
     2384}}}
     2385* 型:BooleanParam
     2386* 多重度:1
     2387
     2388== DcmPageBufferCfg ==
     2389{{{
     2390/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg
     2391}}}
     2392* 型:Container
     2393* 多重度:1
     2394
     2395== DcmPagedBufferEnabled ==
     2396{{{
     2397/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferEnabled
     2398}}}
     2399* 型:BooleanParam
     2400* 多重度:1
     2401
     2402== DcmPagedBufferTimeout ==
     2403{{{
     2404/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferTimeout
     2405}}}
     2406* 型:FloatParam
     2407* 多重度:0..1
     2408
     2409== DcmProcessingConditions ==
     2410{{{
     2411/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions
     2412}}}
     2413* 型:Container
     2414* 多重度:0..1
     2415
     2416== DcmModeCondition ==
     2417{{{
     2418/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition
     2419}}}
     2420* 型:Container
     2421* 多重度:1..*
     2422
     2423== DcmConditionType ==
     2424{{{
     2425/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmConditionType
     2426}}}
     2427* 型:EnumerationParam
     2428* 多重度:1
     2429
     2430== DcmBswModeRef ==
     2431{{{
     2432/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmBswModeRef
     2433}}}
     2434* 型:Reference
     2435* 多重度:0..1
     2436
     2437== DcmSwcModeRef ==
     2438{{{
     2439/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcModeRef
     2440}}}
     2441* 型:Reference
     2442* 多重度:0..1
     2443
     2444== DcmModeRule ==
     2445{{{
     2446/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule
     2447}}}
     2448* 型:Container
     2449* 多重度:1..*
     2450
     2451== DcmLogicalOperator ==
     2452{{{
     2453/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmLogicalOperator
     2454}}}
     2455* 型:EnumerationParam
     2456* 多重度:0..1
     2457
     2458== DcmModeRuleNrcValue ==
     2459{{{
     2460/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmModeRuleNrcValue
     2461}}}
     2462* 型:IntegerParam
     2463* 多重度:0..1
     2464
     2465== DcmArgumentRef ==
     2466{{{
     2467/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmArgumentRef
     2468}}}
     2469* 型:Reference
     2470* 多重度:1..*