Changes between Version 7 and Version 8 of spec/Dcm


Ignore:
Timestamp:
Aug 19, 2020, 9:48:36 AM (4 years ago)
Author:
fujisft-shigihara
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spec/Dcm

    v7 v8  
    1111  * [https://vector.com/vj_beginners-diag_jp.html はじめての診断(ベクター・ジャパン株式会社)]
    1212* API一覧
    13   * "--"は未規定
    14 
    15   ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||
    16   || [#Dcm_Init Dcm_Init]                                             ||  1|| 0x01||
    17   || [#Dcm_GetVersionInfo Dcm_GetVersionInfo]                         || 36|| 0x24||
    18   || [#Dcm_DemTriggerOnDTCStatus Dcm_DemTriggerOnDTCStatus]           || 43|| 0x2B||
    19   || [#Dcm_GetSecurityLevel Dcm_GetSecurityLevel]                     || 13|| 0x0D||
    20   || [#Dcm_GetSesCtrlType Dcm_GetSesCtrlType]                         ||  6|| 0x06||
    21   || [#Dcm_GetActiveProtocol Dcm_GetActiveProtocol]                   || 15|| 0x0F||
    22   || [#Dcm_ResetToDefaultSession Dcm_ResetToDefaultSession]           || 42|| 0x2A||
    23   || [#Dcm_TriggerOnEvent Dcm_TriggerOnEvent]                         || 45|| 0x2D||
    24   || [#Dcm_StopROE Dcm_StopROE]                                       || 46|| 0x2E||
    25   || [#Dcm_RestartROE Dcm_RestartROE]                                 || 47|| 0x2F||
    26   || [#Dcm_StartOfReception Dcm_StartOfReception]                     ||  0|| 0x00||
    27   || [#Dcm_CopyRxData Dcm_CopyRxData]                                 ||  2|| 0x02||
    28   || [#Dcm_TpRxIndication Dcm_TpRxIndication]                         ||  3|| 0x03||
    29   || [#Dcm_CopyTxData Dcm_CopyTxData]                                 ||  4|| 0x04||
    30   || [#Dcm_TpTxConfirmation Dcm_TpTxConfirmation]                     ||  5|| 0x05||
    31   || [#Dcm_ComM_NoComModeEntered Dcm_ComM_NoComModeEntered]           || 33|| 0x21||
    32   || [#Dcm_ComM_SilentComModeEntered Dcm_ComM_SilentComModeEntered]   || 34|| 0x22||
    33   || [#Dcm_ComM_FullComModeEntered Dcm_ComM_FullComModeEntered]       || 35|| 0x23||
    34   || [#Dcm_ReadMemory Dcm_ReadMemory]                                 || 38|| 0x26||
    35   || [#Dcm_WriteMemory Dcm_WriteMemory]                               || 39|| 0x27||
    36   || [#Dcm_Confirmation Dcm_Confirmation]                             || 41|| 0x29||
    37   || [#Dcm_SetProgConditions Dcm_SetProgConditions]                   || --||   --||
    38   || [#Dcm_GetProgConditions Dcm_GetProgConditions]                   || --||   --||
    39   || [#Dcm_ProcessRequestTransferExit Dcm_ProcessRequestTransferExit] || 50|| 0x32||
    40   || [#Dcm_ProcessRequestUpload Dcm_ProcessRequestUpload]             || 49|| 0x31||
    41   || [#Dcm_ProcessRequestDownload Dcm_ProcessRequestDownload]         || 48|| 0x30||
    42   || [#Dcm_MainFunction Dcm_MainFunction]                             || 37|| 0x25||
    43   || [#Xxx_ReadData Xxx_ReadData]                                     || 52,59|| 0x34,0x3B||
    44   || [#Xxx_WriteData Xxx_WriteData]                                   || 53,62|| 0x35,0x3E||
    45   || [#Xxx_ReadDataLength Xxx_ReadDataLength]                         || 54|| 0x36||
    46   || [#Xxx_ConditionCheckRead Xxx_ConditionCheckRead]                 || 55|| 0x37||
    47   || [#Xxx_GetScalingInformation Xxx_GetScalingInformation]           || 56|| 0x38||
    48   || [#Xxx_ReturnControlToECU Xxx_ReturnControlToECU]                 || 57|| 0x39||
    49   || [#Xxx_ResetToDefault Xxx_ResetToDefault]                         || 60|| 0x3C||
    50   || [#Xxx_FreezeCurrentState Xxx_FreezeCurrentState]                 || 58|| 0x3A||
    51   || [#Xxx_ShortTermAdjustment Xxx_ShortTermAdjustment]               || 61|| 0x3D||
    52   || [#Xxx_IsDidAvailable Xxx_IsDidAvailable]                         || 63|| 0x3F||
    53   || [#Xxx_ReadDidData Xxx_ReadDidData]                               || 64|| 0x40||
    54   || [#Xxx_WriteDidData Xxx_WriteDidData]                             || 65|| 0x41||
    55   || [#Dcm_ExternalSetNegResponse Dcm_ExternalSetNegResponse]         || 48|| 0x30||
    56   || [#Dcm_ExternalProcessingDone Dcm_ExternalProcessingDone]         || 49|| 0x31||
    57 
    58 * コンフィギュレーション一覧
    59   * [#DcmConfigSet DcmConfigSet]
    60     * [#DcmDsd DcmDsd]
    61       * [#DcmDsdServiceTable DcmDsdServiceTable]
    62         * [#DcmDsdSidTabId DcmDsdSidTabId]
    63         * [#DcmDsdService DcmDsdService]
    64           * [#DcmDsdSidTabFnc DcmDsdSidTabFnc]
    65           * [#DcmDsdSidTabServiceId DcmDsdSidTabServiceId]
    66           * [#DcmDsdSidTabSubfuncAvail DcmDsdSidTabSubfuncAvail]
    67           * [#DcmDsdSidTabModeRuleRef DcmDsdSidTabModeRuleRef]
    68           * [#DcmDsdSidTabSecurityLevelRef DcmDsdSidTabSecurityLevelRef]
    69           * [#DcmDsdSidTabSessionLevelRef DcmDsdSidTabSessionLevelRef]
    70           * [#DcmDsdSubService DcmDsdSubService]
    71             * [#DcmDsdSubServiceFnc DcmDsdSubServiceFnc]
    72             * [#DcmDsdSubServiceId DcmDsdSubServiceId]
    73             * [#DcmDsdSubServiceModeRuleRef DcmDsdSubServiceModeRuleRef]
    74             * [#DcmDsdSubServiceSecurityLevelRef DcmDsdSubServiceSecurityLevelRef]
    75             * [#DcmDsdSubServiceSessionLevelRef DcmDsdSubServiceSessionLevelRef]
    76     * [#DcmDsl DcmDsl]
    77       * [#DcmDslBuffer DcmDslBuffer]
    78         * [#DcmDslBufferSize DcmDslBufferSize]
    79       * [#DcmDslCallbackDCMRequestService DcmDslCallbackDCMRequestService]
    80       * [#DcmDslDiagResp DcmDslDiagResp]
    81         * [#DcmDslDiagRespMaxNumRespPend DcmDslDiagRespMaxNumRespPend]
    82         * [#DcmDslDiagRespOnSecondDeclinedRequest DcmDslDiagRespOnSecondDeclinedRequest]
    83       * [#DcmDslProtocol DcmDslProtocol]
    84         * [#DcmDslProtocolRow DcmDslProtocolRow]
    85           * [#DcmDslProtocolEndiannessConvEnabled DcmDslProtocolEndiannessConvEnabled]
    86           * [#DcmDslProtocolID DcmDslProtocolID]
    87           * [#DcmDslProtocolIsParallelExecutab DcmDslProtocolIsParallelExecutab]
    88           * [#DcmDslProtocolPreemptTimeout DcmDslProtocolPreemptTimeout]
    89           * [#DcmDslProtocolPriority DcmDslProtocolPriority]
    90           * [#DcmDslProtocolTransType DcmDslProtocolTransType]
    91           * [#DcmSendRespPendOnTransToBoot DcmSendRespPendOnTransToBoot]
    92           * [#DcmTimStrP2ServerAdjust DcmTimStrP2ServerAdjust]
    93           * [#DcmTimStrP2StarServerAdjust DcmTimStrP2StarServerAdjust]
    94           * [#DcmDslProtocolRxBufferID DcmDslProtocolRxBufferID]
    95           * [#DcmDslProtocolSIDTable DcmDslProtocolSIDTable]
    96           * [#DcmDslProtocolSessionRef DcmDslProtocolSessionRef]
    97           * [#DcmDslProtocolTxBufferID DcmDslProtocolTxBufferID]
    98           * [#DcmDslConnection DcmDslConnection]
    99             * [#DcmDslMainConnection DcmDslMainConnection]
    100               * [#DcmDslProtocolRxTesterSourceAddr DcmDslProtocolRxTesterSourceAddr]
    101               * [#DcmDslPeriodicTranmissionConRef DcmDslPeriodicTranmissionConRef]
    102               * [#DcmDslROEConnectionRef DcmDslROEConnectionRef]
    103               * [#DcmDslProtocolRx DcmDslProtocolRx]
    104                 * [#DcmDslProtocolRxAddrType DcmDslProtocolRxAddrType]
    105                 * [#DcmDslProtocolRxChannelId DcmDslProtocolRxChannelId]
    106                 * [#DcmDslProtocolRxPduId DcmDslProtocolRxPduId]
    107                 * [#DcmDslProtocolRxPduRef DcmDslProtocolRxPduRef]
    108                 * [#DcmDslProtocolRxComMChannelRef DcmDslProtocolRxComMChannelRef]
    109               * [#DcmDslProtocolTx DcmDslProtocolTx]
    110                 * [#DcmDslTxConfirmationPduId DcmDslTxConfirmationPduId]
    111                 * [#DcmDslProtocolTxPduRef DcmDslProtocolTxPduRef]
    112             * [#DcmDslPeriodicTransmission DcmDslPeriodicTransmission]
    113               * [#DcmDslPeriodicConnection DcmDslPeriodicConnection]
    114                 * [#DcmDslPeriodicTxConfirmationPduId DcmDslPeriodicTxConfirmationPduId]
    115                 * [#DcmDslPeriodicTxPduRef DcmDslPeriodicTxPduRef]
    116             * [#DcmDslResponseOnEvent DcmDslResponseOnEvent]
    117               * [#DcmDslRoeTxConfirmationPduId DcmDslRoeTxConfirmationPduId]
    118               * [#DcmDslRoeTxPduRef DcmDslRoeTxPduRef]
    119       * [#DcmDslServiceRequestManufacturerNotification DcmDslServiceRequestManufacturerNotification]
    120       * [#DcmDslServiceRequestSupplierNotification DcmDslServiceRequestSupplierNotification]
    121     * [#DcmDsp DcmDsp]
    122       * [#DcmDspMaxDidToRead DcmDspMaxDidToRead]
    123       * [#DcmDspPowerDownTime DcmDspPowerDownTime]
    124       * [#DcmDspComControl DcmDspComControl]
    125         * [#DcmDspComControlAllChannel DcmDspComControlAllChannel]
    126           * [#DcmDspAllComMChannelRef DcmDspAllComMChannelRef]
    127         * [#DcmDspComControlSetting DcmDspComControlSetting]
    128           * [#DcmDspComControlCommunicationReEnableModeRuleRef DcmDspComControlCommunicationReEnableModeRuleRef]
    129         * [#DcmDspComControlSpecificChannel DcmDspComControlSpecificChannel]
    130           * [#DcmDspSubnetNumber DcmDspSubnetNumber]
    131           * [#DcmDspSpecificComMChannelRef DcmDspSpecificComMChannelRef]
    132       * [#DcmDspControlDTCSetting DcmDspControlDTCSetting]
    133         * [#DcmDspControlDTCSettingReEnableModeRuleRef DcmDspControlDTCSettingReEnableModeRuleRef]
    134       * [#DcmDspData DcmDspData]
    135         * [#DcmDspDataConditionCheckReadFnc DcmDspDataConditionCheckReadFnc]
    136         * [#DcmDspDataEcuSignal DcmDspDataEcuSignal]
    137         * [#DcmDspDataFreezeCurrentStateFnc DcmDspDataFreezeCurrentStateFnc]
    138         * [#DcmDspDataGetScalingInfoFnc DcmDspDataGetScalingInfoFnc]
    139         * [#DcmDspDataReadDataLengthFnc DcmDspDataReadDataLengthFnc]
    140         * [#DcmDspDataReadEcuSignal DcmDspDataReadEcuSignal]
    141         * [#DcmDspDataReadFnc DcmDspDataReadFnc]
    142         * [#DcmDspDataResetToDefaultFnc DcmDspDataResetToDefaultFnc]
    143         * [#DcmDspDataReturnControlToEcuFnc DcmDspDataReturnControlToEcuFnc]
    144         * [#DcmDspDataShortTermAdjustmentFnc DcmDspDataShortTermAdjustmentFnc]
    145         * [#DcmDspDataSize DcmDspDataSize]
    146         * [#DcmDspDataType DcmDspDataType]
    147         * [#DcmDspDataUsePort DcmDspDataUsePort]
    148         * [#DcmDspDataWriteFnc DcmDspDataWriteFnc]
    149         * [#DcmDspDataInfoRef DcmDspDataInfoRef]
    150         * [#DcmDspDataBlockIdRef DcmDspDataBlockIdRef]
    151       * [#DcmDspDataInfo DcmDspDataInfo]
    152         * [#DcmDspDataFixedLength DcmDspDataFixedLength]
    153         * [#DcmDspDataScalingInfoSize DcmDspDataScalingInfoSize]
    154       * [#DcmDspDid DcmDspDid]
    155         * [#DcmDspDidIdentifier DcmDspDidIdentifier]
    156         * [#DcmDspDidRoeQueueEnabled DcmDspDidRoeQueueEnabled]
    157         * [#DcmDspDidUsed DcmDspDidUsed]
    158         * [#DcmDspDidInfoRef DcmDspDidInfoRef]
    159         * [#DcmDspDidRef DcmDspDidRef]
    160         * [#DcmDspDidExtRoe DcmDspDidExtRoe]
    161           * [#DcmDspDidRoeActivateFnc DcmDspDidRoeActivateFnc]
    162           * [#DcmDspDidRoeEventId DcmDspDidRoeEventId]
    163         * [#DcmDspDidSignal DcmDspDidSignal]
    164           * [#DcmDspDidDataPos DcmDspDidDataPos]
    165           * [#DcmDspDidDataRef DcmDspDidDataRef]
    166       * [#DcmDspDidInfo DcmDspDidInfo]
    167         * [#DcmDspDidDynamicallyDefined DcmDspDidDynamicallyDefined]
    168         * [#DcmDspDidAccess DcmDspDidAccess]
    169           * [#DcmDspDidControl DcmDspDidControl]
    170             * [#DcmDspDidFreezeCurrentState DcmDspDidFreezeCurrentState]
    171             * [#DcmDspDidResetToDefault DcmDspDidResetToDefault]
    172             * [#DcmDspDidReturnControlToEcu DcmDspDidReturnControlToEcu]
    173             * [#DcmDspDidShortTermAdjustment DcmDspDidShortTermAdjustment]
    174             * [#DcmDspDidControlModeRuleRef DcmDspDidControlModeRuleRef]
    175             * [#DcmDspDidControlSecurityLevelRef DcmDspDidControlSecurityLevelRef]
    176             * [#DcmDspDidControlSessionRef DcmDspDidControlSessionRef]
    177           * [#DcmDspDidRead DcmDspDidRead]
    178             * [#DcmDspDidReadModeRuleRef DcmDspDidReadModeRuleRef]
    179             * [#DcmDspDidReadSecurityLevelRef DcmDspDidReadSecurityLevelRef]
    180             * [#DcmDspDidReadSessionRef DcmDspDidReadSessionRef]
    181           * [#DcmDspDidWrite DcmDspDidWrite]
    182             * [#DcmDspDidWriteModeRuleRef DcmDspDidWriteModeRuleRef]
    183             * [#DcmDspDidWriteSecurityLevelRef DcmDspDidWriteSecurityLevelRef]
    184             * [#DcmDspDidWriteSessionRef DcmDspDidWriteSessionRef]
    185       * [#DcmDspDidRange DcmDspDidRange]
    186         * [#DcmDspDidRangeHasGaps DcmDspDidRangeHasGaps]
    187         * [#DcmDspDidRangeIdentifierLowerLimit DcmDspDidRangeIdentifierLowerLimit]
    188         * [#DcmDspDidRangeIdentifierUpperLimit DcmDspDidRangeIdentifierUpperLimit]
    189         * [#DcmDspDidRangeIsDidAvailableFnc DcmDspDidRangeIsDidAvailableFnc]
    190         * [#DcmDspDidRangeMaxDataLength DcmDspDidRangeMaxDataLength]
    191         * [#DcmDspDidRangeReadDidFnc DcmDspDidRangeReadDidFnc]
    192         * [#DcmDspDidRangeUsePort DcmDspDidRangeUsePort]
    193         * [#DcmDspDidRangeWriteDidFnc DcmDspDidRangeWriteDidFnc]
    194         * [#DcmDspDidRangeInfoRef DcmDspDidRangeInfoRef]
    195       * [#DcmDspMemory DcmDspMemory]
    196         * [#DcmDspUseMemoryId DcmDspUseMemoryId]
    197         * [#DcmDspMemoryIdInfo DcmDspMemoryIdInfo]
    198           * [#DcmDspMemoryIdValue DcmDspMemoryIdValue]
    199           * [#DcmDspReadMemoryRangeInfo DcmDspReadMemoryRangeInfo]
    200             * [#DcmDspReadMemoryRangeHigh DcmDspReadMemoryRangeHigh]
    201             * [#DcmDspReadMemoryRangeLow DcmDspReadMemoryRangeLow]
    202             * [#DcmDspReadMemoryRangeModeRuleRef DcmDspReadMemoryRangeModeRuleRef]
    203             * [#DcmDspReadMemoryRangeSecurityLevelRef DcmDspReadMemoryRangeSecurityLevelRef]
    204           * [#DcmDspWriteMemoryRangeInfo DcmDspWriteMemoryRangeInfo]
    205             * [#DcmDspWriteMemoryRangeHigh DcmDspWriteMemoryRangeHigh]
    206             * [#DcmDspWriteMemoryRangeLow DcmDspWriteMemoryRangeLow]
    207             * [#DcmDspWriteMemoryRangeModeRuleRef DcmDspWriteMemoryRangeModeRuleRef]
    208             * [#DcmDspWriteMemoryRangeSecurityLevelRef DcmDspWriteMemoryRangeSecurityLevelRef]
    209       * [#DcmDspPid DcmDspPid]
    210         * [#DcmDspPidIdentifier DcmDspPidIdentifier]
    211         * [#DcmDspPidService DcmDspPidService]
    212         * [#DcmDspPidSize DcmDspPidSize]
    213         * [#DcmDspPidUsed DcmDspPidUsed]
    214         * [#DcmDspPidData DcmDspPidData]
    215           * [#DcmDspPidDataPos DcmDspPidDataPos]
    216           * [#DcmDspPidDataSize DcmDspPidDataSize]
    217           * [#DcmDspPidDataSupportInfo DcmDspPidDataSupportInfo]
    218             * [#DcmDspPidDataSupportInfoBit DcmDspPidDataSupportInfoBit]
    219             * [#DcmDspPidDataSupportInfoRef DcmDspPidDataSupportInfoRef]
    220           * [#DcmDspPidService01 DcmDspPidService01]
    221             * [#DcmDspPidDataReadFnc DcmDspPidDataReadFnc]
    222             * [#DcmDspPidDataUsePort DcmDspPidDataUsePort]
    223           * [#DcmDspPidService02 DcmDspPidService02]
    224             * [#DcmDspPidDataDemRef DcmDspPidDataDemRef]
    225         * [#DcmDspPidSupportInfo DcmDspPidSupportInfo]
    226           * [#DcmDspPidSupportInfoLen DcmDspPidSupportInfoLen]
    227           * [#DcmDspPidSupportInfoPos DcmDspPidSupportInfoPos]
    228       * [#DcmDspRequestControl DcmDspRequestControl]
    229         * [#DcmDspRequestControlInBufferSize DcmDspRequestControlInBufferSize]
    230         * [#DcmDspRequestControlOutBufferSize DcmDspRequestControlOutBufferSize]
    231         * [#DcmDspRequestControlTestId DcmDspRequestControlTestId]
    232       * [#DcmDspRoe DcmDspRoe]
    233         * [#DcmDspRoeBufSize DcmDspRoeBufSize]
    234         * [#DcmDspRoeInitFnc DcmDspRoeInitFnc]
    235         * [#DcmDspRoeInitOnDSC DcmDspRoeInitOnDSC]
    236         * [#DcmDspRoeInterMessageTime DcmDspRoeInterMessageTime]
    237         * [#DcmDspRoeMaxEventLength DcmDspRoeMaxEventLength]
    238         * [#DcmDspRoeMaxNumberOfRetry DcmDspRoeMaxNumberOfRetry]
    239         * [#DcmDspRoeMaxQueueLength DcmDspRoeMaxQueueLength]
    240         * [#DcmDspRoeQueueEnabled DcmDspRoeQueueEnabled]
    241         * [#DcmDspRoeStopFnc DcmDspRoeStopFnc]
    242       * [#DcmDspRoutine DcmDspRoutine]
    243         * [#DcmDspRequestResultsRoutineFnc DcmDspRequestResultsRoutineFnc]
    244         * [#DcmDspRequestResultsRoutineSupported DcmDspRequestResultsRoutineSupported]
    245         * [#DcmDspRoutineFixedLength DcmDspRoutineFixedLength]
    246         * [#DcmDspRoutineIdentifier DcmDspRoutineIdentifier]
    247         * [#DcmDspRoutineUsePort DcmDspRoutineUsePort]
    248         * [#DcmDspRoutineUsed DcmDspRoutineUsed]
    249         * [#DcmDspStartRoutineFnc DcmDspStartRoutineFnc]
    250         * [#DcmDspStopRoutineFnc DcmDspStopRoutineFnc]
    251         * [#DcmDspStopRoutineSupported DcmDspStopRoutineSupported]
    252         * [#DcmDspRoutineInfoRef DcmDspRoutineInfoRef]
    253       * [#DcmDspRoutineInfo DcmDspRoutineInfo]
    254         * [#DcmDspRoutineAuthorization DcmDspRoutineAuthorization]
    255           * [#DcmDspRoutineModeRuleRef DcmDspRoutineModeRuleRef]
    256           * [#DcmDspRoutineSecurityLevelRef DcmDspRoutineSecurityLevelRef]
    257           * [#DcmDspRoutineSessionRef DcmDspRoutineSessionRef]
    258         * [#DcmDspRoutineRequestResOut DcmDspRoutineRequestResOut]
    259           * [#DcmDspRoutineRequestResOutSignal DcmDspRoutineRequestResOutSignal]
    260             * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
    261             * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
    262             * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
    263         * [#DcmDspRoutineStopIn DcmDspRoutineStopIn]
    264           * [#DcmDspRoutineStopInSignal DcmDspRoutineStopInSignal]
    265             * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
    266             * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
    267             * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
    268         * [#DcmDspRoutineStopOut DcmDspRoutineStopOut]
    269           * [#DcmDspRoutineStopOutSignal DcmDspRoutineStopOutSignal]
    270             * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
    271             * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
    272             * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
    273         * [#DcmDspStartRoutineIn DcmDspStartRoutineIn]
    274           * [#DcmDspStartRoutineInSignal DcmDspStartRoutineInSignal]
    275             * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
    276             * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
    277             * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
    278         * [#DcmDspStartRoutineOut DcmDspStartRoutineOut]
    279           * [#DcmDspStartRoutineOutSignal DcmDspStartRoutineOutSignal]
    280             * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength]
    281             * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos]
    282             * [#DcmDspRoutineSignalType DcmDspRoutineSignalType]
    283       * [#DcmDspSecurity DcmDspSecurity]
    284         * [#DcmDspSecurityRow DcmDspSecurityRow]
    285           * [#DcmDspSecurityADRSize DcmDspSecurityADRSize]
    286           * [#DcmDspSecurityDelayTime DcmDspSecurityDelayTime]
    287           * [#DcmDspSecurityDelayTimeOnBoot DcmDspSecurityDelayTimeOnBoot]
    288           * [#DcmDspSecurityKeySize DcmDspSecurityKeySize]
    289           * [#DcmDspSecurityLevel DcmDspSecurityLevel]
    290           * [#DcmDspSecurityNumAttDelay DcmDspSecurityNumAttDelay]
    291           * [#DcmDspSecuritySeedSize DcmDspSecuritySeedSize]
    292       * [#DcmDspSession DcmDspSession]
    293         * [#DcmDspSessionRow DcmDspSessionRow]
    294           * [#DcmDspSessionForBoot DcmDspSessionForBoot]
    295           * [#DcmDspSessionLevel DcmDspSessionLevel]
    296           * [#DcmDspSessionP2ServerMax DcmDspSessionP2ServerMax]
    297           * [#DcmDspSessionP2StarServerMax DcmDspSessionP2StarServerMax]
    298       * [#DcmDspTestResultByObdmid DcmDspTestResultByObdmid]
    299         * [#DcmDspTestResultObdmidTid DcmDspTestResultObdmidTid]
    300           * [#DcmDspTestResultObdmid DcmDspTestResultObdmid]
    301           * [#DcmDspTestResultObdmidTids DcmDspTestResultObdmidTids]
    302             * [#DcmDspTestResultObdmidTidUaSid DcmDspTestResultObdmidTidUaSid]
    303             * [#DcmDspTestResultObdmidTidRef DcmDspTestResultObdmidTidRef]
    304         * [#DcmDspTestResultTid DcmDspTestResultTid]
    305           * [#DcmDspTestResultTestId DcmDspTestResultTestId]
    306       * [#DcmDspVehInfo DcmDspVehInfo]
    307         * [#DcmDspVehInfoInfoType DcmDspVehInfoInfoType]
    308         * [#DcmDspVehInfoData DcmDspVehInfoData]
    309           * [#DcmDspVehInfoDataOrder DcmDspVehInfoDataOrder]
    310           * [#DcmDspVehInfoDataReadFnc DcmDspVehInfoDataReadFnc]
    311           * [#DcmDspVehInfoDataSize DcmDspVehInfoDataSize]
    312           * [#DcmDspVehInfoDataUsePort DcmDspVehInfoDataUsePort]
    313     * [#DcmGeneral DcmGeneral]
    314       * [#DcmDevErrorDetect DcmDevErrorDetect]
    315       * [#DcmRequestManufacturerNotificationEnabled DcmRequestManufacturerNotificationEnabled]
    316       * [#DcmRequestSupplierNotificationEnabled DcmRequestSupplierNotificationEnabled]
    317       * [#DcmRespondAllRequest DcmRespondAllRequest]
    318       * [#DcmTaskTime DcmTaskTime]
    319       * [#DcmVersionInfoApi DcmVersionInfoApi]
    320     * [#DcmPageBufferCfg DcmPageBufferCfg]
    321       * [#DcmPagedBufferEnabled DcmPagedBufferEnabled]
    322       * [#DcmPagedBufferTimeout DcmPagedBufferTimeout]
    323     * [#DcmProcessingConditions DcmProcessingConditions]
    324       * [#DcmModeCondition DcmModeCondition]
    325         * [#DcmConditionType DcmConditionType]
    326         * [#DcmBswModeRef DcmBswModeRef]
    327         * [#DcmSwcModeRef DcmSwcModeRef]
    328       * [#DcmModeRule DcmModeRule]
    329         * [#DcmLogicalOperator DcmLogicalOperator]
    330         * [#DcmModeRuleNrcValue DcmModeRuleNrcValue]
    331         * [#DcmArgumentRef DcmArgumentRef]
     13
     14  ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.2.2 =||
     15  || [#Dcm_Init Dcm_Init]                                             ||  1|| 0x01||  ○  ||
     16  || [#Dcm_GetVersionInfo Dcm_GetVersionInfo]                         || 36|| 0x24||  ○  ||
     17  || [#Dcm_DemTriggerOnDTCStatus Dcm_DemTriggerOnDTCStatus]           || 43|| 0x2B||  ○  ||
     18  || [#Dcm_GetVin Dcm_GetVin]                                         ||  7|| 0x07||  ○  ||
     19  || [#Dcm_GetSecurityLevel Dcm_GetSecurityLevel]                     || 13|| 0x0D||  ○  ||
     20  || [#Dcm_GetSesCtrlType Dcm_GetSesCtrlType]                         ||  6|| 0x06||  ○  ||
     21  || [#Dcm_GetActiveProtocol Dcm_GetActiveProtocol]                   || 15|| 0x0F||  ○  ||
     22  || [#Dcm_ResetToDefaultSession Dcm_ResetToDefaultSession]           || 42|| 0x2A||  ○  ||
     23  || [#Dcm_TriggerOnEvent Dcm_TriggerOnEvent]                         || 45|| 0x2D||  ○  ||
     24  || [#Dcm_SetActiveDiagnostic Dcm_SetActiveDiagnostic]               || 86|| 0x56||  ○  ||
     25  || [#Dcm_StartOfReception Dcm_StartOfReception]                     || 70|| 0x46||  ○  ||
     26  || [#Dcm_CopyRxData Dcm_CopyRxData]                                 || 68|| 0x44||  ○  ||
     27  || [#Dcm_TpRxIndication Dcm_TpRxIndication]                         || 69|| 0x45||  ○  ||
     28  || [#Dcm_CopyTxData Dcm_CopyTxData]                                 || 67|| 0x43||  ○  ||
     29  || [#Dcm_TpTxConfirmation Dcm_TpTxConfirmation]                     || 72|| 0x48||  ○  ||
     30  || [#Dcm_TxConfirmation Dcm_TxConfirmation]                         || 64|| 0x40||  ○  ||
     31  || [#Dcm_ComM_NoComModeEntered Dcm_ComM_NoComModeEntered]           || 33|| 0x21||  ○  ||
     32  || [#Dcm_ComM_SilentComModeEntered Dcm_ComM_SilentComModeEntered]   || 34|| 0x22||  ○  ||
     33  || [#Dcm_ComM_FullComModeEntered Dcm_ComM_FullComModeEntered]       || 35|| 0x23||  ○  ||
     34  || [#Dcm_ReadMemory Dcm_ReadMemory]                                 || 38|| 0x26||  ○  ||
     35  || [#Dcm_WriteMemory Dcm_WriteMemory]                               || 39|| 0x27||  ○  ||
     36  || [#Dcm_SetProgConditions Dcm_SetProgConditions]                   || 50|| 0x32||  ○  ||
     37  || [#Dcm_GetProgConditions Dcm_GetProgConditions]                   || 49|| 0x31||  ○  ||
     38  || [#Dcm_ProcessRequestTransferExit Dcm_ProcessRequestTransferExit] || 48|| 0x30||  ○  ||
     39  || [#Dcm_ProcessRequestUpload Dcm_ProcessRequestUpload]             || 87|| 0x57||  ○  ||
     40  || [#Dcm_ProcessRequestDownload Dcm_ProcessRequestDownload]         || 37|| 0x25||  ○  ||
     41  || [#Dcm_ProcessRequestFileTransfer Dcm_ProcessRequestFileTransfer] || 68|| 0x44||  ○  ||
     42  || [#Dcm_MainFunction Dcm_MainFunction]                             || 69|| 0x45||  ○  ||
     43  || [#Xxx_GetSeed Xxx_GetSeed]                                       || 89|| 0x59||  ○  ||
     44  || [#Xxx_CompareKey Xxx_CompareKey]                                 || 90|| 0x5A||  ○  ||
     45  || [#Xxx_GetSecurityAttemptCounter Xxx_GetSecurityAttemptCounter]   || 52|| 0x34||  ○  ||
     46  || [#Xxx_SetSecurityAttemptCounter Xxx_SetSecurityAttemptCounter]   || 59|| 0x3B||  ○  ||
     47  || [#Xxx_ReadData Xxx_ReadData]                                     || 82|| 0x52||  ○  ||
     48  || [#Xxx_WriteData Xxx_WriteData]                                   || 76|| 0x4C||  ○  ||
     49  || [#Xxx_ReadDataLength Xxx_ReadDataLength]                         || 55|| 0x37||  ○  ||
     50  || [#Xxx_ConditionCheckRead Xxx_ConditionCheckRead]                 || 56|| 0x38||  ○  ||
     51  || [#Xxx_GetScalingInformation Xxx_GetScalingInformation]           || 77|| 0x4D||  ○  ||
     52  || [#Xxx_ReturnControlToECU Xxx_ReturnControlToECU]                 || 60|| 0x3C||  ○  ||
     53  || [#Xxx_ResetToDefault Xxx_ResetToDefault]                         || 58|| 0x3A||  ○  ||
     54  || [#Xxx_FreezeCurrentState Xxx_FreezeCurrentState]                 || 85|| 0x55||  ○  ||
     55  || [#Xxx_ShortTermAdjustment Xxx_ShortTermAdjustment]               || 64|| 0x40||  ○  ||
     56  || [#Xxx_IsDidAvailable Xxx_IsDidAvailable]                         || 65|| 0x41||  ○  ||
     57  || [#Xxx_ReadDidData Xxx_ReadDidData]                               || 94|| 0x5E||  ○  ||
     58  || [#Xxx_WriteDidData Xxx_WriteDidData]                             || 91|| 0x5B||  ○  ||
     59  || [#Xxx_ReadDidRangeDataLength Xxx_ReadDidRangeDataLength]         || 92|| 0x5C||  ○  ||
     60  || [#Xxx_Start Xxx_Start]                                           || 93|| 0x5D||  ○  ||
     61  || [#Xxx_Stop Xxx_Stop]                                             || 95|| 0x5F||  ○  ||
     62  || [#Xxx_RequestResults Xxx_RequestResults]                         || 50|| 0x32||  ○  ||
     63  || [#Xxx_ClearDTCCheckFnc Xxx_ClearDTCCheckFnc]                     || 51|| 0x33||  ○  ||
     64
     65* コンフィギュレーション一覧(R4.2.2)
     66  * [#DcmConfigSet DcmConfigSet] (○)
     67    * [#DcmDsd DcmDsd] (○)
     68      * [#DcmDsdRequestManufacturerNotificationEnabled DcmDsdRequestManufacturerNotificationEnabled] (○)
     69      * [#DcmDsdRequestSupplierNotificationEnabled DcmDsdRequestSupplierNotificationEnabled] (○)
     70      * [#DcmDsdServiceRequestManufacturerNotification DcmDsdServiceRequestManufacturerNotification] (○)
     71      * [#DcmDsdServiceRequestSupplierNotification DcmDsdServiceRequestSupplierNotification] (○)
     72      * [#DcmDsdServiceTable DcmDsdServiceTable] (○)
     73        * [#DcmDsdSidTabId DcmDsdSidTabId] (○)
     74        * [#DcmDsdService DcmDsdService] (○)
     75          * [#DcmDsdServiceUsed DcmDsdServiceUsed] (○)
     76          * [#DcmDsdSidTabFnc DcmDsdSidTabFnc] (○)
     77          * [#DcmDsdSidTabServiceId DcmDsdSidTabServiceId] (○)
     78          * [#DcmDsdSidTabSubfuncAvail DcmDsdSidTabSubfuncAvail] (○)
     79          * [#DcmDsdSidTabModeRuleRef DcmDsdSidTabModeRuleRef] (○)
     80          * [#DcmDsdSidTabSecurityLevelRef DcmDsdSidTabSecurityLevelRef] (○)
     81          * [#DcmDsdSidTabSessionLevelRef DcmDsdSidTabSessionLevelRef] (○)
     82          * [#DcmDsdSubService DcmDsdSubService] (○)
     83            * [#DcmDsdSubServiceFnc DcmDsdSubServiceFnc] (○)
     84            * [#DcmDsdSubServiceId DcmDsdSubServiceId] (○)
     85            * [#DcmDsdSubServiceUsed DcmDsdSubServiceUsed] (○)
     86            * [#DcmDsdSubServiceModeRuleRef DcmDsdSubServiceModeRuleRef] (○)
     87            * [#DcmDsdSubServiceSecurityLevelRef DcmDsdSubServiceSecurityLevelRef] (○)
     88            * [#DcmDsdSubServiceSessionLevelRef DcmDsdSubServiceSessionLevelRef] (○)
     89    * [#DcmDsl DcmDsl] (○)
     90      * [#DcmDslBuffer DcmDslBuffer] (○)
     91        * [#DcmDslBufferSize DcmDslBufferSize] (○)
     92      * [#DcmDslCallbackDCMRequestService DcmDslCallbackDCMRequestService] (○)
     93      * [#DcmDslDiagResp DcmDslDiagResp] (○)
     94        * [#DcmDslDiagRespMaxNumRespPend DcmDslDiagRespMaxNumRespPend] (○)
     95        * [#DcmDslDiagRespOnSecondDeclinedRequest DcmDslDiagRespOnSecondDeclinedRequest] (○)
     96      * [#DcmDslProtocol DcmDslProtocol] (○)
     97        * [#DcmDslProtocolRow DcmDslProtocolRow] (○)
     98          * [#DcmDslProtocolID DcmDslProtocolID] (○)
     99          * [#DcmDslProtocolMaximumResponseSize DcmDslProtocolMaximumResponseSize] (○)
     100          * [#DcmDslProtocolPreemptTimeout DcmDslProtocolPreemptTimeout] (○)
     101          * [#DcmDslProtocolPriority DcmDslProtocolPriority] (○)
     102          * [#DcmDslProtocolRowUsed DcmDslProtocolRowUsed] (○)
     103          * [#DcmDslProtocolTransType DcmDslProtocolTransType] (○)
     104          * [#DcmSendRespPendOnTransToBoot DcmSendRespPendOnTransToBoot] (○)
     105          * [#DcmTimStrP2ServerAdjust DcmTimStrP2ServerAdjust] (○)
     106          * [#DcmTimStrP2StarServerAdjust DcmTimStrP2StarServerAdjust] (○)
     107          * [#DcmDslProtocolRxBufferRef DcmDslProtocolRxBufferRef] (○)
     108          * [#DcmDslProtocolSIDTable DcmDslProtocolSIDTable] (○)
     109          * [#DcmDslProtocolTxBufferRef DcmDslProtocolTxBufferRef] (○)
     110          * [#DcmDslConnection DcmDslConnection] (○)
     111            * [#DcmDslMainConnection DcmDslMainConnection] (○)
     112              * [#DcmDslProtocolRxTesterSourceAddr DcmDslProtocolRxTesterSourceAddr] (○)
     113              * [#DcmDslPeriodicTransmissionConRef DcmDslPeriodicTransmissionConRef] (○)
     114              * [#DcmDslROEConnectionRef DcmDslROEConnectionRef] (○)
     115              * [#DcmDslProtocolComMChannelRef DcmDslProtocolComMChannelRef] (○)
     116              * [#DcmDslProtocolRx DcmDslProtocolRx] (○)
     117                * [#DcmDslProtocolRxAddrType DcmDslProtocolRxAddrType] (○)
     118                * [#DcmDslProtocolRxPduId DcmDslProtocolRxPduId] (○)
     119                * [#DcmDslProtocolRxPduRef DcmDslProtocolRxPduRef] (○)
     120              * [#DcmDslProtocolTx DcmDslProtocolTx] (○)
     121                * [#DcmDslTxConfirmationPduId DcmDslTxConfirmationPduId] (○)
     122                * [#DcmDslProtocolTxPduRef DcmDslProtocolTxPduRef] (○)
     123            * [#DcmDslPeriodicTransmission DcmDslPeriodicTransmission] (○)
     124              * [#DcmDslPeriodicConnection DcmDslPeriodicConnection] (○)
     125                * [#DcmDslPeriodicTxConfirmationPduId DcmDslPeriodicTxConfirmationPduId] (○)
     126                * [#DcmDslPeriodicTxPduRef DcmDslPeriodicTxPduRef] (○)
     127            * [#DcmDslResponseOnEvent DcmDslResponseOnEvent] (○)
     128              * [#DcmDslRoeTxConfirmationPduId DcmDslRoeTxConfirmationPduId] (○)
     129              * [#DcmDslRoeTxPduRef DcmDslRoeTxPduRef] (○)
     130    * [#DcmDsp DcmDsp] (○)
     131      * [#DcmDspDDDIDcheckPerSourceDID DcmDspDDDIDcheckPerSourceDID] (○)
     132      * [#DcmDspDataDefaultEndianness DcmDspDataDefaultEndianness] (○)
     133      * [#DcmDspEnableObdMirror DcmDspEnableObdMirror] (○)
     134      * [#DcmDspMaxDidToRead DcmDspMaxDidToRead] (○)
     135      * [#DcmDspMaxPeriodicDidToRead DcmDspMaxPeriodicDidToRead] (○)
     136      * [#DcmDspPowerDownTime DcmDspPowerDownTime] (○)
     137      * [#DcmResponseToEcuReset DcmResponseToEcuReset] (○)
     138      * [#DcmDspClearDTC DcmDspClearDTC] (○)
     139        * [#DcmDspClearDTCCheckFnc DcmDspClearDTCCheckFnc] (○)
     140        * [#DcmDspClearDTCModeRuleRef DcmDspClearDTCModeRuleRef] (○)
     141      * [#DcmDspComControl DcmDspComControl] (○)
     142        * [#DcmDspComControlAllChannel DcmDspComControlAllChannel] (○)
     143          * [#DcmDspComControlAllChannelUsed DcmDspComControlAllChannelUsed] (○)
     144          * [#DcmDspAllComMChannelRef DcmDspAllComMChannelRef] (○)
     145        * [#DcmDspComControlSetting DcmDspComControlSetting] (○)
     146          * [#DcmDspComControlCommunicationReEnableModeRuleRef DcmDspComControlCommunicationReEnableModeRuleRef] (○)
     147        * [#DcmDspComControlSpecificChannel DcmDspComControlSpecificChannel] (○)
     148          * [#DcmDspComControlSpecificChannelUsed DcmDspComControlSpecificChannelUsed] (○)
     149          * [#DcmDspSubnetNumber DcmDspSubnetNumber] (○)
     150          * [#DcmDspSpecificComMChannelRef DcmDspSpecificComMChannelRef] (○)
     151        * [#DcmDspComControlSubNode DcmDspComControlSubNode] (○)
     152          * [#DcmDspComControlSubNodeId DcmDspComControlSubNodeId] (○)
     153          * [#DcmDspComControlSubNodeUsed DcmDspComControlSubNodeUsed] (○)
     154          * [#DcmDspComControlSubNodeComMChannelRef DcmDspComControlSubNodeComMChannelRef] (○)
     155      * [#DcmDspCommonAuthorization DcmDspCommonAuthorization] (○)
     156        * [#DcmDspCommonAuthorizationModeRuleRef DcmDspCommonAuthorizationModeRuleRef] (○)
     157        * [#DcmDspCommonAuthorizationSecurityLevelRef DcmDspCommonAuthorizationSecurityLevelRef] (○)
     158        * [#DcmDspCommonAuthorizationSessionRef DcmDspCommonAuthorizationSessionRef] (○)
     159      * [#DcmDspControlDTCSetting DcmDspControlDTCSetting] (○)
     160        * [#DcmSupportDTCSettingControlOptionRecord DcmSupportDTCSettingControlOptionRecord] (○)
     161        * [#DcmDspControlDTCSettingReEnableModeRuleRef DcmDspControlDTCSettingReEnableModeRuleRef] (○)
     162      * [#DcmDspData DcmDspData] (○)
     163        * [#DcmDspDataConditionCheckReadFnc DcmDspDataConditionCheckReadFnc] (○)
     164        * [#DcmDspDataConditionCheckReadFncUsed DcmDspDataConditionCheckReadFncUsed] (○)
     165        * [#DcmDspDataEcuSignal DcmDspDataEcuSignal] (○)
     166        * [#DcmDspDataEndianness DcmDspDataEndianness] (○)
     167        * [#DcmDspDataFreezeCurrentStateFnc DcmDspDataFreezeCurrentStateFnc] (○)
     168        * [#DcmDspDataGetScalingInfoFnc DcmDspDataGetScalingInfoFnc] (○)
     169        * [#DcmDspDataReadDataLengthFnc DcmDspDataReadDataLengthFnc] (○)
     170        * [#DcmDspDataReadEcuSignal DcmDspDataReadEcuSignal] (○)
     171        * [#DcmDspDataReadFnc DcmDspDataReadFnc] (○)
     172        * [#DcmDspDataResetToDefaultFnc DcmDspDataResetToDefaultFnc] (○)
     173        * [#DcmDspDataReturnControlToEcuFnc DcmDspDataReturnControlToEcuFnc] (○)
     174        * [#DcmDspDataShortTermAdjustmentFnc DcmDspDataShortTermAdjustmentFnc] (○)
     175        * [#DcmDspDataSize DcmDspDataSize] (○)
     176        * [#DcmDspDataType DcmDspDataType] (○)
     177        * [#DcmDspDataUsePort DcmDspDataUsePort] (○)
     178        * [#DcmDspDataWriteFnc DcmDspDataWriteFnc] (○)
     179        * [#DcmDspOdxDataDescription DcmDspOdxDataDescription] (○)
     180        * [#DcmDspDataInfoRef DcmDspDataInfoRef] (○)
     181        * [#DcmDspDataBlockIdRef DcmDspDataBlockIdRef] (○)
     182        * [#DcmDspDiagnosisScaling DcmDspDiagnosisScaling] (○)
     183          * [#DcmDspAlternativeDataInterface DcmDspAlternativeDataInterface] (○)
     184            * [#DcmDataElement DcmDataElement] (○)
     185            * [#DcmPortInterfaceMapping DcmPortInterfaceMapping] (○)
     186          * [#DcmDspAlternativeDataProps DcmDspAlternativeDataProps] (○)
     187            * [#DcmDspDataTypeCategory DcmDspDataTypeCategory] (○)
     188            * [#DcmDspLinearScale DcmDspLinearScale] (○)
     189              * [#DcmDspDiagnosisRepresentationDataLowerRange DcmDspDiagnosisRepresentationDataLowerRange] (○)
     190              * [#DcmDspDiagnosisRepresentationDataOffset DcmDspDiagnosisRepresentationDataOffset] (○)
     191              * [#DcmDspDiagnosisRepresentationDataResolution DcmDspDiagnosisRepresentationDataResolution] (○)
     192              * [#DcmDspDiagnosisRepresentationDataUpperRange DcmDspDiagnosisRepresentationDataUpperRange] (○)
     193            * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     194              * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     195              * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     196          * [#DcmDspAlternativeDataType DcmDspAlternativeDataType] (○)
     197            * [#DcmApplicationDataType DcmApplicationDataType] (○)
     198            * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     199              * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     200              * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     201        * [#DcmDspExternalSRDataElementClass DcmDspExternalSRDataElementClass] (○)
     202          * [#DcmDataElementInstance DcmDataElementInstance] (○)
     203            * [#DcmDataElementInstanceRef DcmDataElementInstanceRef] (○)
     204          * [#DcmSubElementInDataElementInstance DcmSubElementInDataElementInstance] (○)
     205            * [#DcmSubElementInDataElementInstanceRef DcmSubElementInDataElementInstanceRef] (○)
     206          * [#DcmSubElementInImplDataElementInstance DcmSubElementInImplDataElementInstance] (○)
     207            * [#DcmSubElementInImplDataElementInstanceRef DcmSubElementInImplDataElementInstanceRef] (○)
     208      * [#DcmDspDataInfo DcmDspDataInfo] (○)
     209        * [#DcmDspDataScalingInfoSize DcmDspDataScalingInfoSize] (○)
     210      * [#DcmDspDid DcmDspDid] (○)
     211        * [#DcmDspDidIdentifier DcmDspDidIdentifier] (○)
     212        * [#DcmDspDidUsed DcmDspDidUsed] (○)
     213        * [#DcmDspDidInfoRef DcmDspDidInfoRef] (○)
     214        * [#DcmDspDidInfotypeRef DcmDspDidInfotypeRef] (○)
     215        * [#DcmDspDidPidRef DcmDspDidPidRef] (○)
     216        * [#DcmDspDidRef DcmDspDidRef] (○)
     217        * [#DcmDspDidSignal DcmDspDidSignal] (○)
     218          * [#DcmDspDidDataPos DcmDspDidDataPos] (○)
     219          * [#DcmDspDidDataRef DcmDspDidDataRef] (○)
     220      * [#DcmDspDidInfo DcmDspDidInfo] (○)
     221        * [#DcmDspDDDIDMaxElements DcmDspDDDIDMaxElements] (○)
     222        * [#DcmDspDidDynamicallyDefined DcmDspDidDynamicallyDefined] (○)
     223        * [#DcmDspDidControl DcmDspDidControl] (○)
     224          * [#DcmDspDidControlMask DcmDspDidControlMask] (○)
     225          * [#DcmDspDidControlMaskSize DcmDspDidControlMaskSize] (○)
     226          * [#DcmDspDidFreezeCurrentState DcmDspDidFreezeCurrentState] (○)
     227          * [#DcmDspDidResetToDefault DcmDspDidResetToDefault] (○)
     228          * [#DcmDspDidShortTermAdjustment DcmDspDidShortTermAdjustment] (○)
     229          * [#DcmDspDidControlModeRuleRef DcmDspDidControlModeRuleRef] (○)
     230          * [#DcmDspDidControlSecurityLevelRef DcmDspDidControlSecurityLevelRef] (○)
     231          * [#DcmDspDidControlSessionRef DcmDspDidControlSessionRef] (○)
     232          * [#DcmDspDidControlEnableMask DcmDspDidControlEnableMask] (○)
     233            * [#DcmDspDidControlMaskBitPosition DcmDspDidControlMaskBitPosition] (○)
     234        * [#DcmDspDidRead DcmDspDidRead] (○)
     235          * [#DcmDspDidReadModeRuleRef DcmDspDidReadModeRuleRef] (○)
     236          * [#DcmDspDidReadSecurityLevelRef DcmDspDidReadSecurityLevelRef] (○)
     237          * [#DcmDspDidReadSessionRef DcmDspDidReadSessionRef] (○)
     238        * [#DcmDspDidWrite DcmDspDidWrite] (○)
     239          * [#DcmDspDidWriteModeRuleRef DcmDspDidWriteModeRuleRef] (○)
     240          * [#DcmDspDidWriteSecurityLevelRef DcmDspDidWriteSecurityLevelRef] (○)
     241          * [#DcmDspDidWriteSessionRef DcmDspDidWriteSessionRef] (○)
     242      * [#DcmDspDidRange DcmDspDidRange] (○)
     243        * [#DcmDspDidRangeHasGaps DcmDspDidRangeHasGaps] (○)
     244        * [#DcmDspDidRangeIdentifierLowerLimit DcmDspDidRangeIdentifierLowerLimit] (○)
     245        * [#DcmDspDidRangeIdentifierUpperLimit DcmDspDidRangeIdentifierUpperLimit] (○)
     246        * [#DcmDspDidRangeIsDidAvailableFnc DcmDspDidRangeIsDidAvailableFnc] (○)
     247        * [#DcmDspDidRangeMaxDataLength DcmDspDidRangeMaxDataLength] (○)
     248        * [#DcmDspDidRangeReadDataLengthFnc DcmDspDidRangeReadDataLengthFnc] (○)
     249        * [#DcmDspDidRangeReadDidFnc DcmDspDidRangeReadDidFnc] (○)
     250        * [#DcmDspDidRangeUsePort DcmDspDidRangeUsePort] (○)
     251        * [#DcmDspDidRangeWriteDidFnc DcmDspDidRangeWriteDidFnc] (○)
     252        * [#DcmDspDidRangeInfoRef DcmDspDidRangeInfoRef] (○)
     253      * [#DcmDspMemory DcmDspMemory] (○)
     254        * [#DcmDspAddressAndLengthFormatIdentifier DcmDspAddressAndLengthFormatIdentifier] (○)
     255          * [#DcmDspSupportedAddressAndLengthFormatIdentifier DcmDspSupportedAddressAndLengthFormatIdentifier] (○)
     256        * [#DcmDspMemoryIdInfo DcmDspMemoryIdInfo] (○)
     257          * [#DcmDspMemoryIdValue DcmDspMemoryIdValue] (○)
     258          * [#DcmDspReadMemoryRangeInfo DcmDspReadMemoryRangeInfo] (○)
     259            * [#DcmDspReadMemoryRangeHigh DcmDspReadMemoryRangeHigh] (○)
     260            * [#DcmDspReadMemoryRangeLow DcmDspReadMemoryRangeLow] (○)
     261            * [#DcmDspReadMemoryRangeModeRuleRef DcmDspReadMemoryRangeModeRuleRef] (○)
     262            * [#DcmDspReadMemoryRangeSecurityLevelRef DcmDspReadMemoryRangeSecurityLevelRef] (○)
     263          * [#DcmDspWriteMemoryRangeInfo DcmDspWriteMemoryRangeInfo] (○)
     264            * [#DcmDspWriteMemoryRangeHigh DcmDspWriteMemoryRangeHigh] (○)
     265            * [#DcmDspWriteMemoryRangeLow DcmDspWriteMemoryRangeLow] (○)
     266            * [#DcmDspWriteMemoryRangeModeRuleRef DcmDspWriteMemoryRangeModeRuleRef] (○)
     267            * [#DcmDspWriteMemoryRangeSecurityLevelRef DcmDspWriteMemoryRangeSecurityLevelRef] (○)
     268      * [#DcmDspPeriodicDidTransmission DcmDspPeriodicDidTransmission] (○)
     269        * [#DcmDspMaxPeriodicDidScheduler DcmDspMaxPeriodicDidScheduler] (○)
     270      * [#DcmDspPeriodicTransmission DcmDspPeriodicTransmission] (○)
     271        * [#DcmDspPeriodicTransmissionFastRate DcmDspPeriodicTransmissionFastRate] (○)
     272        * [#DcmDspPeriodicTransmissionMediumRate DcmDspPeriodicTransmissionMediumRate] (○)
     273        * [#DcmDspPeriodicTransmissionSlowRate DcmDspPeriodicTransmissionSlowRate] (○)
     274      * [#DcmDspPid DcmDspPid] (○)
     275        * [#DcmDspPidIdentifier DcmDspPidIdentifier] (○)
     276        * [#DcmDspPidService DcmDspPidService] (○)
     277        * [#DcmDspPidSize DcmDspPidSize] (○)
     278        * [#DcmDspPidUsed DcmDspPidUsed] (○)
     279        * [#DcmDspPidData DcmDspPidData] (○)
     280          * [#DcmDspPidDataPos DcmDspPidDataPos] (○)
     281          * [#DcmDspPidDataSize DcmDspPidDataSize] (○)
     282          * [#DcmDspPidDataSupportInfo DcmDspPidDataSupportInfo] (○)
     283            * [#DcmDspPidDataSupportInfoBit DcmDspPidDataSupportInfoBit] (○)
     284            * [#DcmDspPidDataSupportInfoRef DcmDspPidDataSupportInfoRef] (○)
     285          * [#DcmDspPidService01 DcmDspPidService01] (○)
     286            * [#DcmDspPidDataEndianness DcmDspPidDataEndianness] (○)
     287            * [#DcmDspPidDataReadFnc DcmDspPidDataReadFnc] (○)
     288            * [#DcmDspPidDataType DcmDspPidDataType] (○)
     289            * [#DcmDspPidDataUsePort DcmDspPidDataUsePort] (○)
     290          * [#DcmDspPidService02 DcmDspPidService02] (○)
     291            * [#DcmDspPidDataDemRef DcmDspPidDataDemRef] (○)
     292        * [#DcmDspPidSupportInfo DcmDspPidSupportInfo] (○)
     293          * [#DcmDspPidSupportInfoLen DcmDspPidSupportInfoLen] (○)
     294          * [#DcmDspPidSupportInfoPos DcmDspPidSupportInfoPos] (○)
     295      * [#DcmDspRequestControl DcmDspRequestControl] (○)
     296        * [#DcmDspRequestControlInBufferSize DcmDspRequestControlInBufferSize] (○)
     297        * [#DcmDspRequestControlOutBufferSize DcmDspRequestControlOutBufferSize] (○)
     298        * [#DcmDspRequestControlTestId DcmDspRequestControlTestId] (○)
     299      * [#DcmDspRequestFileTransfer DcmDspRequestFileTransfer] (○)
     300        * [#DcmRequestFileTransferFileSizeParameterLength DcmRequestFileTransferFileSizeParameterLength] (○)
     301        * [#DcmRequestFileTransferLengthFormatIdentifier DcmRequestFileTransferLengthFormatIdentifier] (○)
     302      * [#DcmDspRoe DcmDspRoe] (○)
     303        * [#DcmDspRoeInterMessageTime DcmDspRoeInterMessageTime] (○)
     304        * [#DcmDspRoeEvent DcmDspRoeEvent] (○)
     305          * [#DcmDspRoeEventId DcmDspRoeEventId] (○)
     306          * [#DcmDspRoeInitialEventStatus DcmDspRoeInitialEventStatus] (○)
     307          * [#DcmDspRoeEventProperties DcmDspRoeEventProperties] (○)
     308            * [#DcmDspRoeOnChangeOfDataIdentifier DcmDspRoeOnChangeOfDataIdentifier] (○)
     309              * [#DcmDspRoeDidRef DcmDspRoeDidRef] (○)
     310            * [#DcmDspRoeOnDTCStatusChange DcmDspRoeOnDTCStatusChange] (○)
     311        * [#DcmDspRoeEventWindowTime DcmDspRoeEventWindowTime] (○)
     312          * [#DcmDspRoeEventWindowTime DcmDspRoeEventWindowTime] (○)
     313          * [#DcmDspRoeStorageState DcmDspRoeStorageState] (○)
     314      * [#DcmDspRoutine DcmDspRoutine] (○)
     315        * [#DcmDspRoutineIdentifier DcmDspRoutineIdentifier] (○)
     316        * [#DcmDspRoutineInfoByte DcmDspRoutineInfoByte] (○)
     317        * [#DcmDspRoutineUsePort DcmDspRoutineUsePort] (○)
     318        * [#DcmDspRoutineUsed DcmDspRoutineUsed] (○)
     319        * [#DcmDspCommonAuthorizationRef DcmDspCommonAuthorizationRef] (○)
     320        * [#DcmDspRoutineTidRef DcmDspRoutineTidRef] (○)
     321        * [#DcmDspRequestRoutineResults DcmDspRequestRoutineResults] (○)
     322          * [#DcmDspRequestRoutineResultsFnc DcmDspRequestRoutineResultsFnc] (○)
     323          * [#DcmDspRequestRoutineResultsCommonAuthorizationRef DcmDspRequestRoutineResultsCommonAuthorizationRef] (○)
     324          * [#DcmDspRequestRoutineResultsOut DcmDspRequestRoutineResultsOut] (○)
     325            * [#DcmDspRequestRoutineResultsOutSignal DcmDspRequestRoutineResultsOutSignal] (○)
     326              * [#DcmDspRoutineSignalEndianness DcmDspRoutineSignalEndianness] (○)
     327              * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength] (○)
     328              * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos] (○)
     329              * [#DcmDspRoutineSignalType DcmDspRoutineSignalType] (○)
     330              * [#DcmDspArgumentScaling DcmDspArgumentScaling] (○)
     331                * [#DcmDspAlternativeArgumentData DcmDspAlternativeArgumentData] (○)
     332                  * [#DcmDataElement DcmDataElement] (○)
     333                * [#DcmDspAlternativeDataProps DcmDspAlternativeDataProps] (○)
     334                  * [#DcmDspDataTypeCategory DcmDspDataTypeCategory] (○)
     335                  * [#DcmDspLinearScale DcmDspLinearScale] (○)
     336                    * [#DcmDspDiagnosisRepresentationDataLowerRange DcmDspDiagnosisRepresentationDataLowerRange] (○)
     337                    * [#DcmDspDiagnosisRepresentationDataOffset DcmDspDiagnosisRepresentationDataOffset] (○)
     338                    * [#DcmDspDiagnosisRepresentationDataResolution DcmDspDiagnosisRepresentationDataResolution] (○)
     339                    * [#DcmDspDiagnosisRepresentationDataUpperRange DcmDspDiagnosisRepresentationDataUpperRange] (○)
     340                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     341                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     342                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     343                * [#DcmDspAlternativeDataType DcmDspAlternativeDataType] (○)
     344                  * [#DcmApplicationDataType DcmApplicationDataType] (○)
     345                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     346                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     347                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     348        * [#DcmDspStartRoutine DcmDspStartRoutine] (○)
     349          * [#DcmDspStartRoutineFnc DcmDspStartRoutineFnc] (○)
     350          * [#DcmDspStartRoutineCommonAuthorizationRef DcmDspStartRoutineCommonAuthorizationRef] (○)
     351          * [#DcmDspStartRoutineIn DcmDspStartRoutineIn] (○)
     352            * [#DcmDspStartRoutineInSignal DcmDspStartRoutineInSignal] (○)
     353              * [#DcmDspRoutineSignalEndianness DcmDspRoutineSignalEndianness] (○)
     354              * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength] (○)
     355              * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos] (○)
     356              * [#DcmDspRoutineSignalType DcmDspRoutineSignalType] (○)
     357              * [#DcmDspArgumentScaling DcmDspArgumentScaling] (○)
     358                * [#DcmDspAlternativeArgumentData DcmDspAlternativeArgumentData] (○)
     359                  * [#DcmDataElement DcmDataElement] (○)
     360                * [#DcmDspAlternativeDataProps DcmDspAlternativeDataProps] (○)
     361                  * [#DcmDspDataTypeCategory DcmDspDataTypeCategory] (○)
     362                  * [#DcmDspLinearScale DcmDspLinearScale] (○)
     363                    * [#DcmDspDiagnosisRepresentationDataLowerRange DcmDspDiagnosisRepresentationDataLowerRange] (○)
     364                    * [#DcmDspDiagnosisRepresentationDataOffset DcmDspDiagnosisRepresentationDataOffset] (○)
     365                    * [#DcmDspDiagnosisRepresentationDataResolution DcmDspDiagnosisRepresentationDataResolution] (○)
     366                    * [#DcmDspDiagnosisRepresentationDataUpperRange DcmDspDiagnosisRepresentationDataUpperRange] (○)
     367                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     368                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     369                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     370                * [#DcmDspAlternativeDataType DcmDspAlternativeDataType] (○)
     371                  * [#DcmApplicationDataType DcmApplicationDataType] (○)
     372                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     373                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     374                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     375          * [#DcmDspStartRoutineOut DcmDspStartRoutineOut] (○)
     376            * [#DcmDspStartRoutineOutSignal DcmDspStartRoutineOutSignal] (○)
     377              * [#DcmDspRoutineSignalEndianness DcmDspRoutineSignalEndianness] (○)
     378              * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength] (○)
     379              * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos] (○)
     380              * [#DcmDspRoutineSignalType DcmDspRoutineSignalType] (○)
     381              * [#DcmDspArgumentScaling DcmDspArgumentScaling] (○)
     382                * [#DcmDspAlternativeArgumentData DcmDspAlternativeArgumentData] (○)
     383                  * [#DcmDataElement DcmDataElement] (○)
     384                * [#DcmDspAlternativeDataProps DcmDspAlternativeDataProps] (○)
     385                  * [#DcmDspDataTypeCategory DcmDspDataTypeCategory] (○)
     386                  * [#DcmDspLinearScale DcmDspLinearScale] (○)
     387                    * [#DcmDspDiagnosisRepresentationDataLowerRange DcmDspDiagnosisRepresentationDataLowerRange] (○)
     388                    * [#DcmDspDiagnosisRepresentationDataOffset DcmDspDiagnosisRepresentationDataOffset] (○)
     389                    * [#DcmDspDiagnosisRepresentationDataResolution DcmDspDiagnosisRepresentationDataResolution] (○)
     390                    * [#DcmDspDiagnosisRepresentationDataUpperRange DcmDspDiagnosisRepresentationDataUpperRange] (○)
     391                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     392                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     393                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     394                * [#DcmDspAlternativeDataType DcmDspAlternativeDataType] (○)
     395                  * [#DcmApplicationDataType DcmApplicationDataType] (○)
     396                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     397                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     398                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     399        * [#DcmDspStopRoutine DcmDspStopRoutine] (○)
     400          * [#DcmDspStopRoutineFnc DcmDspStopRoutineFnc] (○)
     401          * [#DcmDspStopRoutineCommonAuthorizationRef DcmDspStopRoutineCommonAuthorizationRef] (○)
     402          * [#DcmDspStopRoutineIn DcmDspStopRoutineIn] (○)
     403            * [#DcmDspStopRoutineInSignal DcmDspStopRoutineInSignal] (○)
     404              * [#DcmDspRoutineSignalEndianness DcmDspRoutineSignalEndianness] (○)
     405              * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength] (○)
     406              * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos] (○)
     407              * [#DcmDspRoutineSignalType DcmDspRoutineSignalType] (○)
     408              * [#DcmDspArgumentScaling DcmDspArgumentScaling] (○)
     409                * [#DcmDspAlternativeArgumentData DcmDspAlternativeArgumentData] (○)
     410                  * [#DcmDataElement DcmDataElement] (○)
     411                * [#DcmDspAlternativeDataProps DcmDspAlternativeDataProps] (○)
     412                  * [#DcmDspDataTypeCategory DcmDspDataTypeCategory] (○)
     413                  * [#DcmDspLinearScale DcmDspLinearScale] (○)
     414                    * [#DcmDspDiagnosisRepresentationDataLowerRange DcmDspDiagnosisRepresentationDataLowerRange] (○)
     415                    * [#DcmDspDiagnosisRepresentationDataOffset DcmDspDiagnosisRepresentationDataOffset] (○)
     416                    * [#DcmDspDiagnosisRepresentationDataResolution DcmDspDiagnosisRepresentationDataResolution] (○)
     417                    * [#DcmDspDiagnosisRepresentationDataUpperRange DcmDspDiagnosisRepresentationDataUpperRange] (○)
     418                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     419                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     420                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     421                * [#DcmDspAlternativeDataType DcmDspAlternativeDataType] (○)
     422                  * [#DcmApplicationDataType DcmApplicationDataType] (○)
     423                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     424                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     425                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     426          * [#DcmDspStopRoutineOut DcmDspStopRoutineOut] (○)
     427            * [#DcmDspStopRoutineOutSignal DcmDspStopRoutineOutSignal] (○)
     428              * [#DcmDspRoutineSignalEndianness DcmDspRoutineSignalEndianness] (○)
     429              * [#DcmDspRoutineSignalLength DcmDspRoutineSignalLength] (○)
     430              * [#DcmDspRoutineSignalPos DcmDspRoutineSignalPos] (○)
     431              * [#DcmDspRoutineSignalType DcmDspRoutineSignalType] (○)
     432              * [#DcmDspArgumentScaling DcmDspArgumentScaling] (○)
     433                * [#DcmDspAlternativeArgumentData DcmDspAlternativeArgumentData] (○)
     434                  * [#DcmDataElement DcmDataElement] (○)
     435                * [#DcmDspAlternativeDataProps DcmDspAlternativeDataProps] (○)
     436                  * [#DcmDspDataTypeCategory DcmDspDataTypeCategory] (○)
     437                  * [#DcmDspLinearScale DcmDspLinearScale] (○)
     438                    * [#DcmDspDiagnosisRepresentationDataLowerRange DcmDspDiagnosisRepresentationDataLowerRange] (○)
     439                    * [#DcmDspDiagnosisRepresentationDataOffset DcmDspDiagnosisRepresentationDataOffset] (○)
     440                    * [#DcmDspDiagnosisRepresentationDataResolution DcmDspDiagnosisRepresentationDataResolution] (○)
     441                    * [#DcmDspDiagnosisRepresentationDataUpperRange DcmDspDiagnosisRepresentationDataUpperRange] (○)
     442                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     443                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     444                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     445                * [#DcmDspAlternativeDataType DcmDspAlternativeDataType] (○)
     446                  * [#DcmApplicationDataType DcmApplicationDataType] (○)
     447                  * [#DcmDspTextTableMapping DcmDspTextTableMapping] (○)
     448                    * [#DcmDspDiagnosisRepresentationDataValue DcmDspDiagnosisRepresentationDataValue] (○)
     449                    * [#DcmDspInternalDataValue DcmDspInternalDataValue] (○)
     450      * [#DcmDspSecurity DcmDspSecurity] (○)
     451        * [#DcmDspSecurityRow DcmDspSecurityRow] (○)
     452          * [#DcmDspSecurityADRSize DcmDspSecurityADRSize] (○)
     453          * [#DcmDspSecurityAttemptCounterEnabled DcmDspSecurityAttemptCounterEnabled] (○)
     454          * [#DcmDspSecurityCompareKeyFnc DcmDspSecurityCompareKeyFnc] (○)
     455          * [#DcmDspSecurityDelayTime DcmDspSecurityDelayTime] (○)
     456          * [#DcmDspSecurityDelayTimeOnBoot DcmDspSecurityDelayTimeOnBoot] (○)
     457          * [#DcmDspSecurityGetAttemptCounterFnc DcmDspSecurityGetAttemptCounterFnc] (○)
     458          * [#DcmDspSecurityGetSeedFnc DcmDspSecurityGetSeedFnc] (○)
     459          * [#DcmDspSecurityKeySize DcmDspSecurityKeySize] (○)
     460          * [#DcmDspSecurityLevel DcmDspSecurityLevel] (○)
     461          * [#DcmDspSecurityNumAttDelay DcmDspSecurityNumAttDelay] (○)
     462          * [#DcmDspSecuritySeedSize DcmDspSecuritySeedSize] (○)
     463          * [#DcmDspSecuritySetAttemptCounterFnc DcmDspSecuritySetAttemptCounterFnc] (○)
     464          * [#DcmDspSecurityUsePort DcmDspSecurityUsePort] (○)
     465      * [#DcmDspSession DcmDspSession] (○)
     466        * [#DcmDspSessionRow DcmDspSessionRow] (○)
     467          * [#DcmDspSessionForBoot DcmDspSessionForBoot] (○)
     468          * [#DcmDspSessionLevel DcmDspSessionLevel] (○)
     469          * [#DcmDspSessionP2ServerMax DcmDspSessionP2ServerMax] (○)
     470          * [#DcmDspSessionP2StarServerMax DcmDspSessionP2StarServerMax] (○)
     471      * [#DcmDspVehInfo DcmDspVehInfo] (○)
     472        * [#DcmDspVehInfoInfoType DcmDspVehInfoInfoType] (○)
     473        * [#DcmDspVehInfoNODIProvResp DcmDspVehInfoNODIProvResp] (○)
     474        * [#DcmDspVehInfoData DcmDspVehInfoData] (○)
     475          * [#DcmDspVehInfoDataOrder DcmDspVehInfoDataOrder] (○)
     476          * [#DcmDspVehInfoDataReadFnc DcmDspVehInfoDataReadFnc] (○)
     477          * [#DcmDspVehInfoDataSize DcmDspVehInfoDataSize] (○)
     478          * [#DcmDspVehInfoDataUsePort DcmDspVehInfoDataUsePort] (○)
     479    * [#DcmPageBufferCfg DcmPageBufferCfg] (○)
     480      * [#DcmPagedBufferEnabled DcmPagedBufferEnabled] (○)
     481      * [#DcmPagedBufferTimeout DcmPagedBufferTimeout] (○)
     482    * [#DcmProcessingConditions DcmProcessingConditions] (○)
     483      * [#DcmModeCondition DcmModeCondition] (○)
     484        * [#DcmConditionType DcmConditionType] (○)
     485        * [#DcmSwcSRDataElementRef DcmSwcSRDataElementRef] (○)
     486        * [#DcmSwcSRDataElementValueRef DcmSwcSRDataElementValueRef] (○)
     487        * [#DcmBswModeRef DcmBswModeRef] (○)
     488        * [#DcmSwcModeRef DcmSwcModeRef] (○)
     489      * [#DcmModeRule DcmModeRule] (○)
     490        * [#DcmLogicalOperator DcmLogicalOperator] (○)
     491        * [#DcmModeRuleNrcValue DcmModeRuleNrcValue] (○)
     492        * [#DcmArgumentRef DcmArgumentRef] (○)
     493  * [#DcmGeneral DcmGeneral] (○)
     494    * [#DcmDDDIDStorage DcmDDDIDStorage] (○)
     495    * [#DcmDevErrorDetect DcmDevErrorDetect] (○)
     496    * [#DcmHeaderFileInclusion DcmHeaderFileInclusion] (○)
     497    * [#DcmRespondAllRequest DcmRespondAllRequest] (○)
     498    * [#DcmTaskTime DcmTaskTime] (○)
     499    * [#DcmVersionInfoApi DcmVersionInfoApi] (○)
     500    * [#DcmVinRef DcmVinRef] (○)
    332501
    333502* エラーコード一覧
    334503
    335   ||= エラーコード =||= Dec =||= Hex =||
    336   || DCM_E_INTERFACE_TIMEOUT         ||  1|| 0x01||
    337   || DCM_E_INTERFACE_RETURN_VALUE    ||  2|| 0x02||
    338   || DCM_E_INTERFACE_BUFFER_OVERFLOW ||  3|| 0x03||
    339   || DCM_E_UNINIT                    ||  5|| 0x05||
    340   || DCM_E_PARAM                     ||  6|| 0x06||
    341   || DCM_E_PARAM_POINTER             ||  7|| 0x07||
     504  ||= エラーコード =||= Dec =||= Hex =||= R4.2.2 =||
     505  || DCM_E_INTERFACE_TIMEOUT         ||  1|| 0x01||  ○  ||
     506  || DCM_E_INTERFACE_RETURN_VALUE    ||  2|| 0x02||  ○  ||
     507  || DCM_E_INTERFACE_BUFFER_OVERFLOW ||  3|| 0x03||  ○  ||
     508  || DCM_E_UNINIT                    ||  5|| 0x05||  ○  ||
     509  || DCM_E_PARAM                     ||  6|| 0x06||  ○  ||
     510  || DCM_E_PARAM_POINTER             ||  7|| 0x07||  ○  ||
     511  || DCM_E_INIT_FAILED               ||  8|| 0x08||  ○  ||
     512  || DCM_E_SET_PROG_CONDITIONS_FAIL  ||  9|| 0x09||  ○  ||
    342513
    343514----
     
    360531}}}
    361532
     533== Dcm_GetVin ==
     534{{{
     535Std_ReturnType Dcm_GetVin(uint8* Data)
     536}}}
     537
    362538== Dcm_GetSecurityLevel ==
    363539{{{
     
    385561}}}
    386562
    387 == Dcm_StopROE ==
    388 {{{
    389 Std_ReturnType Dcm_StopROE(void)
    390 }}}
    391 
    392 == Dcm_RestartROE ==
    393 {{{
    394 Std_ReturnType Dcm_RestartROE(void)
     563== Dcm_SetActiveDiagnostic ==
     564{{{
     565Std_ReturnType Dcm_SetActiveDiagnostic(boolean active)
    395566}}}
    396567
    397568== Dcm_StartOfReception ==
    398569{{{
    399 BufReq_ReturnType Dcm_StartOfReception(PduIdType DcmRxPduId, const PduInfoType* info, PduLengthType TpSduLength, PduLengthType* RxBufferSizePtr)
     570BufReq_ReturnType Dcm_StartOfReception(PduIdType id, const PduInfoType* info, PduLengthType TpSduLength, PduLengthType* bufferSizePtr)
    400571}}}
    401572
    402573== Dcm_CopyRxData ==
    403574{{{
    404 BufReq_ReturnType Dcm_CopyRxData(PduIdType DcmRxPduId, const PduInfoType* PduInfoPtr, PduLengthType* RxBufferSizePtr)
     575BufReq_ReturnType Dcm_CopyRxData(PduIdType id, const PduInfoType* info, PduLengthType* bufferSizePtr)
    405576}}}
    406577
    407578== Dcm_TpRxIndication ==
    408579{{{
    409 void Dcm_TpRxIndication(PduIdType DcmRxPduId, NotifResultType Result)
     580void Dcm_TpRxIndication(PduIdType id, Std_ReturnType result)
    410581}}}
    411582
    412583== Dcm_CopyTxData ==
    413584{{{
    414 BufReq_ReturnType Dcm_CopyTxData(PduIdType DcmTxPduId, const PduInfoType* PduInfoPtr, RetryInfoType* RetryInfoPtr, PduLengthType* TxDataCntPtr)
     585BufReq_ReturnType Dcm_CopyTxData(PduIdType id, const PduInfoType* info, RetryInfoType* retry, PduLengthType* availableDataPtr)
    415586}}}
    416587
    417588== Dcm_TpTxConfirmation ==
    418589{{{
    419 void Dcm_TpTxConfirmation(PduIdType DcmTxPduId, NotifResultType Result)
     590void Dcm_TpTxConfirmation(PduIdType id, Std_ReturnType result)
     591}}}
     592
     593== Dcm_TxConfirmation ==
     594{{{
     595void Dcm_TxConfirmation(PduIdType TxPduId)
    420596}}}
    421597
     
    437613== Dcm_ReadMemory ==
    438614{{{
    439 Dcm_ReturnReadMemoryType Dcm_ReadMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData)
     615Dcm_ReturnReadMemoryType Dcm_ReadMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData, Dcm_NegativeResponseCodeType* ErrorCode)
    440616}}}
    441617
    442618== Dcm_WriteMemory ==
    443619{{{
    444 Dcm_ReturnWriteMemoryType Dcm_WriteMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData)
    445 }}}
    446 
    447 == Dcm_Confirmation ==
    448 {{{
    449 void Dcm_Confirmation(Dcm_IdContextType idContext, PduIdType dcmRxPduId, Dcm_ConfirmationStatusType status)
     620Dcm_ReturnWriteMemoryType Dcm_WriteMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData, Dcm_NegativeResponseCodeType* ErrorCode)
    450621}}}
    451622
    452623== Dcm_SetProgConditions ==
    453624{{{
    454 Std_ReturnType Dcm_SetProgConditions(Dcm_ProgConditionsType * ProgConditions)
     625Std_ReturnType Dcm_SetProgConditions(Dcm_OpStatusType OpStatus, Dcm_ProgConditionsType * ProgConditions)
    455626}}}
    456627
     
    462633== Dcm_ProcessRequestTransferExit ==
    463634{{{
    464 Std_ReturnType Dcm_ProcessRequestTransferExit(Dcm_OpStatusType OpStatus, uint8* ParameterRecord, uint32 ParameterRecordSize, Dcm_NegativeResponseCodeType* ErrorCode)
     635Std_ReturnType Dcm_ProcessRequestTransferExit(Dcm_OpStatusType OpStatus, uint8* transferRequestParameterRecord, uint32 transferRequestParameterRecordSize, uint8* transferResponseParameterRecord, uint32* transferResponseParameterRecordSize, Dcm_NegativeResponseCodeType* ErrorCode)
    465636}}}
    466637
     
    475646}}}
    476647
     648== Dcm_ProcessRequestFileTransfer ==
     649{{{
     650Std_ReturnType Dcm_ProcessRequestFileTransfer(Dcm_OpStatusType OpStatus, uint8 modeofOperation, uint16 fileSizeParameterLength, uint8* filePathAndName, uint8 dataFormatIdentifier, uint8* fileSizeUncompressedOrDirInfoLength, uint8* fileSizeCompressed, uint32* BlockLength, Dcm_NegativeResponseCodeType* ErrorCode)
     651}}}
     652
    477653== Dcm_MainFunction ==
    478654{{{
     
    480656}}}
    481657
     658== Xxx_GetSeed ==
     659{{{
     660Std_ReturnType Xxx_GetSeed(Dcm_OpStatusType OpStatus, uint8* Seed, Dcm_NegativeResponseCodeType* ErrorCode)
     661}}}
     662
     663== Xxx_CompareKey ==
     664{{{
     665Std_ReturnType Xxx_CompareKey(const uint8* Key, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     666}}}
     667
     668== Xxx_GetSecurityAttemptCounter ==
     669{{{
     670Std_ReturnType Xxx_GetSecurityAttemptCounter(Dcm_OpStatusType OpStatus, uint8* AttemptCounter)
     671}}}
     672
     673== Xxx_SetSecurityAttemptCounter ==
     674{{{
     675Std_ReturnType Xxx_SetSecurityAttemptCounter(Dcm_OpStatusType OpStatus, uint8 AttemptCounter)
     676}}}
     677
    482678== Xxx_ReadData ==
    483679{{{
    484 Std_ReturnType Xxx_ReadData(uint8* Data)
    485 }}}
    486 {{{
    487 Std_ReturnType Xxx_ReadData(Dcm_OpStatusType OpStatus, uint8* Data)
     680Std_ReturnType Xxx_ReadData(Dcm_OpStatusType OpStatus, uint8* Data, Dcm_NegativeResponseCodeType* ErrorCode)
    488681}}}
    489682
    490683== Xxx_WriteData ==
    491684{{{
    492 Std_ReturnType Xxx_WriteData(uint8* Data, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
    493 }}}
    494 {{{
    495685Std_ReturnType Xxx_WriteData(uint8* Data, uint16 DataLength, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
    496686}}}
     
    498688== Xxx_ReadDataLength ==
    499689{{{
    500 Std_ReturnType Xxx_ReadDataLength(uint16* DataLength)
     690Std_ReturnType Xxx_ReadDataLength(Dcm_OpStatusType OpStatus, uint16* DataLength)
    501691}}}
    502692
     
    513703== Xxx_ReturnControlToECU ==
    514704{{{
    515 Std_ReturnType Xxx_ReturnControlToECU(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     705Std_ReturnType Xxx_ReturnControlToECU([Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)
    516706}}}
    517707
    518708== Xxx_ResetToDefault ==
    519709{{{
    520 Std_ReturnType Xxx_ResetToDefault(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     710Std_ReturnType Xxx_ResetToDefault(Dcm_OpStatusType OpStatus, [Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)
    521711}}}
    522712
    523713== Xxx_FreezeCurrentState ==
    524714{{{
    525 Std_ReturnType Xxx_FreezeCurrentState(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     715Std_ReturnType Xxx_FreezeCurrentState(Dcm_OpStatusType OpStatus, [Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)
    526716}}}
    527717
    528718== Xxx_ShortTermAdjustment ==
    529719{{{
    530 Std_ReturnType Xxx_ShortTermAdjustment(uint8* ControlStateInfo, uint16 DataLength, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)
     720Std_ReturnType Xxx_ShortTermAdjustment(uint8* ControlStateInfo, uint16 DataLength, Dcm_OpStatusType OpStatus, [Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)
    531721}}}
    532722
    533723== Xxx_IsDidAvailable ==
    534724{{{
    535 Std_ReturnType Xxx_IsDidAvailable(uint16 DID, Dcm_OpStatusType OpStatus,  uint8* supported)
     725Std_ReturnType Xxx_IsDidAvailable(uint16 DID, Dcm_OpStatusType OpStatus, Dcm_DidSupportedType* supported)
    536726}}}
    537727
     
    546736}}}
    547737
    548 == Dcm_ExternalSetNegResponse ==
    549 {{{
    550 void Dcm_ExternalSetNegResponse(Dcm_MsgContextType* pMsgContext, Dcm_NegativeResponseCodeType ErrorCode)
    551 }}}
    552 
    553 == Dcm_ExternalProcessingDone ==
    554 {{{
    555 void Dcm_ExternalProcessingDone(Dcm_MsgContextType* pMsgContext)
     738== Xxx_ReadDidRangeDataLength ==
     739{{{
     740Std_ReturnType Xxx_ReadDidRangeDataLength(uint16 DID, Dcm_OpStatusType OpStatus, uint16* DataLength)
     741}}}
     742
     743== Xxx_Start ==
     744{{{
     745Std_ReturnType Xxx_Start([DcmDspRoutineSignalType dataIn_1,] ... [DcmDspRoutineSignalType dataIn_n,] [const uint8* dataInVar,] Dcm_OpStatusType OpStatus, [DcmDspRoutineSignalType dataOut_1,] ... [DcmDspRoutineSignalType dataOut_n,] [uint8* dataOutVar,] [uint16 currentLengthDataInVar,] [uint16* currentLengthDataOutVar,] Dcm_NegativeResponseCodeType ErrorCode)
     746}}}
     747
     748== Xxx_Stop ==
     749{{{
     750Std_ReturnType Xxx_Stop([DcmDspRoutineSignalType dataIn_1,] ... [DcmDspRoutineSignalType dataIn_n,] [const uint8* dataInVar,] [DcmDspRoutineSignalType dataOut_1,] ... [DcmDspRoutineSignalType dataOut_n,] [uint8* dataOutVar,] [uint16 currentLengthDataInVar,] [uint16* currentLengthDataOutVar,] Dcm_NegativeResponseCodeType* ErrorCode)
     751}}}
     752
     753== Xxx_RequestResults ==
     754{{{
     755Std_ReturnType Xxx_RequestResults(Dcm_OpStatusType OpStatus, [DcmDspRoutineSignalType* dataOut_1,] ... [DcmDspRoutineSignalType* dataOut_n,] [uint8* dataOutVar,] [uint16* currentLengthDataOutVar,] Dcm_NegativeResponseCodeType* ErrorCode)
     756}}}
     757
     758== Xxx_ClearDTCCheckFnc ==
     759{{{
     760Std_ReturnType Xxx_ClearDTCCheckFnc(uint32 GoDTC, Dcm_NegativeResponseCodeType* ErrorCode)
    556761}}}
    557762
     
    574779* 多重度:1
    575780
     781== DcmDsdRequestManufacturerNotificationEnabled ==
     782{{{
     783/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdRequestManufacturerNotificationEnabled
     784}}}
     785* 型:BooleanParam
     786* 多重度:1
     787
     788== DcmDsdRequestSupplierNotificationEnabled ==
     789{{{
     790/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdRequestSupplierNotificationEnabled
     791}}}
     792* 型:BooleanParam
     793* 多重度:1
     794
     795== DcmDsdServiceRequestManufacturerNotification ==
     796{{{
     797/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceRequestManufacturerNotification
     798}}}
     799* 型:Container
     800* 多重度:0..*
     801
     802== DcmDsdServiceRequestSupplierNotification ==
     803{{{
     804/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceRequestSupplierNotification
     805}}}
     806* 型:Container
     807* 多重度:0..*
     808
    576809== DcmDsdServiceTable ==
    577810{{{
     
    587820* 型:IntegerParam
    588821* 多重度:1
     822* 上限値:255
     823* 下限値:0
    589824
    590825== DcmDsdService ==
     
    595830* 多重度:1..*
    596831
     832== DcmDsdServiceUsed ==
     833{{{
     834/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdServiceUsed
     835}}}
     836* 型:BooleanParam
     837* 多重度:1
     838* デフォルト値:true
     839
    597840== DcmDsdSidTabFnc ==
    598841{{{
     
    608851* 型:IntegerParam
    609852* 多重度:1
     853* 上限値:255
     854* 下限値:0
    610855
    611856== DcmDsdSidTabSubfuncAvail ==
     
    622867* 型:Reference
    623868* 多重度:0..1
     869* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
    624870
    625871== DcmDsdSidTabSecurityLevelRef ==
     
    629875* 型:Reference
    630876* 多重度:0..*
     877* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
    631878
    632879== DcmDsdSidTabSessionLevelRef ==
     
    636883* 型:Reference
    637884* 多重度:0..*
     885* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow}}}
    638886
    639887== DcmDsdSubService ==
     
    657905* 型:IntegerParam
    658906* 多重度:1
     907* 上限値:255
     908* 下限値:0
     909
     910== DcmDsdSubServiceUsed ==
     911{{{
     912/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceUsed
     913}}}
     914* 型:BooleanParam
     915* 多重度:1
     916* デフォルト値:true
    659917
    660918== DcmDsdSubServiceModeRuleRef ==
     
    664922* 型:Reference
    665923* 多重度:0..1
     924* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
    666925
    667926== DcmDsdSubServiceSecurityLevelRef ==
     
    671930* 型:Reference
    672931* 多重度:0..*
     932* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
    673933
    674934== DcmDsdSubServiceSessionLevelRef ==
     
    678938* 型:Reference
    679939* 多重度:0..*
     940* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow}}}
    680941
    681942== DcmDsl ==
     
    699960* 型:IntegerParam
    700961* 多重度:1
     962* 上限値:4294967294
     963* 下限値:8
    701964
    702965== DcmDslCallbackDCMRequestService ==
     
    705968}}}
    706969* 型:Container
     970* 多重度:0..*
     971
     972== DcmDslDiagResp ==
     973{{{
     974/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp
     975}}}
     976* 型:Container
     977* 多重度:1
     978
     979== DcmDslDiagRespMaxNumRespPend ==
     980{{{
     981/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespMaxNumRespPend
     982}}}
     983* 型:IntegerParam
     984* 多重度:1
     985* 上限値:255
     986* 下限値:0
     987
     988== DcmDslDiagRespOnSecondDeclinedRequest ==
     989{{{
     990/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespOnSecondDeclinedRequest
     991}}}
     992* 型:BooleanParam
     993* 多重度:1
     994
     995== DcmDslProtocol ==
     996{{{
     997/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol
     998}}}
     999* 型:Container
     1000* 多重度:1
     1001
     1002== DcmDslProtocolRow ==
     1003{{{
     1004/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow
     1005}}}
     1006* 型:Container
    7071007* 多重度:1..*
    7081008
    709 == DcmDslDiagResp ==
    710 {{{
    711 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp
    712 }}}
    713 * 型:Container
    714 * 多重度:1
    715 
    716 == DcmDslDiagRespMaxNumRespPend ==
    717 {{{
    718 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespMaxNumRespPend
    719 }}}
    720 * 型:IntegerParam
    721 * 多重度:1
    722 
    723 == DcmDslDiagRespOnSecondDeclinedRequest ==
    724 {{{
    725 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespOnSecondDeclinedRequest
     1009== DcmDslProtocolID ==
     1010{{{
     1011/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolID
     1012}}}
     1013* 型:EnumerationParam
     1014* 多重度:1
     1015* 選択肢:
     1016  * DCM_OBD_ON_CAN
     1017  * DCM_OBD_ON_FLEXRAY
     1018  * DCM_OBD_ON_IP
     1019  * DCM_PERIODICTRANS_ON_CAN
     1020  * DCM_PERIODICTRANS_ON_FLEXRAY
     1021  * DCM_PERIODICTRANS_ON_IP
     1022  * DCM_ROE_ON_CAN
     1023  * DCM_ROE_ON_FLEXRAY
     1024  * DCM_ROE_ON_IP
     1025  * DCM_SUPPLIER_1
     1026  * DCM_SUPPLIER_10
     1027  * DCM_SUPPLIER_11
     1028  * DCM_SUPPLIER_12
     1029  * DCM_SUPPLIER_13
     1030  * DCM_SUPPLIER_14
     1031  * DCM_SUPPLIER_15
     1032  * DCM_SUPPLIER_2
     1033  * DCM_SUPPLIER_3
     1034  * DCM_SUPPLIER_4
     1035  * DCM_SUPPLIER_5
     1036  * DCM_SUPPLIER_6
     1037  * DCM_SUPPLIER_7
     1038  * DCM_SUPPLIER_8
     1039  * DCM_SUPPLIER_9
     1040  * DCM_UDS_ON_CAN
     1041  * DCM_UDS_ON_FLEXRAY
     1042  * DCM_UDS_ON_IP
     1043
     1044== DcmDslProtocolMaximumResponseSize ==
     1045{{{
     1046/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolMaximumResponseSize
     1047}}}
     1048* 型:IntegerParam
     1049* 多重度:0..1
     1050* 上限値:65535
     1051* 下限値:1
     1052* デフォルト値:4095
     1053
     1054== DcmDslProtocolPreemptTimeout ==
     1055{{{
     1056/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPreemptTimeout
     1057}}}
     1058* 型:FloatParam
     1059* 多重度:1
     1060* 上限値:1
     1061* 下限値:0
     1062
     1063== DcmDslProtocolPriority ==
     1064{{{
     1065/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPriority
     1066}}}
     1067* 型:IntegerParam
     1068* 多重度:1
     1069* 上限値:255
     1070* 下限値:0
     1071
     1072== DcmDslProtocolRowUsed ==
     1073{{{
     1074/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolRowUsed
    7261075}}}
    7271076* 型:BooleanParam
    7281077* 多重度:1
    729 
    730 == DcmDslProtocol ==
    731 {{{
    732 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol
    733 }}}
    734 * 型:Container
    735 * 多重度:1
    736 
    737 == DcmDslProtocolRow ==
    738 {{{
    739 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow
     1078* デフォルト値:true
     1079
     1080== DcmDslProtocolTransType ==
     1081{{{
     1082/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTransType
     1083}}}
     1084* 型:EnumerationParam
     1085* 多重度:0..1
     1086* 選択肢:
     1087  * TYPE1
     1088  * TYPE2
     1089
     1090== DcmSendRespPendOnTransToBoot ==
     1091{{{
     1092/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmSendRespPendOnTransToBoot
     1093}}}
     1094* 型:BooleanParam
     1095* 多重度:1
     1096* デフォルト値:true
     1097
     1098== DcmTimStrP2ServerAdjust ==
     1099{{{
     1100/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2ServerAdjust
     1101}}}
     1102* 型:FloatParam
     1103* 多重度:1
     1104* 上限値:1
     1105* 下限値:0
     1106
     1107== DcmTimStrP2StarServerAdjust ==
     1108{{{
     1109/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2StarServerAdjust
     1110}}}
     1111* 型:FloatParam
     1112* 多重度:1
     1113* 上限値:5
     1114* 下限値:0
     1115
     1116== DcmDslProtocolRxBufferRef ==
     1117{{{
     1118/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolRxBufferRef
     1119}}}
     1120* 型:Reference
     1121* 多重度:1
     1122* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer}}}
     1123
     1124== DcmDslProtocolSIDTable ==
     1125{{{
     1126/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolSIDTable
     1127}}}
     1128* 型:Reference
     1129* 多重度:1
     1130* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable}}}
     1131
     1132== DcmDslProtocolTxBufferRef ==
     1133{{{
     1134/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTxBufferRef
     1135}}}
     1136* 型:Reference
     1137* 多重度:1
     1138* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer}}}
     1139
     1140== DcmDslConnection ==
     1141{{{
     1142/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection
    7401143}}}
    7411144* 型:Container
    7421145* 多重度:1..*
    7431146
    744 == DcmDslProtocolEndiannessConvEnabled ==
    745 {{{
    746 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolEndiannessConvEnabled
     1147== DcmDslMainConnection ==
     1148{{{
     1149/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection
     1150}}}
     1151* 型:Container
     1152* 多重度:0..1
     1153
     1154== DcmDslProtocolRxTesterSourceAddr ==
     1155{{{
     1156/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRxTesterSourceAddr
     1157}}}
     1158* 型:IntegerParam
     1159* 多重度:0..1
     1160* 上限値:65535
     1161* 下限値:0
     1162
     1163== DcmDslPeriodicTransmissionConRef ==
     1164{{{
     1165/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslPeriodicTransmissionConRef
     1166}}}
     1167* 型:Reference
     1168* 多重度:0..1
     1169* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission}}}
     1170
     1171== DcmDslROEConnectionRef ==
     1172{{{
     1173/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslROEConnectionRef
     1174}}}
     1175* 型:Reference
     1176* 多重度:0..1
     1177* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent}}}
     1178
     1179== DcmDslProtocolComMChannelRef ==
     1180{{{
     1181/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolComMChannelRef
     1182}}}
     1183* 型:Reference
     1184* 多重度:1
     1185* 参照先:{{{/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel}}}
     1186
     1187== DcmDslProtocolRx ==
     1188{{{
     1189/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx
     1190}}}
     1191* 型:Container
     1192* 多重度:1..*
     1193
     1194== DcmDslProtocolRxAddrType ==
     1195{{{
     1196/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxAddrType
     1197}}}
     1198* 型:EnumerationParam
     1199* 多重度:1
     1200* 選択肢:
     1201  * DCM_FUNCTIONAL_TYPE
     1202  * DCM_PHYSICAL_TYPE
     1203
     1204== DcmDslProtocolRxPduId ==
     1205{{{
     1206/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduId
     1207}}}
     1208* 型:IntegerParam
     1209* 多重度:1
     1210* 上限値:65535
     1211* 下限値:0
     1212
     1213== DcmDslProtocolRxPduRef ==
     1214{{{
     1215/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduRef
     1216}}}
     1217* 型:Reference
     1218* 多重度:1
     1219* 参照先:{{{/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu}}}
     1220
     1221== DcmDslProtocolTx ==
     1222{{{
     1223/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx
     1224}}}
     1225* 型:Container
     1226* 多重度:0..1
     1227
     1228== DcmDslTxConfirmationPduId ==
     1229{{{
     1230/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslTxConfirmationPduId
     1231}}}
     1232* 型:IntegerParam
     1233* 多重度:1
     1234* 上限値:65535
     1235* 下限値:0
     1236
     1237== DcmDslProtocolTxPduRef ==
     1238{{{
     1239/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslProtocolTxPduRef
     1240}}}
     1241* 型:Reference
     1242* 多重度:1
     1243* 参照先:{{{/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu}}}
     1244
     1245== DcmDslPeriodicTransmission ==
     1246{{{
     1247/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission
     1248}}}
     1249* 型:Container
     1250* 多重度:0..1
     1251
     1252== DcmDslPeriodicConnection ==
     1253{{{
     1254/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection
     1255}}}
     1256* 型:Container
     1257* 多重度:0..*
     1258
     1259== DcmDslPeriodicTxConfirmationPduId ==
     1260{{{
     1261/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxConfirmationPduId
     1262}}}
     1263* 型:IntegerParam
     1264* 多重度:1
     1265* 上限値:65535
     1266* 下限値:0
     1267
     1268== DcmDslPeriodicTxPduRef ==
     1269{{{
     1270/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxPduRef
     1271}}}
     1272* 型:Reference
     1273* 多重度:1
     1274* 参照先:{{{/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu}}}
     1275
     1276== DcmDslResponseOnEvent ==
     1277{{{
     1278/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent
     1279}}}
     1280* 型:Container
     1281* 多重度:0..1
     1282
     1283== DcmDslRoeTxConfirmationPduId ==
     1284{{{
     1285/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxConfirmationPduId
     1286}}}
     1287* 型:IntegerParam
     1288* 多重度:0..1
     1289* 上限値:65535
     1290* 下限値:0
     1291
     1292== DcmDslRoeTxPduRef ==
     1293{{{
     1294/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxPduRef
     1295}}}
     1296* 型:Reference
     1297* 多重度:0..1
     1298* 参照先:{{{/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu}}}
     1299
     1300== DcmDsp ==
     1301{{{
     1302/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp
     1303}}}
     1304* 型:Container
     1305* 多重度:0..1
     1306
     1307== DcmDspDDDIDcheckPerSourceDID ==
     1308{{{
     1309/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDDDIDcheckPerSourceDID
    7471310}}}
    7481311* 型:BooleanParam
    749 * 多重度:1
    750 
    751 == DcmDslProtocolID ==
    752 {{{
    753 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolID
     1312* 多重度:0..1
     1313
     1314== DcmDspDataDefaultEndianness ==
     1315{{{
     1316/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataDefaultEndianness
    7541317}}}
    7551318* 型:EnumerationParam
    7561319* 多重度:1
    757 
    758 == DcmDslProtocolIsParallelExecutab ==
    759 {{{
    760 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolIsParallelExecutab
     1320* 選択肢:
     1321  * BIG_ENDIAN
     1322  * LITTLE_ENDIAN
     1323  * OPAQUE
     1324
     1325== DcmDspEnableObdMirror ==
     1326{{{
     1327/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspEnableObdMirror
    7611328}}}
    7621329* 型:BooleanParam
    7631330* 多重度:1
    764 
    765 == DcmDslProtocolPreemptTimeout ==
    766 {{{
    767 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPreemptTimeout
     1331* デフォルト値:false
     1332
     1333== DcmDspMaxDidToRead ==
     1334{{{
     1335/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMaxDidToRead
     1336}}}
     1337* 型:IntegerParam
     1338* 多重度:0..1
     1339* 上限値:65535
     1340* 下限値:1
     1341
     1342== DcmDspMaxPeriodicDidToRead ==
     1343{{{
     1344/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMaxPeriodicDidToRead
     1345}}}
     1346* 型:IntegerParam
     1347* 多重度:0..1
     1348* 上限値:65535
     1349* 下限値:1
     1350
     1351== DcmDspPowerDownTime ==
     1352{{{
     1353/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPowerDownTime
     1354}}}
     1355* 型:IntegerParam
     1356* 多重度:0..1
     1357* 上限値:255
     1358* 下限値:0
     1359
     1360== DcmResponseToEcuReset ==
     1361{{{
     1362/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmResponseToEcuReset
     1363}}}
     1364* 型:EnumerationParam
     1365* 多重度:1
     1366* 選択肢:
     1367  * AFTER_RESET
     1368  * BEFORE_RESET
     1369
     1370== DcmDspClearDTC ==
     1371{{{
     1372/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspClearDTC
     1373}}}
     1374* 型:Container
     1375* 多重度:0..1
     1376
     1377== DcmDspClearDTCCheckFnc ==
     1378{{{
     1379/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspClearDTC/DcmDspClearDTCCheckFnc
     1380}}}
     1381* 型:FunctionName
     1382* 多重度:0..1
     1383
     1384== DcmDspClearDTCModeRuleRef ==
     1385{{{
     1386/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspClearDTC/DcmDspClearDTCModeRuleRef
     1387}}}
     1388* 型:Reference
     1389* 多重度:0..1
     1390* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     1391
     1392== DcmDspComControl ==
     1393{{{
     1394/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl
     1395}}}
     1396* 型:Container
     1397* 多重度:0..1
     1398
     1399== DcmDspComControlAllChannel ==
     1400{{{
     1401/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel
     1402}}}
     1403* 型:Container
     1404* 多重度:0..*
     1405
     1406== DcmDspComControlAllChannelUsed ==
     1407{{{
     1408/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel/DcmDspComControlAllChannelUsed
     1409}}}
     1410* 型:BooleanParam
     1411* 多重度:1
     1412* デフォルト値:true
     1413
     1414== DcmDspAllComMChannelRef ==
     1415{{{
     1416/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel/DcmDspAllComMChannelRef
     1417}}}
     1418* 型:Reference
     1419* 多重度:1
     1420* 参照先:{{{/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel}}}
     1421
     1422== DcmDspComControlSetting ==
     1423{{{
     1424/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting
     1425}}}
     1426* 型:Container
     1427* 多重度:0..1
     1428
     1429== DcmDspComControlCommunicationReEnableModeRuleRef ==
     1430{{{
     1431/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting/DcmDspComControlCommunicationReEnableModeRuleRef
     1432}}}
     1433* 型:Reference
     1434* 多重度:0..1
     1435* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     1436
     1437== DcmDspComControlSpecificChannel ==
     1438{{{
     1439/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel
     1440}}}
     1441* 型:Container
     1442* 多重度:0..*
     1443
     1444== DcmDspComControlSpecificChannelUsed ==
     1445{{{
     1446/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspComControlSpecificChannelUsed
     1447}}}
     1448* 型:BooleanParam
     1449* 多重度:1
     1450* デフォルト値:true
     1451
     1452== DcmDspSubnetNumber ==
     1453{{{
     1454/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSubnetNumber
     1455}}}
     1456* 型:IntegerParam
     1457* 多重度:1
     1458* 上限値:14
     1459* 下限値:1
     1460
     1461== DcmDspSpecificComMChannelRef ==
     1462{{{
     1463/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSpecificComMChannelRef
     1464}}}
     1465* 型:Reference
     1466* 多重度:1
     1467* 参照先:{{{/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel}}}
     1468
     1469== DcmDspComControlSubNode ==
     1470{{{
     1471/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode
     1472}}}
     1473* 型:Container
     1474* 多重度:0..65535
     1475
     1476== DcmDspComControlSubNodeId ==
     1477{{{
     1478/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode/DcmDspComControlSubNodeId
     1479}}}
     1480* 型:IntegerParam
     1481* 多重度:1
     1482* 上限値:65535
     1483* 下限値:1
     1484
     1485== DcmDspComControlSubNodeUsed ==
     1486{{{
     1487/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode/DcmDspComControlSubNodeUsed
     1488}}}
     1489* 型:BooleanParam
     1490* 多重度:1
     1491* デフォルト値:true
     1492
     1493== DcmDspComControlSubNodeComMChannelRef ==
     1494{{{
     1495/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode/DcmDspComControlSubNodeComMChannelRef
     1496}}}
     1497* 型:Reference
     1498* 多重度:1
     1499* 参照先:{{{/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel}}}
     1500
     1501== DcmDspCommonAuthorization ==
     1502{{{
     1503/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization
     1504}}}
     1505* 型:Container
     1506* 多重度:0..*
     1507
     1508== DcmDspCommonAuthorizationModeRuleRef ==
     1509{{{
     1510/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization/DcmDspCommonAuthorizationModeRuleRef
     1511}}}
     1512* 型:Reference
     1513* 多重度:0..1
     1514* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     1515
     1516== DcmDspCommonAuthorizationSecurityLevelRef ==
     1517{{{
     1518/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization/DcmDspCommonAuthorizationSecurityLevelRef
     1519}}}
     1520* 型:Reference
     1521* 多重度:0..*
     1522* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
     1523
     1524== DcmDspCommonAuthorizationSessionRef ==
     1525{{{
     1526/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization/DcmDspCommonAuthorizationSessionRef
     1527}}}
     1528* 型:Reference
     1529* 多重度:0..*
     1530* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow}}}
     1531
     1532== DcmDspControlDTCSetting ==
     1533{{{
     1534/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting
     1535}}}
     1536* 型:Container
     1537* 多重度:0..1
     1538
     1539== DcmSupportDTCSettingControlOptionRecord ==
     1540{{{
     1541/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting/DcmSupportDTCSettingControlOptionRecord
     1542}}}
     1543* 型:BooleanParam
     1544* 多重度:0..1
     1545* デフォルト値:false
     1546
     1547== DcmDspControlDTCSettingReEnableModeRuleRef ==
     1548{{{
     1549/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting/DcmDspControlDTCSettingReEnableModeRuleRef
     1550}}}
     1551* 型:Reference
     1552* 多重度:0..1
     1553* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     1554
     1555== DcmDspData ==
     1556{{{
     1557/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData
     1558}}}
     1559* 型:Container
     1560* 多重度:0..*
     1561
     1562== DcmDspDataConditionCheckReadFnc ==
     1563{{{
     1564/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataConditionCheckReadFnc
     1565}}}
     1566* 型:FunctionName
     1567* 多重度:0..1
     1568
     1569== DcmDspDataConditionCheckReadFncUsed ==
     1570{{{
     1571/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataConditionCheckReadFncUsed
     1572}}}
     1573* 型:BooleanParam
     1574* 多重度:0..1
     1575
     1576== DcmDspDataEcuSignal ==
     1577{{{
     1578/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataEcuSignal
     1579}}}
     1580* 型:FunctionName
     1581* 多重度:0..1
     1582
     1583== DcmDspDataEndianness ==
     1584{{{
     1585/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataEndianness
     1586}}}
     1587* 型:EnumerationParam
     1588* 多重度:0..1
     1589* 選択肢:
     1590  * BIG_ENDIAN
     1591  * LITTLE_ENDIAN
     1592  * OPAQUE
     1593
     1594== DcmDspDataFreezeCurrentStateFnc ==
     1595{{{
     1596/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataFreezeCurrentStateFnc
     1597}}}
     1598* 型:FunctionName
     1599* 多重度:0..1
     1600
     1601== DcmDspDataGetScalingInfoFnc ==
     1602{{{
     1603/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataGetScalingInfoFnc
     1604}}}
     1605* 型:FunctionName
     1606* 多重度:0..1
     1607
     1608== DcmDspDataReadDataLengthFnc ==
     1609{{{
     1610/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadDataLengthFnc
     1611}}}
     1612* 型:FunctionName
     1613* 多重度:0..1
     1614
     1615== DcmDspDataReadEcuSignal ==
     1616{{{
     1617/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadEcuSignal
     1618}}}
     1619* 型:FunctionName
     1620* 多重度:0..1
     1621
     1622== DcmDspDataReadFnc ==
     1623{{{
     1624/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadFnc
     1625}}}
     1626* 型:FunctionName
     1627* 多重度:0..1
     1628
     1629== DcmDspDataResetToDefaultFnc ==
     1630{{{
     1631/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataResetToDefaultFnc
     1632}}}
     1633* 型:FunctionName
     1634* 多重度:0..1
     1635
     1636== DcmDspDataReturnControlToEcuFnc ==
     1637{{{
     1638/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReturnControlToEcuFnc
     1639}}}
     1640* 型:FunctionName
     1641* 多重度:0..1
     1642
     1643== DcmDspDataShortTermAdjustmentFnc ==
     1644{{{
     1645/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataShortTermAdjustmentFnc
     1646}}}
     1647* 型:FunctionName
     1648* 多重度:0..1
     1649
     1650== DcmDspDataSize ==
     1651{{{
     1652/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataSize
     1653}}}
     1654* 型:IntegerParam
     1655* 多重度:0..1
     1656* 上限値:65535
     1657* 下限値:0
     1658
     1659== DcmDspDataType ==
     1660{{{
     1661/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataType
     1662}}}
     1663* 型:EnumerationParam
     1664* 多重度:1
     1665* 選択肢:
     1666  * BOOLEAN
     1667  * SINT16
     1668  * SINT16_N
     1669  * SINT32
     1670  * SINT32_N
     1671  * SINT8
     1672  * SINT8_N
     1673  * UINT16
     1674  * UINT16_N
     1675  * UINT32
     1676  * UINT32_N
     1677  * UINT8
     1678  * UINT8_DYN
     1679  * UINT8_N
     1680
     1681== DcmDspDataUsePort ==
     1682{{{
     1683/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataUsePort
     1684}}}
     1685* 型:EnumerationParam
     1686* 多重度:1
     1687* 選択肢:
     1688  * USE_BLOCK_ID
     1689  * USE_DATA_ASYNCH_CLIENT_SERVER
     1690  * USE_DATA_ASYNCH_CLIENT_SERVER_ERROR
     1691  * USE_DATA_ASYNCH_FNC
     1692  * USE_DATA_ASYNCH_FNC_ERROR
     1693  * USE_DATA_SENDER_RECEIVER
     1694  * USE_DATA_SENDER_RECEIVER_AS_SERVICE
     1695  * USE_DATA_SYNCH_CLIENT_SERVER
     1696  * USE_DATA_SYNCH_FNC
     1697  * USE_ECU_SIGNAL
     1698
     1699== DcmDspDataWriteFnc ==
     1700{{{
     1701/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataWriteFnc
     1702}}}
     1703* 型:FunctionName
     1704* 多重度:0..1
     1705
     1706== DcmDspOdxDataDescription ==
     1707{{{
     1708/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspOdxDataDescription
     1709}}}
     1710* 型:AddInfoParam
     1711* 多重度:0..1
     1712
     1713== DcmDspDataInfoRef ==
     1714{{{
     1715/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataInfoRef
     1716}}}
     1717* 型:Reference
     1718* 多重度:0..1
     1719* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo}}}
     1720
     1721== DcmDspDataBlockIdRef ==
     1722{{{
     1723/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataBlockIdRef
     1724}}}
     1725* 型:Reference
     1726* 多重度:0..1
     1727* 参照先:{{{/AUTOSAR/EcucDefs/NvM/NvMBlockDescriptor}}}
     1728
     1729== DcmDspDiagnosisScaling ==
     1730{{{
     1731/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling
     1732}}}
     1733* 型:Container
     1734* 多重度:0..1
     1735
     1736== DcmDspAlternativeDataInterface ==
     1737{{{
     1738/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataInterface
     1739}}}
     1740* 型:Container
     1741* 多重度:0..1
     1742
     1743== DcmDataElement ==
     1744{{{
     1745/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataInterface/DcmDataElement
     1746}}}
     1747* 型:Reference
     1748* 多重度:1
     1749
     1750== DcmPortInterfaceMapping ==
     1751{{{
     1752/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataInterface/DcmPortInterfaceMapping
     1753}}}
     1754* 型:Reference
     1755* 多重度:0..1
     1756
     1757== DcmDspAlternativeDataProps ==
     1758{{{
     1759/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps
     1760}}}
     1761* 型:Container
     1762* 多重度:0..1
     1763
     1764== DcmDspDataTypeCategory ==
     1765{{{
     1766/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
     1767}}}
     1768* 型:EnumerationParam
     1769* 多重度:1
     1770* 選択肢:
     1771  * LINEAR
     1772  * SCALE_LINEAR_AND_TEXTTABLE
     1773  * TEXTTABLE
     1774
     1775== DcmDspLinearScale ==
     1776{{{
     1777/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
     1778}}}
     1779* 型:Container
     1780* 多重度:0..1
     1781
     1782== DcmDspDiagnosisRepresentationDataLowerRange ==
     1783{{{
     1784/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
    7681785}}}
    7691786* 型:FloatParam
    7701787* 多重度:1
    7711788
    772 == DcmDslProtocolPriority ==
    773 {{{
    774 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPriority
    775 }}}
    776 * 型:IntegerParam
    777 * 多重度:1
    778 
    779 == DcmDslProtocolTransType ==
    780 {{{
    781 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTransType
     1789== DcmDspDiagnosisRepresentationDataOffset ==
     1790{{{
     1791/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
     1792}}}
     1793* 型:FloatParam
     1794* 多重度:1
     1795* 上限値:Inf
     1796* 下限値:0
     1797* デフォルト値:0
     1798
     1799== DcmDspDiagnosisRepresentationDataResolution ==
     1800{{{
     1801/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
     1802}}}
     1803* 型:FloatParam
     1804* 多重度:1
     1805* 上限値:Inf
     1806* 下限値:0
     1807
     1808== DcmDspDiagnosisRepresentationDataUpperRange ==
     1809{{{
     1810/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
     1811}}}
     1812* 型:FloatParam
     1813* 多重度:1
     1814
     1815== DcmDspTextTableMapping ==
     1816{{{
     1817/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
     1818}}}
     1819* 型:Container
     1820* 多重度:0..*
     1821
     1822== DcmDspDiagnosisRepresentationDataValue ==
     1823{{{
     1824/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     1825}}}
     1826* 型:IntegerParam
     1827* 多重度:1
     1828* 上限値:18446744073709551615
     1829* 下限値:0
     1830
     1831== DcmDspInternalDataValue ==
     1832{{{
     1833/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
     1834}}}
     1835* 型:IntegerParam
     1836* 多重度:1
     1837* 上限値:18446744073709551615
     1838* 下限値:0
     1839
     1840== DcmDspAlternativeDataType ==
     1841{{{
     1842/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType
     1843}}}
     1844* 型:Container
     1845* 多重度:0..1
     1846
     1847== DcmApplicationDataType ==
     1848{{{
     1849/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmApplicationDataType
     1850}}}
     1851* 型:Reference
     1852* 多重度:1
     1853
     1854== DcmDspTextTableMapping ==
     1855{{{
     1856/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
     1857}}}
     1858* 型:Container
     1859* 多重度:0..*
     1860
     1861== DcmDspDiagnosisRepresentationDataValue ==
     1862{{{
     1863/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     1864}}}
     1865* 型:IntegerParam
     1866* 多重度:1
     1867* 上限値:18446744073709551615
     1868* 下限値:0
     1869
     1870== DcmDspInternalDataValue ==
     1871{{{
     1872/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
     1873}}}
     1874* 型:IntegerParam
     1875* 多重度:1
     1876* 上限値:18446744073709551615
     1877* 下限値:0
     1878
     1879== DcmDspExternalSRDataElementClass ==
     1880{{{
     1881/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass
     1882}}}
     1883* 型:Container
     1884* 多重度:0..1
     1885
     1886== DcmDataElementInstance ==
     1887{{{
     1888/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmDataElementInstance
     1889}}}
     1890* 型:Container
     1891* 多重度:0..1
     1892
     1893== DcmDataElementInstanceRef ==
     1894{{{
     1895/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmDataElementInstance/DcmDataElementInstanceRef
     1896}}}
     1897* 型:Reference
     1898* 多重度:1
     1899
     1900== DcmSubElementInDataElementInstance ==
     1901{{{
     1902/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInDataElementInstance
     1903}}}
     1904* 型:Container
     1905* 多重度:0..1
     1906
     1907== DcmSubElementInDataElementInstanceRef ==
     1908{{{
     1909/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInDataElementInstance/DcmSubElementInDataElementInstanceRef
     1910}}}
     1911* 型:Reference
     1912* 多重度:1
     1913
     1914== DcmSubElementInImplDataElementInstance ==
     1915{{{
     1916/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInImplDataElementInstance
     1917}}}
     1918* 型:Container
     1919* 多重度:0..1
     1920
     1921== DcmSubElementInImplDataElementInstanceRef ==
     1922{{{
     1923/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInImplDataElementInstance/DcmSubElementInImplDataElementInstanceRef
     1924}}}
     1925* 型:Reference
     1926* 多重度:1
     1927
     1928== DcmDspDataInfo ==
     1929{{{
     1930/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo
     1931}}}
     1932* 型:Container
     1933* 多重度:0..*
     1934
     1935== DcmDspDataScalingInfoSize ==
     1936{{{
     1937/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo/DcmDspDataScalingInfoSize
     1938}}}
     1939* 型:IntegerParam
     1940* 多重度:0..1
     1941* 上限値:4294967295
     1942* 下限値:0
     1943
     1944== DcmDspDid ==
     1945{{{
     1946/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid
     1947}}}
     1948* 型:Container
     1949* 多重度:0..*
     1950
     1951== DcmDspDidIdentifier ==
     1952{{{
     1953/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidIdentifier
     1954}}}
     1955* 型:IntegerParam
     1956* 多重度:1
     1957* 上限値:65535
     1958* 下限値:0
     1959
     1960== DcmDspDidUsed ==
     1961{{{
     1962/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidUsed
     1963}}}
     1964* 型:BooleanParam
     1965* 多重度:1
     1966
     1967== DcmDspDidInfoRef ==
     1968{{{
     1969/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidInfoRef
     1970}}}
     1971* 型:Reference
     1972* 多重度:1
     1973* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo}}}
     1974
     1975== DcmDspDidInfotypeRef ==
     1976{{{
     1977/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidInfotypeRef
     1978}}}
     1979* 型:Reference
     1980* 多重度:0..1
     1981* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo}}}
     1982
     1983== DcmDspDidPidRef ==
     1984{{{
     1985/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidPidRef
     1986}}}
     1987* 型:Reference
     1988* 多重度:0..1
     1989* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid}}}
     1990
     1991== DcmDspDidRef ==
     1992{{{
     1993/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidRef
     1994}}}
     1995* 型:Reference
     1996* 多重度:0..*
     1997* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid}}}
     1998
     1999== DcmDspDidSignal ==
     2000{{{
     2001/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal
     2002}}}
     2003* 型:Container
     2004* 多重度:0..*
     2005
     2006== DcmDspDidDataPos ==
     2007{{{
     2008/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataPos
     2009}}}
     2010* 型:IntegerParam
     2011* 多重度:1
     2012* 上限値:65535
     2013* 下限値:0
     2014
     2015== DcmDspDidDataRef ==
     2016{{{
     2017/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataRef
     2018}}}
     2019* 型:Reference
     2020* 多重度:1
     2021* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData}}}
     2022
     2023== DcmDspDidInfo ==
     2024{{{
     2025/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo
     2026}}}
     2027* 型:Container
     2028* 多重度:0..*
     2029
     2030== DcmDspDDDIDMaxElements ==
     2031{{{
     2032/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDDDIDMaxElements
     2033}}}
     2034* 型:IntegerParam
     2035* 多重度:0..1
     2036* 上限値:255
     2037* 下限値:1
     2038
     2039== DcmDspDidDynamicallyDefined ==
     2040{{{
     2041/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidDynamicallyDefined
     2042}}}
     2043* 型:BooleanParam
     2044* 多重度:1
     2045
     2046== DcmDspDidControl ==
     2047{{{
     2048/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl
     2049}}}
     2050* 型:Container
     2051* 多重度:0..1
     2052
     2053== DcmDspDidControlMask ==
     2054{{{
     2055/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlMask
    7822056}}}
    7832057* 型:EnumerationParam
    784 * 多重度:0..1
    785 
    786 == DcmSendRespPendOnTransToBoot ==
    787 {{{
    788 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmSendRespPendOnTransToBoot
     2058* 多重度:1
     2059* 選択肢:
     2060  * DCM_CONTROLMASK_EXTERNAL
     2061  * DCM_CONTROLMASK_INTERNAL
     2062  * DCM_CONTROLMASK_NO
     2063* デフォルト値:DCM_CONTROLMASK_INTERNAL
     2064
     2065== DcmDspDidControlMaskSize ==
     2066{{{
     2067/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlMaskSize
     2068}}}
     2069* 型:IntegerParam
     2070* 多重度:0..1
     2071* 上限値:4
     2072* 下限値:0
     2073
     2074== DcmDspDidFreezeCurrentState ==
     2075{{{
     2076/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidFreezeCurrentState
    7892077}}}
    7902078* 型:BooleanParam
    7912079* 多重度:1
    7922080
    793 == DcmTimStrP2ServerAdjust ==
    794 {{{
    795 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2ServerAdjust
     2081== DcmDspDidResetToDefault ==
     2082{{{
     2083/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidResetToDefault
     2084}}}
     2085* 型:BooleanParam
     2086* 多重度:1
     2087
     2088== DcmDspDidShortTermAdjustment ==
     2089{{{
     2090/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidShortTermAdjustment
     2091}}}
     2092* 型:BooleanParam
     2093* 多重度:1
     2094
     2095== DcmDspDidControlModeRuleRef ==
     2096{{{
     2097/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlModeRuleRef
     2098}}}
     2099* 型:Reference
     2100* 多重度:0..1
     2101* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     2102
     2103== DcmDspDidControlSecurityLevelRef ==
     2104{{{
     2105/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlSecurityLevelRef
     2106}}}
     2107* 型:Reference
     2108* 多重度:0..*
     2109* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
     2110
     2111== DcmDspDidControlSessionRef ==
     2112{{{
     2113/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlSessionRef
     2114}}}
     2115* 型:Reference
     2116* 多重度:0..*
     2117* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow}}}
     2118
     2119== DcmDspDidControlEnableMask ==
     2120{{{
     2121/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlEnableMask
     2122}}}
     2123* 型:Container
     2124* 多重度:0..32
     2125
     2126== DcmDspDidControlMaskBitPosition ==
     2127{{{
     2128/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlEnableMask/DcmDspDidControlMaskBitPosition
     2129}}}
     2130* 型:IntegerParam
     2131* 多重度:1
     2132* 上限値:31
     2133* 下限値:0
     2134
     2135== DcmDspDidRead ==
     2136{{{
     2137/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead
     2138}}}
     2139* 型:Container
     2140* 多重度:0..1
     2141
     2142== DcmDspDidReadModeRuleRef ==
     2143{{{
     2144/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead/DcmDspDidReadModeRuleRef
     2145}}}
     2146* 型:Reference
     2147* 多重度:0..1
     2148* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     2149
     2150== DcmDspDidReadSecurityLevelRef ==
     2151{{{
     2152/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead/DcmDspDidReadSecurityLevelRef
     2153}}}
     2154* 型:Reference
     2155* 多重度:0..*
     2156* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
     2157
     2158== DcmDspDidReadSessionRef ==
     2159{{{
     2160/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead/DcmDspDidReadSessionRef
     2161}}}
     2162* 型:Reference
     2163* 多重度:0..*
     2164* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow}}}
     2165
     2166== DcmDspDidWrite ==
     2167{{{
     2168/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite
     2169}}}
     2170* 型:Container
     2171* 多重度:0..1
     2172
     2173== DcmDspDidWriteModeRuleRef ==
     2174{{{
     2175/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite/DcmDspDidWriteModeRuleRef
     2176}}}
     2177* 型:Reference
     2178* 多重度:0..1
     2179* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     2180
     2181== DcmDspDidWriteSecurityLevelRef ==
     2182{{{
     2183/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite/DcmDspDidWriteSecurityLevelRef
     2184}}}
     2185* 型:Reference
     2186* 多重度:0..*
     2187* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
     2188
     2189== DcmDspDidWriteSessionRef ==
     2190{{{
     2191/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite/DcmDspDidWriteSessionRef
     2192}}}
     2193* 型:Reference
     2194* 多重度:0..*
     2195* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow}}}
     2196
     2197== DcmDspDidRange ==
     2198{{{
     2199/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange
     2200}}}
     2201* 型:Container
     2202* 多重度:0..*
     2203
     2204== DcmDspDidRangeHasGaps ==
     2205{{{
     2206/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeHasGaps
     2207}}}
     2208* 型:BooleanParam
     2209* 多重度:1
     2210
     2211== DcmDspDidRangeIdentifierLowerLimit ==
     2212{{{
     2213/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierLowerLimit
     2214}}}
     2215* 型:IntegerParam
     2216* 多重度:1
     2217* 上限値:65535
     2218* 下限値:0
     2219
     2220== DcmDspDidRangeIdentifierUpperLimit ==
     2221{{{
     2222/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierUpperLimit
     2223}}}
     2224* 型:IntegerParam
     2225* 多重度:1
     2226* 上限値:65535
     2227* 下限値:0
     2228
     2229== DcmDspDidRangeIsDidAvailableFnc ==
     2230{{{
     2231/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIsDidAvailableFnc
     2232}}}
     2233* 型:FunctionName
     2234* 多重度:0..1
     2235
     2236== DcmDspDidRangeMaxDataLength ==
     2237{{{
     2238/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeMaxDataLength
     2239}}}
     2240* 型:IntegerParam
     2241* 多重度:1
     2242* 上限値:65535
     2243* 下限値:0
     2244
     2245== DcmDspDidRangeReadDataLengthFnc ==
     2246{{{
     2247/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeReadDataLengthFnc
     2248}}}
     2249* 型:FunctionName
     2250* 多重度:0..1
     2251
     2252== DcmDspDidRangeReadDidFnc ==
     2253{{{
     2254/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeReadDidFnc
     2255}}}
     2256* 型:FunctionName
     2257* 多重度:0..1
     2258
     2259== DcmDspDidRangeUsePort ==
     2260{{{
     2261/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeUsePort
     2262}}}
     2263* 型:BooleanParam
     2264* 多重度:1
     2265
     2266== DcmDspDidRangeWriteDidFnc ==
     2267{{{
     2268/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeWriteDidFnc
     2269}}}
     2270* 型:FunctionName
     2271* 多重度:0..1
     2272
     2273== DcmDspDidRangeInfoRef ==
     2274{{{
     2275/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeInfoRef
     2276}}}
     2277* 型:Reference
     2278* 多重度:1
     2279* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo}}}
     2280
     2281== DcmDspMemory ==
     2282{{{
     2283/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory
     2284}}}
     2285* 型:Container
     2286* 多重度:0..1
     2287
     2288== DcmDspAddressAndLengthFormatIdentifier ==
     2289{{{
     2290/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspAddressAndLengthFormatIdentifier
     2291}}}
     2292* 型:Container
     2293* 多重度:0..1
     2294
     2295== DcmDspSupportedAddressAndLengthFormatIdentifier ==
     2296{{{
     2297/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspAddressAndLengthFormatIdentifier/DcmDspSupportedAddressAndLengthFormatIdentifier
     2298}}}
     2299* 型:IntegerParam
     2300* 多重度:1..*
     2301* 上限値:255
     2302* 下限値:0
     2303
     2304== DcmDspMemoryIdInfo ==
     2305{{{
     2306/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo
     2307}}}
     2308* 型:Container
     2309* 多重度:1..*
     2310
     2311== DcmDspMemoryIdValue ==
     2312{{{
     2313/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspMemoryIdValue
     2314}}}
     2315* 型:IntegerParam
     2316* 多重度:0..1
     2317* 上限値:255
     2318* 下限値:0
     2319
     2320== DcmDspReadMemoryRangeInfo ==
     2321{{{
     2322/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo
     2323}}}
     2324* 型:Container
     2325* 多重度:0..*
     2326
     2327== DcmDspReadMemoryRangeHigh ==
     2328{{{
     2329/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeHigh
     2330}}}
     2331* 型:IntegerParam
     2332* 多重度:1
     2333* 上限値:4294967294
     2334* 下限値:0
     2335
     2336== DcmDspReadMemoryRangeLow ==
     2337{{{
     2338/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeLow
     2339}}}
     2340* 型:IntegerParam
     2341* 多重度:1
     2342* 上限値:4294967294
     2343* 下限値:0
     2344
     2345== DcmDspReadMemoryRangeModeRuleRef ==
     2346{{{
     2347/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeModeRuleRef
     2348}}}
     2349* 型:Reference
     2350* 多重度:0..1
     2351* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     2352
     2353== DcmDspReadMemoryRangeSecurityLevelRef ==
     2354{{{
     2355/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeSecurityLevelRef
     2356}}}
     2357* 型:Reference
     2358* 多重度:0..*
     2359* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
     2360
     2361== DcmDspWriteMemoryRangeInfo ==
     2362{{{
     2363/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo
     2364}}}
     2365* 型:Container
     2366* 多重度:0..*
     2367
     2368== DcmDspWriteMemoryRangeHigh ==
     2369{{{
     2370/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeHigh
     2371}}}
     2372* 型:IntegerParam
     2373* 多重度:1
     2374* 上限値:4294967294
     2375* 下限値:0
     2376
     2377== DcmDspWriteMemoryRangeLow ==
     2378{{{
     2379/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeLow
     2380}}}
     2381* 型:IntegerParam
     2382* 多重度:1
     2383* 上限値:4294967294
     2384* 下限値:0
     2385
     2386== DcmDspWriteMemoryRangeModeRuleRef ==
     2387{{{
     2388/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeModeRuleRef
     2389}}}
     2390* 型:Reference
     2391* 多重度:0..1
     2392* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     2393
     2394== DcmDspWriteMemoryRangeSecurityLevelRef ==
     2395{{{
     2396/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeSecurityLevelRef
     2397}}}
     2398* 型:Reference
     2399* 多重度:0..*
     2400* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow}}}
     2401
     2402== DcmDspPeriodicDidTransmission ==
     2403{{{
     2404/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicDidTransmission
     2405}}}
     2406* 型:Container
     2407* 多重度:0..1
     2408
     2409== DcmDspMaxPeriodicDidScheduler ==
     2410{{{
     2411/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicDidTransmission/DcmDspMaxPeriodicDidScheduler
     2412}}}
     2413* 型:IntegerParam
     2414* 多重度:1
     2415* 上限値:255
     2416* 下限値:1
     2417
     2418== DcmDspPeriodicTransmission ==
     2419{{{
     2420/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission
     2421}}}
     2422* 型:Container
     2423* 多重度:0..1
     2424
     2425== DcmDspPeriodicTransmissionFastRate ==
     2426{{{
     2427/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission/DcmDspPeriodicTransmissionFastRate
    7962428}}}
    7972429* 型:FloatParam
    798 * 多重度:1
    799 
    800 == DcmTimStrP2StarServerAdjust ==
    801 {{{
    802 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2StarServerAdjust
     2430* 多重度:0..1
     2431* 上限値:0.255
     2432* 下限値:1E-4
     2433
     2434== DcmDspPeriodicTransmissionMediumRate ==
     2435{{{
     2436/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission/DcmDspPeriodicTransmissionMediumRate
    8032437}}}
    8042438* 型:FloatParam
    805 * 多重度:1
    806 
    807 == DcmDslProtocolRxBufferID ==
    808 {{{
    809 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolRxBufferID
    810 }}}
    811 * 型:Reference
    812 * 多重度:1
    813 
    814 == DcmDslProtocolSIDTable ==
    815 {{{
    816 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolSIDTable
    817 }}}
    818 * 型:Reference
    819 * 多重度:1
    820 
    821 == DcmDslProtocolSessionRef ==
    822 {{{
    823 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolSessionRef
    824 }}}
    825 * 型:Reference
    826 * 多重度:0..1
    827 
    828 == DcmDslProtocolTxBufferID ==
    829 {{{
    830 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTxBufferID
    831 }}}
    832 * 型:Reference
    833 * 多重度:1
    834 
    835 == DcmDslConnection ==
    836 {{{
    837 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection
     2439* 多重度:0..1
     2440* 上限値:0.255
     2441* 下限値:1E-4
     2442
     2443== DcmDspPeriodicTransmissionSlowRate ==
     2444{{{
     2445/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission/DcmDspPeriodicTransmissionSlowRate
     2446}}}
     2447* 型:FloatParam
     2448* 多重度:0..1
     2449* 上限値:0.255
     2450* 下限値:1E-4
     2451
     2452== DcmDspPid ==
     2453{{{
     2454/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid
     2455}}}
     2456* 型:Container
     2457* 多重度:0..*
     2458
     2459== DcmDspPidIdentifier ==
     2460{{{
     2461/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidIdentifier
     2462}}}
     2463* 型:IntegerParam
     2464* 多重度:1
     2465* 上限値:255
     2466* 下限値:0
     2467
     2468== DcmDspPidService ==
     2469{{{
     2470/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidService
     2471}}}
     2472* 型:EnumerationParam
     2473* 多重度:1
     2474* 選択肢:
     2475  * DCM_SERVICE_01
     2476  * DCM_SERVICE_01_02
     2477  * DCM_SERVICE_02
     2478
     2479== DcmDspPidSize ==
     2480{{{
     2481/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSize
     2482}}}
     2483* 型:IntegerParam
     2484* 多重度:1
     2485* 上限値:255
     2486* 下限値:0
     2487
     2488== DcmDspPidUsed ==
     2489{{{
     2490/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidUsed
     2491}}}
     2492* 型:BooleanParam
     2493* 多重度:1
     2494
     2495== DcmDspPidData ==
     2496{{{
     2497/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData
    8382498}}}
    8392499* 型:Container
    8402500* 多重度:1..*
    8412501
    842 == DcmDslMainConnection ==
    843 {{{
    844 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection
    845 }}}
    846 * 型:Container
    847 * 多重度:0..1
    848 
    849 == DcmDslProtocolRxTesterSourceAddr ==
    850 {{{
    851 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRxTesterSourceAddr
    852 }}}
    853 * 型:IntegerParam
    854 * 多重度:1
    855 
    856 == DcmDslPeriodicTranmissionConRef ==
    857 {{{
    858 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslPeriodicTranmissionConRef
    859 }}}
    860 * 型:Reference
    861 * 多重度:0..1
    862 
    863 == DcmDslROEConnectionRef ==
    864 {{{
    865 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslROEConnectionRef
    866 }}}
    867 * 型:Reference
    868 * 多重度:0..1
    869 
    870 == DcmDslProtocolRx ==
    871 {{{
    872 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx
     2502== DcmDspPidDataPos ==
     2503{{{
     2504/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataPos
     2505}}}
     2506* 型:IntegerParam
     2507* 多重度:1
     2508* 上限値:2040
     2509* 下限値:0
     2510
     2511== DcmDspPidDataSize ==
     2512{{{
     2513/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSize
     2514}}}
     2515* 型:IntegerParam
     2516* 多重度:0..1
     2517* 上限値:2040
     2518* 下限値:0
     2519
     2520== DcmDspPidDataSupportInfo ==
     2521{{{
     2522/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo
     2523}}}
     2524* 型:Container
     2525* 多重度:0..1
     2526
     2527== DcmDspPidDataSupportInfoBit ==
     2528{{{
     2529/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoBit
     2530}}}
     2531* 型:IntegerParam
     2532* 多重度:1
     2533* 上限値:255
     2534* 下限値:0
     2535
     2536== DcmDspPidDataSupportInfoRef ==
     2537{{{
     2538/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoRef
     2539}}}
     2540* 型:Reference
     2541* 多重度:1
     2542* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo}}}
     2543
     2544== DcmDspPidService01 ==
     2545{{{
     2546/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01
     2547}}}
     2548* 型:Container
     2549* 多重度:0..1
     2550
     2551== DcmDspPidDataEndianness ==
     2552{{{
     2553/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataEndianness
     2554}}}
     2555* 型:EnumerationParam
     2556* 多重度:0..1
     2557* 選択肢:
     2558  * BIG_ENDIAN
     2559  * LITTLE_ENDIAN
     2560  * OPAQUE
     2561
     2562== DcmDspPidDataReadFnc ==
     2563{{{
     2564/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataReadFnc
     2565}}}
     2566* 型:FunctionName
     2567* 多重度:0..1
     2568
     2569== DcmDspPidDataType ==
     2570{{{
     2571/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataType
     2572}}}
     2573* 型:EnumerationParam
     2574* 多重度:0..1
     2575* 選択肢:
     2576  * BOOLEAN
     2577  * SINT16
     2578  * SINT16_N
     2579  * SINT32
     2580  * SINT32_N
     2581  * SINT8
     2582  * SINT8_N
     2583  * UINT16
     2584  * UINT16_N
     2585  * UINT32
     2586  * UINT32_N
     2587  * UINT8
     2588  * UINT8_DYN
     2589  * UINT8_N
     2590
     2591== DcmDspPidDataUsePort ==
     2592{{{
     2593/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataUsePort
     2594}}}
     2595* 型:EnumerationParam
     2596* 多重度:1
     2597* 選択肢:
     2598  * USE_DATA_SENDER_RECEIVER
     2599  * USE_DATA_SYNCH_CLIENT_SERVER
     2600  * USE_DATA_SYNCH_FNC
     2601
     2602== DcmDspPidService02 ==
     2603{{{
     2604/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02
     2605}}}
     2606* 型:Container
     2607* 多重度:0..1
     2608
     2609== DcmDspPidDataDemRef ==
     2610{{{
     2611/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02/DcmDspPidDataDemRef
     2612}}}
     2613* 型:Reference
     2614* 多重度:0..1
     2615* 参照先:{{{/AUTOSAR/EcucDefs/Dem/DemConfigSet/DemPidClass/DemPidDataElement}}}
     2616
     2617== DcmDspPidSupportInfo ==
     2618{{{
     2619/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo
     2620}}}
     2621* 型:Container
     2622* 多重度:0..*
     2623
     2624== DcmDspPidSupportInfoLen ==
     2625{{{
     2626/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoLen
     2627}}}
     2628* 型:IntegerParam
     2629* 多重度:1
     2630* 上限値:255
     2631* 下限値:0
     2632
     2633== DcmDspPidSupportInfoPos ==
     2634{{{
     2635/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoPos
     2636}}}
     2637* 型:IntegerParam
     2638* 多重度:1
     2639* 上限値:255
     2640* 下限値:0
     2641
     2642== DcmDspRequestControl ==
     2643{{{
     2644/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl
     2645}}}
     2646* 型:Container
     2647* 多重度:0..*
     2648
     2649== DcmDspRequestControlInBufferSize ==
     2650{{{
     2651/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlInBufferSize
     2652}}}
     2653* 型:IntegerParam
     2654* 多重度:1
     2655* 上限値:255
     2656* 下限値:0
     2657
     2658== DcmDspRequestControlOutBufferSize ==
     2659{{{
     2660/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlOutBufferSize
     2661}}}
     2662* 型:IntegerParam
     2663* 多重度:1
     2664* 上限値:255
     2665* 下限値:0
     2666
     2667== DcmDspRequestControlTestId ==
     2668{{{
     2669/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlTestId
     2670}}}
     2671* 型:IntegerParam
     2672* 多重度:1
     2673* 上限値:255
     2674* 下限値:0
     2675
     2676== DcmDspRequestFileTransfer ==
     2677{{{
     2678/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestFileTransfer
     2679}}}
     2680* 型:Container
     2681* 多重度:0..1
     2682
     2683== DcmRequestFileTransferFileSizeParameterLength ==
     2684{{{
     2685/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestFileTransfer/DcmRequestFileTransferFileSizeParameterLength
     2686}}}
     2687* 型:IntegerParam
     2688* 多重度:1
     2689* 上限値:255
     2690* 下限値:0
     2691
     2692== DcmRequestFileTransferLengthFormatIdentifier ==
     2693{{{
     2694/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestFileTransfer/DcmRequestFileTransferLengthFormatIdentifier
     2695}}}
     2696* 型:IntegerParam
     2697* 多重度:1
     2698* 上限値:255
     2699* 下限値:0
     2700
     2701== DcmDspRoe ==
     2702{{{
     2703/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe
     2704}}}
     2705* 型:Container
     2706* 多重度:0..1
     2707
     2708== DcmDspRoeInterMessageTime ==
     2709{{{
     2710/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInterMessageTime
     2711}}}
     2712* 型:FloatParam
     2713* 多重度:1
     2714* 上限値:5
     2715* 下限値:0
     2716
     2717== DcmDspRoeEvent ==
     2718{{{
     2719/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent
     2720}}}
     2721* 型:Container
     2722* 多重度:1..255
     2723
     2724== DcmDspRoeEventId ==
     2725{{{
     2726/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventId
     2727}}}
     2728* 型:IntegerParam
     2729* 多重度:1
     2730* 上限値:254
     2731* 下限値:0
     2732
     2733== DcmDspRoeInitialEventStatus ==
     2734{{{
     2735/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeInitialEventStatus
     2736}}}
     2737* 型:EnumerationParam
     2738* 多重度:1
     2739* 選択肢:
     2740  * DCM_ROE_CLEARED
     2741  * DCM_ROE_STOPPED
     2742* デフォルト値:DCM_ROE_CLEARED
     2743
     2744== DcmDspRoeEventProperties ==
     2745{{{
     2746/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties
     2747}}}
     2748* 型:Container
     2749* 多重度:1
     2750
     2751== DcmDspRoeOnChangeOfDataIdentifier ==
     2752{{{
     2753/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties/DcmDspRoeOnChangeOfDataIdentifier
     2754}}}
     2755* 型:Container
     2756* 多重度:0..1
     2757
     2758== DcmDspRoeDidRef ==
     2759{{{
     2760/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties/DcmDspRoeOnChangeOfDataIdentifier/DcmDspRoeDidRef
     2761}}}
     2762* 型:Reference
     2763* 多重度:1
     2764* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid}}}
     2765
     2766== DcmDspRoeOnDTCStatusChange ==
     2767{{{
     2768/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties/DcmDspRoeOnDTCStatusChange
     2769}}}
     2770* 型:Container
     2771* 多重度:0..1
     2772
     2773== DcmDspRoeEventWindowTime ==
     2774{{{
     2775/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEventWindowTime
    8732776}}}
    8742777* 型:Container
    8752778* 多重度:1..*
    8762779
    877 == DcmDslProtocolRxAddrType ==
    878 {{{
    879 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxAddrType
     2780== DcmDspRoeEventWindowTime ==
     2781{{{
     2782/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEventWindowTime/DcmDspRoeEventWindowTime
    8802783}}}
    8812784* 型:EnumerationParam
    8822785* 多重度:1
    883 
    884 == DcmDslProtocolRxChannelId ==
    885 {{{
    886 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxChannelId
    887 }}}
    888 * 型:IntegerParam
    889 * 多重度:1
    890 
    891 == DcmDslProtocolRxPduId ==
    892 {{{
    893 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduId
    894 }}}
    895 * 型:IntegerParam
    896 * 多重度:1
    897 
    898 == DcmDslProtocolRxPduRef ==
    899 {{{
    900 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduRef
    901 }}}
    902 * 型:Reference
    903 * 多重度:1
    904 
    905 == DcmDslProtocolRxComMChannelRef ==
    906 {{{
    907 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxComMChannelRef
    908 }}}
    909 * 型:Reference
    910 * 多重度:1
    911 
    912 == DcmDslProtocolTx ==
    913 {{{
    914 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx
    915 }}}
    916 * 型:Container
    917 * 多重度:1
    918 
    919 == DcmDslTxConfirmationPduId ==
    920 {{{
    921 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslTxConfirmationPduId
    922 }}}
    923 * 型:IntegerParam
    924 * 多重度:1
    925 
    926 == DcmDslProtocolTxPduRef ==
    927 {{{
    928 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslProtocolTxPduRef
    929 }}}
    930 * 型:Reference
    931 * 多重度:1
    932 
    933 == DcmDslPeriodicTransmission ==
    934 {{{
    935 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission
    936 }}}
    937 * 型:Container
    938 * 多重度:0..1
    939 
    940 == DcmDslPeriodicConnection ==
    941 {{{
    942 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection
    943 }}}
    944 * 型:Container
    945 * 多重度:0..*
    946 
    947 == DcmDslPeriodicTxConfirmationPduId ==
    948 {{{
    949 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxConfirmationPduId
    950 }}}
    951 * 型:IntegerParam
    952 * 多重度:1
    953 
    954 == DcmDslPeriodicTxPduRef ==
    955 {{{
    956 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxPduRef
    957 }}}
    958 * 型:Reference
    959 * 多重度:1
    960 
    961 == DcmDslResponseOnEvent ==
    962 {{{
    963 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent
    964 }}}
    965 * 型:Container
    966 * 多重度:0..1
    967 
    968 == DcmDslRoeTxConfirmationPduId ==
    969 {{{
    970 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxConfirmationPduId
    971 }}}
    972 * 型:IntegerParam
    973 * 多重度:0..1
    974 
    975 == DcmDslRoeTxPduRef ==
    976 {{{
    977 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxPduRef
    978 }}}
    979 * 型:Reference
    980 * 多重度:0..1
    981 
    982 == DcmDslServiceRequestManufacturerNotification ==
    983 {{{
    984 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslServiceRequestManufacturerNotification
    985 }}}
    986 * 型:Container
    987 * 多重度:0..*
    988 
    989 == DcmDslServiceRequestSupplierNotification ==
    990 {{{
    991 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslServiceRequestSupplierNotification
    992 }}}
    993 * 型:Container
    994 * 多重度:0..*
    995 
    996 == DcmDsp ==
    997 {{{
    998 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp
    999 }}}
    1000 * 型:Container
    1001 * 多重度:0..1
    1002 
    1003 == DcmDspMaxDidToRead ==
    1004 {{{
    1005 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMaxDidToRead
    1006 }}}
    1007 * 型:IntegerParam
    1008 * 多重度:0..1
    1009 
    1010 == DcmDspPowerDownTime ==
    1011 {{{
    1012 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPowerDownTime
    1013 }}}
    1014 * 型:IntegerParam
    1015 * 多重度:0..1
    1016 
    1017 == DcmDspComControl ==
    1018 {{{
    1019 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl
    1020 }}}
    1021 * 型:Container
    1022 * 多重度:0..1
    1023 
    1024 == DcmDspComControlAllChannel ==
    1025 {{{
    1026 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel
    1027 }}}
    1028 * 型:Container
    1029 * 多重度:0..*
    1030 
    1031 == DcmDspAllComMChannelRef ==
    1032 {{{
    1033 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel/DcmDspAllComMChannelRef
    1034 }}}
    1035 * 型:Reference
    1036 * 多重度:1
    1037 
    1038 == DcmDspComControlSetting ==
    1039 {{{
    1040 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting
    1041 }}}
    1042 * 型:Container
    1043 * 多重度:0..1
    1044 
    1045 == DcmDspComControlCommunicationReEnableModeRuleRef ==
    1046 {{{
    1047 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting/DcmDspComControlCommunicationReEnableModeRuleRef
    1048 }}}
    1049 * 型:Reference
    1050 * 多重度:0..1
    1051 
    1052 == DcmDspComControlSpecificChannel ==
    1053 {{{
    1054 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel
    1055 }}}
    1056 * 型:Container
    1057 * 多重度:0..*
    1058 
    1059 == DcmDspSubnetNumber ==
    1060 {{{
    1061 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSubnetNumber
    1062 }}}
    1063 * 型:IntegerParam
    1064 * 多重度:1
    1065 
    1066 == DcmDspSpecificComMChannelRef ==
    1067 {{{
    1068 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSpecificComMChannelRef
    1069 }}}
    1070 * 型:Reference
    1071 * 多重度:1
    1072 
    1073 == DcmDspControlDTCSetting ==
    1074 {{{
    1075 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting
    1076 }}}
    1077 * 型:Container
    1078 * 多重度:0..1
    1079 
    1080 == DcmDspControlDTCSettingReEnableModeRuleRef ==
    1081 {{{
    1082 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting/DcmDspControlDTCSettingReEnableModeRuleRef
    1083 }}}
    1084 * 型:Reference
    1085 * 多重度:0..1
    1086 
    1087 == DcmDspData ==
    1088 {{{
    1089 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData
    1090 }}}
    1091 * 型:Container
    1092 * 多重度:0..*
    1093 
    1094 == DcmDspDataConditionCheckReadFnc ==
    1095 {{{
    1096 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataConditionCheckReadFnc
     2786* 選択肢:
     2787  * DCM_ROE_EVENT_WINDOW_CURRENT_AND_FOLLOWING_CYCLE
     2788  * DCM_ROE_EVENT_WINDOW_CURRENT_CYCLE
     2789  * DCM_ROE_EVENT_WINDOW_INFINITE
     2790
     2791== DcmDspRoeStorageState ==
     2792{{{
     2793/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEventWindowTime/DcmDspRoeStorageState
     2794}}}
     2795* 型:BooleanParam
     2796* 多重度:1
     2797
     2798== DcmDspRoutine ==
     2799{{{
     2800/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine
     2801}}}
     2802* 型:Container
     2803* 多重度:0..*
     2804
     2805== DcmDspRoutineIdentifier ==
     2806{{{
     2807/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineIdentifier
     2808}}}
     2809* 型:IntegerParam
     2810* 多重度:1
     2811* 上限値:65535
     2812* 下限値:0
     2813
     2814== DcmDspRoutineInfoByte ==
     2815{{{
     2816/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineInfoByte
     2817}}}
     2818* 型:IntegerParam
     2819* 多重度:0..1
     2820* 上限値:255
     2821* 下限値:0
     2822
     2823== DcmDspRoutineUsePort ==
     2824{{{
     2825/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsePort
     2826}}}
     2827* 型:BooleanParam
     2828* 多重度:0..1
     2829
     2830== DcmDspRoutineUsed ==
     2831{{{
     2832/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsed
     2833}}}
     2834* 型:BooleanParam
     2835* 多重度:1
     2836
     2837== DcmDspCommonAuthorizationRef ==
     2838{{{
     2839/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspCommonAuthorizationRef
     2840}}}
     2841* 型:Reference
     2842* 多重度:0..1
     2843* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization}}}
     2844
     2845== DcmDspRoutineTidRef ==
     2846{{{
     2847/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineTidRef
     2848}}}
     2849* 型:Reference
     2850* 多重度:0..1
     2851* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl}}}
     2852
     2853== DcmDspRequestRoutineResults ==
     2854{{{
     2855/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults
     2856}}}
     2857* 型:Container
     2858* 多重度:0..1
     2859
     2860== DcmDspRequestRoutineResultsFnc ==
     2861{{{
     2862/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsFnc
    10972863}}}
    10982864* 型:FunctionName
    10992865* 多重度:0..1
    11002866
    1101 == DcmDspDataEcuSignal ==
    1102 {{{
    1103 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataEcuSignal
     2867== DcmDspRequestRoutineResultsCommonAuthorizationRef ==
     2868{{{
     2869/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsCommonAuthorizationRef
     2870}}}
     2871* 型:Reference
     2872* 多重度:0..1
     2873* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization}}}
     2874
     2875== DcmDspRequestRoutineResultsOut ==
     2876{{{
     2877/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut
     2878}}}
     2879* 型:Container
     2880* 多重度:0..1
     2881
     2882== DcmDspRequestRoutineResultsOutSignal ==
     2883{{{
     2884/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal
     2885}}}
     2886* 型:Container
     2887* 多重度:1..*
     2888
     2889== DcmDspRoutineSignalEndianness ==
     2890{{{
     2891/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalEndianness
     2892}}}
     2893* 型:EnumerationParam
     2894* 多重度:0..1
     2895* 選択肢:
     2896  * BIG_ENDIAN
     2897  * LITTLE_ENDIAN
     2898  * OPAQUE
     2899
     2900== DcmDspRoutineSignalLength ==
     2901{{{
     2902/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalLength
     2903}}}
     2904* 型:IntegerParam
     2905* 多重度:0..1
     2906* 上限値:65535
     2907* 下限値:0
     2908
     2909== DcmDspRoutineSignalPos ==
     2910{{{
     2911/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalPos
     2912}}}
     2913* 型:IntegerParam
     2914* 多重度:1
     2915* 上限値:65535
     2916* 下限値:0
     2917
     2918== DcmDspRoutineSignalType ==
     2919{{{
     2920/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalType
     2921}}}
     2922* 型:EnumerationParam
     2923* 多重度:1
     2924* 選択肢:
     2925  * BOOLEAN
     2926  * SINT16
     2927  * SINT32
     2928  * SINT8
     2929  * UINT16
     2930  * UINT32
     2931  * UINT8
     2932  * VARIABLE_LENGTH
     2933
     2934== DcmDspArgumentScaling ==
     2935{{{
     2936/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling
     2937}}}
     2938* 型:Container
     2939* 多重度:0..1
     2940
     2941== DcmDspAlternativeArgumentData ==
     2942{{{
     2943/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
     2944}}}
     2945* 型:Container
     2946* 多重度:0..1
     2947
     2948== DcmDataElement ==
     2949{{{
     2950/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
     2951}}}
     2952* 型:Reference
     2953* 多重度:1
     2954
     2955== DcmDspAlternativeDataProps ==
     2956{{{
     2957/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
     2958}}}
     2959* 型:Container
     2960* 多重度:0..1
     2961
     2962== DcmDspDataTypeCategory ==
     2963{{{
     2964/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
     2965}}}
     2966* 型:EnumerationParam
     2967* 多重度:1
     2968* 選択肢:
     2969  * LINEAR
     2970  * SCALE_LINEAR_AND_TEXTTABLE
     2971  * TEXTTABLE
     2972
     2973== DcmDspLinearScale ==
     2974{{{
     2975/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
     2976}}}
     2977* 型:Container
     2978* 多重度:0..1
     2979
     2980== DcmDspDiagnosisRepresentationDataLowerRange ==
     2981{{{
     2982/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
     2983}}}
     2984* 型:FloatParam
     2985* 多重度:1
     2986
     2987== DcmDspDiagnosisRepresentationDataOffset ==
     2988{{{
     2989/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
     2990}}}
     2991* 型:FloatParam
     2992* 多重度:1
     2993* 上限値:Inf
     2994* 下限値:0
     2995* デフォルト値:0
     2996
     2997== DcmDspDiagnosisRepresentationDataResolution ==
     2998{{{
     2999/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
     3000}}}
     3001* 型:FloatParam
     3002* 多重度:1
     3003* 上限値:Inf
     3004* 下限値:0
     3005
     3006== DcmDspDiagnosisRepresentationDataUpperRange ==
     3007{{{
     3008/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
     3009}}}
     3010* 型:FloatParam
     3011* 多重度:1
     3012
     3013== DcmDspTextTableMapping ==
     3014{{{
     3015/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
     3016}}}
     3017* 型:Container
     3018* 多重度:0..*
     3019
     3020== DcmDspDiagnosisRepresentationDataValue ==
     3021{{{
     3022/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3023}}}
     3024* 型:IntegerParam
     3025* 多重度:1
     3026* 上限値:18446744073709551615
     3027* 下限値:0
     3028
     3029== DcmDspInternalDataValue ==
     3030{{{
     3031/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
     3032}}}
     3033* 型:IntegerParam
     3034* 多重度:1
     3035* 上限値:18446744073709551615
     3036* 下限値:0
     3037
     3038== DcmDspAlternativeDataType ==
     3039{{{
     3040/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
     3041}}}
     3042* 型:Container
     3043* 多重度:0..1
     3044
     3045== DcmApplicationDataType ==
     3046{{{
     3047/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
     3048}}}
     3049* 型:Reference
     3050* 多重度:1
     3051
     3052== DcmDspTextTableMapping ==
     3053{{{
     3054/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
     3055}}}
     3056* 型:Container
     3057* 多重度:0..*
     3058
     3059== DcmDspDiagnosisRepresentationDataValue ==
     3060{{{
     3061/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3062}}}
     3063* 型:IntegerParam
     3064* 多重度:1
     3065* 上限値:18446744073709551615
     3066* 下限値:0
     3067
     3068== DcmDspInternalDataValue ==
     3069{{{
     3070/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
     3071}}}
     3072* 型:IntegerParam
     3073* 多重度:1
     3074* 上限値:18446744073709551615
     3075* 下限値:0
     3076
     3077== DcmDspStartRoutine ==
     3078{{{
     3079/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine
     3080}}}
     3081* 型:Container
     3082* 多重度:0..1
     3083
     3084== DcmDspStartRoutineFnc ==
     3085{{{
     3086/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineFnc
    11043087}}}
    11053088* 型:FunctionName
    11063089* 多重度:0..1
    11073090
    1108 == DcmDspDataFreezeCurrentStateFnc ==
    1109 {{{
    1110 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataFreezeCurrentStateFnc
     3091== DcmDspStartRoutineCommonAuthorizationRef ==
     3092{{{
     3093/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineCommonAuthorizationRef
     3094}}}
     3095* 型:Reference
     3096* 多重度:0..1
     3097* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization}}}
     3098
     3099== DcmDspStartRoutineIn ==
     3100{{{
     3101/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn
     3102}}}
     3103* 型:Container
     3104* 多重度:0..1
     3105
     3106== DcmDspStartRoutineInSignal ==
     3107{{{
     3108/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal
     3109}}}
     3110* 型:Container
     3111* 多重度:1..*
     3112
     3113== DcmDspRoutineSignalEndianness ==
     3114{{{
     3115/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalEndianness
     3116}}}
     3117* 型:EnumerationParam
     3118* 多重度:0..1
     3119* 選択肢:
     3120  * BIG_ENDIAN
     3121  * LITTLE_ENDIAN
     3122  * OPAQUE
     3123
     3124== DcmDspRoutineSignalLength ==
     3125{{{
     3126/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalLength
     3127}}}
     3128* 型:IntegerParam
     3129* 多重度:0..1
     3130* 上限値:65535
     3131* 下限値:0
     3132
     3133== DcmDspRoutineSignalPos ==
     3134{{{
     3135/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalPos
     3136}}}
     3137* 型:IntegerParam
     3138* 多重度:1
     3139* 上限値:65535
     3140* 下限値:0
     3141
     3142== DcmDspRoutineSignalType ==
     3143{{{
     3144/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalType
     3145}}}
     3146* 型:EnumerationParam
     3147* 多重度:1
     3148* 選択肢:
     3149  * BOOLEAN
     3150  * SINT16
     3151  * SINT32
     3152  * SINT8
     3153  * UINT16
     3154  * UINT32
     3155  * UINT8
     3156  * VARIABLE_LENGTH
     3157
     3158== DcmDspArgumentScaling ==
     3159{{{
     3160/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling
     3161}}}
     3162* 型:Container
     3163* 多重度:0..1
     3164
     3165== DcmDspAlternativeArgumentData ==
     3166{{{
     3167/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
     3168}}}
     3169* 型:Container
     3170* 多重度:0..1
     3171
     3172== DcmDataElement ==
     3173{{{
     3174/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
     3175}}}
     3176* 型:Reference
     3177* 多重度:1
     3178
     3179== DcmDspAlternativeDataProps ==
     3180{{{
     3181/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
     3182}}}
     3183* 型:Container
     3184* 多重度:0..1
     3185
     3186== DcmDspDataTypeCategory ==
     3187{{{
     3188/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
     3189}}}
     3190* 型:EnumerationParam
     3191* 多重度:1
     3192* 選択肢:
     3193  * LINEAR
     3194  * SCALE_LINEAR_AND_TEXTTABLE
     3195  * TEXTTABLE
     3196
     3197== DcmDspLinearScale ==
     3198{{{
     3199/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
     3200}}}
     3201* 型:Container
     3202* 多重度:0..1
     3203
     3204== DcmDspDiagnosisRepresentationDataLowerRange ==
     3205{{{
     3206/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
     3207}}}
     3208* 型:FloatParam
     3209* 多重度:1
     3210
     3211== DcmDspDiagnosisRepresentationDataOffset ==
     3212{{{
     3213/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
     3214}}}
     3215* 型:FloatParam
     3216* 多重度:1
     3217* 上限値:Inf
     3218* 下限値:0
     3219* デフォルト値:0
     3220
     3221== DcmDspDiagnosisRepresentationDataResolution ==
     3222{{{
     3223/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
     3224}}}
     3225* 型:FloatParam
     3226* 多重度:1
     3227* 上限値:Inf
     3228* 下限値:0
     3229
     3230== DcmDspDiagnosisRepresentationDataUpperRange ==
     3231{{{
     3232/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
     3233}}}
     3234* 型:FloatParam
     3235* 多重度:1
     3236
     3237== DcmDspTextTableMapping ==
     3238{{{
     3239/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
     3240}}}
     3241* 型:Container
     3242* 多重度:0..*
     3243
     3244== DcmDspDiagnosisRepresentationDataValue ==
     3245{{{
     3246/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3247}}}
     3248* 型:IntegerParam
     3249* 多重度:1
     3250* 上限値:18446744073709551615
     3251* 下限値:0
     3252
     3253== DcmDspInternalDataValue ==
     3254{{{
     3255/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
     3256}}}
     3257* 型:IntegerParam
     3258* 多重度:1
     3259* 上限値:18446744073709551615
     3260* 下限値:0
     3261
     3262== DcmDspAlternativeDataType ==
     3263{{{
     3264/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
     3265}}}
     3266* 型:Container
     3267* 多重度:0..1
     3268
     3269== DcmApplicationDataType ==
     3270{{{
     3271/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
     3272}}}
     3273* 型:Reference
     3274* 多重度:1
     3275
     3276== DcmDspTextTableMapping ==
     3277{{{
     3278/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
     3279}}}
     3280* 型:Container
     3281* 多重度:0..*
     3282
     3283== DcmDspDiagnosisRepresentationDataValue ==
     3284{{{
     3285/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3286}}}
     3287* 型:IntegerParam
     3288* 多重度:1
     3289* 上限値:18446744073709551615
     3290* 下限値:0
     3291
     3292== DcmDspInternalDataValue ==
     3293{{{
     3294/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
     3295}}}
     3296* 型:IntegerParam
     3297* 多重度:1
     3298* 上限値:18446744073709551615
     3299* 下限値:0
     3300
     3301== DcmDspStartRoutineOut ==
     3302{{{
     3303/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut
     3304}}}
     3305* 型:Container
     3306* 多重度:0..1
     3307
     3308== DcmDspStartRoutineOutSignal ==
     3309{{{
     3310/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal
     3311}}}
     3312* 型:Container
     3313* 多重度:1..*
     3314
     3315== DcmDspRoutineSignalEndianness ==
     3316{{{
     3317/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalEndianness
     3318}}}
     3319* 型:EnumerationParam
     3320* 多重度:0..1
     3321* 選択肢:
     3322  * BIG_ENDIAN
     3323  * LITTLE_ENDIAN
     3324  * OPAQUE
     3325
     3326== DcmDspRoutineSignalLength ==
     3327{{{
     3328/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalLength
     3329}}}
     3330* 型:IntegerParam
     3331* 多重度:0..1
     3332* 上限値:65535
     3333* 下限値:0
     3334
     3335== DcmDspRoutineSignalPos ==
     3336{{{
     3337/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalPos
     3338}}}
     3339* 型:IntegerParam
     3340* 多重度:0..1
     3341* 上限値:65535
     3342* 下限値:0
     3343
     3344== DcmDspRoutineSignalType ==
     3345{{{
     3346/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalType
     3347}}}
     3348* 型:EnumerationParam
     3349* 多重度:1
     3350* 選択肢:
     3351  * BOOLEAN
     3352  * SINT16
     3353  * SINT32
     3354  * SINT8
     3355  * UINT16
     3356  * UINT32
     3357  * UINT8
     3358  * VARIABLE_LENGTH
     3359
     3360== DcmDspArgumentScaling ==
     3361{{{
     3362/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling
     3363}}}
     3364* 型:Container
     3365* 多重度:0..1
     3366
     3367== DcmDspAlternativeArgumentData ==
     3368{{{
     3369/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
     3370}}}
     3371* 型:Container
     3372* 多重度:0..1
     3373
     3374== DcmDataElement ==
     3375{{{
     3376/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
     3377}}}
     3378* 型:Reference
     3379* 多重度:1
     3380
     3381== DcmDspAlternativeDataProps ==
     3382{{{
     3383/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
     3384}}}
     3385* 型:Container
     3386* 多重度:0..1
     3387
     3388== DcmDspDataTypeCategory ==
     3389{{{
     3390/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
     3391}}}
     3392* 型:EnumerationParam
     3393* 多重度:1
     3394* 選択肢:
     3395  * LINEAR
     3396  * SCALE_LINEAR_AND_TEXTTABLE
     3397  * TEXTTABLE
     3398
     3399== DcmDspLinearScale ==
     3400{{{
     3401/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
     3402}}}
     3403* 型:Container
     3404* 多重度:0..1
     3405
     3406== DcmDspDiagnosisRepresentationDataLowerRange ==
     3407{{{
     3408/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
     3409}}}
     3410* 型:FloatParam
     3411* 多重度:1
     3412
     3413== DcmDspDiagnosisRepresentationDataOffset ==
     3414{{{
     3415/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
     3416}}}
     3417* 型:FloatParam
     3418* 多重度:1
     3419* 上限値:Inf
     3420* 下限値:0
     3421* デフォルト値:0
     3422
     3423== DcmDspDiagnosisRepresentationDataResolution ==
     3424{{{
     3425/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
     3426}}}
     3427* 型:FloatParam
     3428* 多重度:1
     3429* 上限値:Inf
     3430* 下限値:0
     3431
     3432== DcmDspDiagnosisRepresentationDataUpperRange ==
     3433{{{
     3434/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
     3435}}}
     3436* 型:FloatParam
     3437* 多重度:1
     3438
     3439== DcmDspTextTableMapping ==
     3440{{{
     3441/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
     3442}}}
     3443* 型:Container
     3444* 多重度:0..*
     3445
     3446== DcmDspDiagnosisRepresentationDataValue ==
     3447{{{
     3448/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3449}}}
     3450* 型:IntegerParam
     3451* 多重度:1
     3452* 上限値:18446744073709551615
     3453* 下限値:0
     3454
     3455== DcmDspInternalDataValue ==
     3456{{{
     3457/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
     3458}}}
     3459* 型:IntegerParam
     3460* 多重度:1
     3461* 上限値:18446744073709551615
     3462* 下限値:0
     3463
     3464== DcmDspAlternativeDataType ==
     3465{{{
     3466/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
     3467}}}
     3468* 型:Container
     3469* 多重度:0..1
     3470
     3471== DcmApplicationDataType ==
     3472{{{
     3473/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
     3474}}}
     3475* 型:Reference
     3476* 多重度:1
     3477
     3478== DcmDspTextTableMapping ==
     3479{{{
     3480/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
     3481}}}
     3482* 型:Container
     3483* 多重度:0..*
     3484
     3485== DcmDspDiagnosisRepresentationDataValue ==
     3486{{{
     3487/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3488}}}
     3489* 型:IntegerParam
     3490* 多重度:1
     3491* 上限値:18446744073709551615
     3492* 下限値:0
     3493
     3494== DcmDspInternalDataValue ==
     3495{{{
     3496/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
     3497}}}
     3498* 型:IntegerParam
     3499* 多重度:1
     3500* 上限値:18446744073709551615
     3501* 下限値:0
     3502
     3503== DcmDspStopRoutine ==
     3504{{{
     3505/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine
     3506}}}
     3507* 型:Container
     3508* 多重度:0..1
     3509
     3510== DcmDspStopRoutineFnc ==
     3511{{{
     3512/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineFnc
    11113513}}}
    11123514* 型:FunctionName
    11133515* 多重度:0..1
    11143516
    1115 == DcmDspDataGetScalingInfoFnc ==
    1116 {{{
    1117 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataGetScalingInfoFnc
     3517== DcmDspStopRoutineCommonAuthorizationRef ==
     3518{{{
     3519/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineCommonAuthorizationRef
     3520}}}
     3521* 型:Reference
     3522* 多重度:0..1
     3523* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization}}}
     3524
     3525== DcmDspStopRoutineIn ==
     3526{{{
     3527/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn
     3528}}}
     3529* 型:Container
     3530* 多重度:0..1
     3531
     3532== DcmDspStopRoutineInSignal ==
     3533{{{
     3534/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal
     3535}}}
     3536* 型:Container
     3537* 多重度:1..*
     3538
     3539== DcmDspRoutineSignalEndianness ==
     3540{{{
     3541/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalEndianness
     3542}}}
     3543* 型:EnumerationParam
     3544* 多重度:0..1
     3545* 選択肢:
     3546  * BIG_ENDIAN
     3547  * LITTLE_ENDIAN
     3548  * OPAQUE
     3549
     3550== DcmDspRoutineSignalLength ==
     3551{{{
     3552/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalLength
     3553}}}
     3554* 型:IntegerParam
     3555* 多重度:0..1
     3556* 上限値:65535
     3557* 下限値:0
     3558
     3559== DcmDspRoutineSignalPos ==
     3560{{{
     3561/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalPos
     3562}}}
     3563* 型:IntegerParam
     3564* 多重度:1
     3565* 上限値:65535
     3566* 下限値:0
     3567
     3568== DcmDspRoutineSignalType ==
     3569{{{
     3570/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalType
     3571}}}
     3572* 型:EnumerationParam
     3573* 多重度:1
     3574* 選択肢:
     3575  * BOOLEAN
     3576  * SINT16
     3577  * SINT32
     3578  * SINT8
     3579  * UINT16
     3580  * UINT32
     3581  * UINT8
     3582  * VARIABLE_LENGTH
     3583
     3584== DcmDspArgumentScaling ==
     3585{{{
     3586/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling
     3587}}}
     3588* 型:Container
     3589* 多重度:0..1
     3590
     3591== DcmDspAlternativeArgumentData ==
     3592{{{
     3593/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
     3594}}}
     3595* 型:Container
     3596* 多重度:0..1
     3597
     3598== DcmDataElement ==
     3599{{{
     3600/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
     3601}}}
     3602* 型:Reference
     3603* 多重度:1
     3604
     3605== DcmDspAlternativeDataProps ==
     3606{{{
     3607/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
     3608}}}
     3609* 型:Container
     3610* 多重度:0..1
     3611
     3612== DcmDspDataTypeCategory ==
     3613{{{
     3614/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
     3615}}}
     3616* 型:EnumerationParam
     3617* 多重度:1
     3618* 選択肢:
     3619  * LINEAR
     3620  * SCALE_LINEAR_AND_TEXTTABLE
     3621  * TEXTTABLE
     3622
     3623== DcmDspLinearScale ==
     3624{{{
     3625/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
     3626}}}
     3627* 型:Container
     3628* 多重度:0..1
     3629
     3630== DcmDspDiagnosisRepresentationDataLowerRange ==
     3631{{{
     3632/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
     3633}}}
     3634* 型:FloatParam
     3635* 多重度:1
     3636
     3637== DcmDspDiagnosisRepresentationDataOffset ==
     3638{{{
     3639/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
     3640}}}
     3641* 型:FloatParam
     3642* 多重度:1
     3643* 上限値:Inf
     3644* 下限値:0
     3645* デフォルト値:0
     3646
     3647== DcmDspDiagnosisRepresentationDataResolution ==
     3648{{{
     3649/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
     3650}}}
     3651* 型:FloatParam
     3652* 多重度:1
     3653* 上限値:Inf
     3654* 下限値:0
     3655
     3656== DcmDspDiagnosisRepresentationDataUpperRange ==
     3657{{{
     3658/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
     3659}}}
     3660* 型:FloatParam
     3661* 多重度:1
     3662
     3663== DcmDspTextTableMapping ==
     3664{{{
     3665/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
     3666}}}
     3667* 型:Container
     3668* 多重度:0..*
     3669
     3670== DcmDspDiagnosisRepresentationDataValue ==
     3671{{{
     3672/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3673}}}
     3674* 型:IntegerParam
     3675* 多重度:1
     3676* 上限値:18446744073709551615
     3677* 下限値:0
     3678
     3679== DcmDspInternalDataValue ==
     3680{{{
     3681/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
     3682}}}
     3683* 型:IntegerParam
     3684* 多重度:1
     3685* 上限値:18446744073709551615
     3686* 下限値:0
     3687
     3688== DcmDspAlternativeDataType ==
     3689{{{
     3690/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
     3691}}}
     3692* 型:Container
     3693* 多重度:0..1
     3694
     3695== DcmApplicationDataType ==
     3696{{{
     3697/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
     3698}}}
     3699* 型:Reference
     3700* 多重度:1
     3701
     3702== DcmDspTextTableMapping ==
     3703{{{
     3704/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
     3705}}}
     3706* 型:Container
     3707* 多重度:0..*
     3708
     3709== DcmDspDiagnosisRepresentationDataValue ==
     3710{{{
     3711/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3712}}}
     3713* 型:IntegerParam
     3714* 多重度:1
     3715* 上限値:18446744073709551615
     3716* 下限値:0
     3717
     3718== DcmDspInternalDataValue ==
     3719{{{
     3720/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
     3721}}}
     3722* 型:IntegerParam
     3723* 多重度:1
     3724* 上限値:18446744073709551615
     3725* 下限値:0
     3726
     3727== DcmDspStopRoutineOut ==
     3728{{{
     3729/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut
     3730}}}
     3731* 型:Container
     3732* 多重度:0..1
     3733
     3734== DcmDspStopRoutineOutSignal ==
     3735{{{
     3736/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal
     3737}}}
     3738* 型:Container
     3739* 多重度:1..*
     3740
     3741== DcmDspRoutineSignalEndianness ==
     3742{{{
     3743/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalEndianness
     3744}}}
     3745* 型:EnumerationParam
     3746* 多重度:0..1
     3747* 選択肢:
     3748  * BIG_ENDIAN
     3749  * LITTLE_ENDIAN
     3750  * OPAQUE
     3751
     3752== DcmDspRoutineSignalLength ==
     3753{{{
     3754/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalLength
     3755}}}
     3756* 型:IntegerParam
     3757* 多重度:0..1
     3758* 上限値:65535
     3759* 下限値:0
     3760
     3761== DcmDspRoutineSignalPos ==
     3762{{{
     3763/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalPos
     3764}}}
     3765* 型:IntegerParam
     3766* 多重度:1
     3767* 上限値:65535
     3768* 下限値:0
     3769
     3770== DcmDspRoutineSignalType ==
     3771{{{
     3772/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalType
     3773}}}
     3774* 型:EnumerationParam
     3775* 多重度:1
     3776* 選択肢:
     3777  * BOOLEAN
     3778  * SINT16
     3779  * SINT32
     3780  * SINT8
     3781  * UINT16
     3782  * UINT32
     3783  * UINT8
     3784  * VARIABLE_LENGTH
     3785
     3786== DcmDspArgumentScaling ==
     3787{{{
     3788/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling
     3789}}}
     3790* 型:Container
     3791* 多重度:0..1
     3792
     3793== DcmDspAlternativeArgumentData ==
     3794{{{
     3795/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
     3796}}}
     3797* 型:Container
     3798* 多重度:0..1
     3799
     3800== DcmDataElement ==
     3801{{{
     3802/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
     3803}}}
     3804* 型:Reference
     3805* 多重度:1
     3806
     3807== DcmDspAlternativeDataProps ==
     3808{{{
     3809/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
     3810}}}
     3811* 型:Container
     3812* 多重度:0..1
     3813
     3814== DcmDspDataTypeCategory ==
     3815{{{
     3816/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
     3817}}}
     3818* 型:EnumerationParam
     3819* 多重度:1
     3820* 選択肢:
     3821  * LINEAR
     3822  * SCALE_LINEAR_AND_TEXTTABLE
     3823  * TEXTTABLE
     3824
     3825== DcmDspLinearScale ==
     3826{{{
     3827/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
     3828}}}
     3829* 型:Container
     3830* 多重度:0..1
     3831
     3832== DcmDspDiagnosisRepresentationDataLowerRange ==
     3833{{{
     3834/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
     3835}}}
     3836* 型:FloatParam
     3837* 多重度:1
     3838
     3839== DcmDspDiagnosisRepresentationDataOffset ==
     3840{{{
     3841/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
     3842}}}
     3843* 型:FloatParam
     3844* 多重度:1
     3845* 上限値:Inf
     3846* 下限値:0
     3847* デフォルト値:0
     3848
     3849== DcmDspDiagnosisRepresentationDataResolution ==
     3850{{{
     3851/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
     3852}}}
     3853* 型:FloatParam
     3854* 多重度:1
     3855* 上限値:Inf
     3856* 下限値:0
     3857
     3858== DcmDspDiagnosisRepresentationDataUpperRange ==
     3859{{{
     3860/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
     3861}}}
     3862* 型:FloatParam
     3863* 多重度:1
     3864
     3865== DcmDspTextTableMapping ==
     3866{{{
     3867/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
     3868}}}
     3869* 型:Container
     3870* 多重度:0..*
     3871
     3872== DcmDspDiagnosisRepresentationDataValue ==
     3873{{{
     3874/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3875}}}
     3876* 型:IntegerParam
     3877* 多重度:1
     3878* 上限値:18446744073709551615
     3879* 下限値:0
     3880
     3881== DcmDspInternalDataValue ==
     3882{{{
     3883/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
     3884}}}
     3885* 型:IntegerParam
     3886* 多重度:1
     3887* 上限値:18446744073709551615
     3888* 下限値:0
     3889
     3890== DcmDspAlternativeDataType ==
     3891{{{
     3892/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
     3893}}}
     3894* 型:Container
     3895* 多重度:0..1
     3896
     3897== DcmApplicationDataType ==
     3898{{{
     3899/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
     3900}}}
     3901* 型:Reference
     3902* 多重度:1
     3903
     3904== DcmDspTextTableMapping ==
     3905{{{
     3906/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
     3907}}}
     3908* 型:Container
     3909* 多重度:0..*
     3910
     3911== DcmDspDiagnosisRepresentationDataValue ==
     3912{{{
     3913/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
     3914}}}
     3915* 型:IntegerParam
     3916* 多重度:1
     3917* 上限値:18446744073709551615
     3918* 下限値:0
     3919
     3920== DcmDspInternalDataValue ==
     3921{{{
     3922/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
     3923}}}
     3924* 型:IntegerParam
     3925* 多重度:1
     3926* 上限値:18446744073709551615
     3927* 下限値:0
     3928
     3929== DcmDspSecurity ==
     3930{{{
     3931/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity
     3932}}}
     3933* 型:Container
     3934* 多重度:1
     3935
     3936== DcmDspSecurityRow ==
     3937{{{
     3938/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow
     3939}}}
     3940* 型:Container
     3941* 多重度:0..31
     3942
     3943== DcmDspSecurityADRSize ==
     3944{{{
     3945/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityADRSize
     3946}}}
     3947* 型:IntegerParam
     3948* 多重度:0..1
     3949* 上限値:4294967295
     3950* 下限値:1
     3951
     3952== DcmDspSecurityAttemptCounterEnabled ==
     3953{{{
     3954/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityAttemptCounterEnabled
     3955}}}
     3956* 型:BooleanParam
     3957* 多重度:1
     3958
     3959== DcmDspSecurityCompareKeyFnc ==
     3960{{{
     3961/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityCompareKeyFnc
    11183962}}}
    11193963* 型:FunctionName
    11203964* 多重度:0..1
    11213965
    1122 == DcmDspDataReadDataLengthFnc ==
    1123 {{{
    1124 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadDataLengthFnc
     3966== DcmDspSecurityDelayTime ==
     3967{{{
     3968/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTime
     3969}}}
     3970* 型:FloatParam
     3971* 多重度:1
     3972* 上限値:65535
     3973* 下限値:0
     3974
     3975== DcmDspSecurityDelayTimeOnBoot ==
     3976{{{
     3977/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTimeOnBoot
     3978}}}
     3979* 型:FloatParam
     3980* 多重度:1
     3981* 上限値:65535
     3982* 下限値:0
     3983
     3984== DcmDspSecurityGetAttemptCounterFnc ==
     3985{{{
     3986/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityGetAttemptCounterFnc
    11253987}}}
    11263988* 型:FunctionName
    11273989* 多重度:0..1
    11283990
    1129 == DcmDspDataReadEcuSignal ==
    1130 {{{
    1131 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadEcuSignal
     3991== DcmDspSecurityGetSeedFnc ==
     3992{{{
     3993/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityGetSeedFnc
    11323994}}}
    11333995* 型:FunctionName
    11343996* 多重度:0..1
    11353997
    1136 == DcmDspDataReadFnc ==
    1137 {{{
    1138 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadFnc
     3998== DcmDspSecurityKeySize ==
     3999{{{
     4000/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityKeySize
     4001}}}
     4002* 型:IntegerParam
     4003* 多重度:1
     4004* 上限値:4294967295
     4005* 下限値:1
     4006
     4007== DcmDspSecurityLevel ==
     4008{{{
     4009/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityLevel
     4010}}}
     4011* 型:IntegerParam
     4012* 多重度:1
     4013* 上限値:63
     4014* 下限値:1
     4015
     4016== DcmDspSecurityNumAttDelay ==
     4017{{{
     4018/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityNumAttDelay
     4019}}}
     4020* 型:IntegerParam
     4021* 多重度:1
     4022* 上限値:255
     4023* 下限値:1
     4024
     4025== DcmDspSecuritySeedSize ==
     4026{{{
     4027/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecuritySeedSize
     4028}}}
     4029* 型:IntegerParam
     4030* 多重度:1
     4031* 上限値:4294967295
     4032* 下限値:1
     4033
     4034== DcmDspSecuritySetAttemptCounterFnc ==
     4035{{{
     4036/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecuritySetAttemptCounterFnc
    11394037}}}
    11404038* 型:FunctionName
    11414039* 多重度:0..1
    11424040
    1143 == DcmDspDataResetToDefaultFnc ==
    1144 {{{
    1145 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataResetToDefaultFnc
     4041== DcmDspSecurityUsePort ==
     4042{{{
     4043/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityUsePort
     4044}}}
     4045* 型:EnumerationParam
     4046* 多重度:1
     4047* 選択肢:
     4048  * USE_ASYNCH_CLIENT_SERVER
     4049  * USE_ASYNCH_FNC
     4050
     4051== DcmDspSession ==
     4052{{{
     4053/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession
     4054}}}
     4055* 型:Container
     4056* 多重度:1
     4057
     4058== DcmDspSessionRow ==
     4059{{{
     4060/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow
     4061}}}
     4062* 型:Container
     4063* 多重度:0..31
     4064
     4065== DcmDspSessionForBoot ==
     4066{{{
     4067/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionForBoot
     4068}}}
     4069* 型:EnumerationParam
     4070* 多重度:1
     4071* 選択肢:
     4072  * DCM_NO_BOOT
     4073  * DCM_OEM_BOOT
     4074  * DCM_OEM_BOOT_RESPAPP
     4075  * DCM_SYS_BOOT
     4076  * DCM_SYS_BOOT_RESPAPP
     4077
     4078== DcmDspSessionLevel ==
     4079{{{
     4080/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionLevel
     4081}}}
     4082* 型:IntegerParam
     4083* 多重度:1
     4084* 上限値:126
     4085* 下限値:1
     4086
     4087== DcmDspSessionP2ServerMax ==
     4088{{{
     4089/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2ServerMax
     4090}}}
     4091* 型:FloatParam
     4092* 多重度:1
     4093* 上限値:1
     4094* 下限値:0
     4095
     4096== DcmDspSessionP2StarServerMax ==
     4097{{{
     4098/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2StarServerMax
     4099}}}
     4100* 型:FloatParam
     4101* 多重度:1
     4102* 上限値:100
     4103* 下限値:0
     4104
     4105== DcmDspVehInfo ==
     4106{{{
     4107/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo
     4108}}}
     4109* 型:Container
     4110* 多重度:0..*
     4111
     4112== DcmDspVehInfoInfoType ==
     4113{{{
     4114/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoInfoType
     4115}}}
     4116* 型:IntegerParam
     4117* 多重度:1
     4118* 上限値:255
     4119* 下限値:0
     4120
     4121== DcmDspVehInfoNODIProvResp ==
     4122{{{
     4123/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoNODIProvResp
     4124}}}
     4125* 型:BooleanParam
     4126* 多重度:0..1
     4127* デフォルト値:false
     4128
     4129== DcmDspVehInfoData ==
     4130{{{
     4131/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData
     4132}}}
     4133* 型:Container
     4134* 多重度:1..*
     4135
     4136== DcmDspVehInfoDataOrder ==
     4137{{{
     4138/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataOrder
     4139}}}
     4140* 型:IntegerParam
     4141* 多重度:1
     4142* 上限値:255
     4143* 下限値:0
     4144
     4145== DcmDspVehInfoDataReadFnc ==
     4146{{{
     4147/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataReadFnc
    11464148}}}
    11474149* 型:FunctionName
    11484150* 多重度:0..1
    11494151
    1150 == DcmDspDataReturnControlToEcuFnc ==
    1151 {{{
    1152 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReturnControlToEcuFnc
    1153 }}}
    1154 * 型:FunctionName
    1155 * 多重度:0..1
    1156 
    1157 == DcmDspDataShortTermAdjustmentFnc ==
    1158 {{{
    1159 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataShortTermAdjustmentFnc
    1160 }}}
    1161 * 型:FunctionName
    1162 * 多重度:0..1
    1163 
    1164 == DcmDspDataSize ==
    1165 {{{
    1166 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataSize
    1167 }}}
    1168 * 型:IntegerParam
    1169 * 多重度:1
    1170 
    1171 == DcmDspDataType ==
    1172 {{{
    1173 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataType
     4152== DcmDspVehInfoDataSize ==
     4153{{{
     4154/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataSize
     4155}}}
     4156* 型:IntegerParam
     4157* 多重度:1
     4158* 上限値:255
     4159* 下限値:0
     4160
     4161== DcmDspVehInfoDataUsePort ==
     4162{{{
     4163/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataUsePort
     4164}}}
     4165* 型:BooleanParam
     4166* 多重度:1
     4167
     4168== DcmPageBufferCfg ==
     4169{{{
     4170/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg
     4171}}}
     4172* 型:Container
     4173* 多重度:1
     4174
     4175== DcmPagedBufferEnabled ==
     4176{{{
     4177/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferEnabled
     4178}}}
     4179* 型:BooleanParam
     4180* 多重度:1
     4181
     4182== DcmPagedBufferTimeout ==
     4183{{{
     4184/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferTimeout
     4185}}}
     4186* 型:FloatParam
     4187* 多重度:0..1
     4188* 上限値:1
     4189* 下限値:0
     4190
     4191== DcmProcessingConditions ==
     4192{{{
     4193/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions
     4194}}}
     4195* 型:Container
     4196* 多重度:0..1
     4197
     4198== DcmModeCondition ==
     4199{{{
     4200/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition
     4201}}}
     4202* 型:Container
     4203* 多重度:1..*
     4204
     4205== DcmConditionType ==
     4206{{{
     4207/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmConditionType
    11744208}}}
    11754209* 型:EnumerationParam
    1176 * 多重度:0..1
    1177 
    1178 == DcmDspDataUsePort ==
    1179 {{{
    1180 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataUsePort
     4210* 多重度:1
     4211* 選択肢:
     4212  * DCM_EQUALS
     4213  * DCM_EQUALS_NOT
     4214  * DCM_GREATER_OR_EQUAL
     4215  * DCM_GREATER_THAN
     4216  * DCM_LESS_OR_EQUAL
     4217  * DCM_LESS_THAN
     4218
     4219== DcmSwcSRDataElementRef ==
     4220{{{
     4221/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcSRDataElementRef
     4222}}}
     4223* 型:Reference
     4224* 多重度:0..1
     4225* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass}}}
     4226
     4227== DcmSwcSRDataElementValueRef ==
     4228{{{
     4229/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcSRDataElementValueRef
     4230}}}
     4231* 型:Reference
     4232* 多重度:0..1
     4233
     4234== DcmBswModeRef ==
     4235{{{
     4236/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmBswModeRef
     4237}}}
     4238* 型:Reference
     4239* 多重度:0..1
     4240
     4241== DcmSwcModeRef ==
     4242{{{
     4243/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcModeRef
     4244}}}
     4245* 型:Reference
     4246* 多重度:0..1
     4247
     4248== DcmModeRule ==
     4249{{{
     4250/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule
     4251}}}
     4252* 型:Container
     4253* 多重度:1..*
     4254
     4255== DcmLogicalOperator ==
     4256{{{
     4257/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmLogicalOperator
    11814258}}}
    11824259* 型:EnumerationParam
    1183 * 多重度:1
    1184 
    1185 == DcmDspDataWriteFnc ==
    1186 {{{
    1187 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataWriteFnc
    1188 }}}
    1189 * 型:FunctionName
    1190 * 多重度:0..1
    1191 
    1192 == DcmDspDataInfoRef ==
    1193 {{{
    1194 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataInfoRef
    1195 }}}
    1196 * 型:Reference
    1197 * 多重度:1
    1198 
    1199 == DcmDspDataBlockIdRef ==
    1200 {{{
    1201 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataBlockIdRef
    1202 }}}
    1203 * 型:Reference
    1204 * 多重度:0..1
    1205 
    1206 == DcmDspDataInfo ==
    1207 {{{
    1208 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo
    1209 }}}
    1210 * 型:Container
    1211 * 多重度:0..*
    1212 
    1213 == DcmDspDataFixedLength ==
    1214 {{{
    1215 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo/DcmDspDataFixedLength
     4260* 多重度:0..1
     4261* 選択肢:
     4262  * DCM_AND
     4263  * DCM_OR
     4264
     4265== DcmModeRuleNrcValue ==
     4266{{{
     4267/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmModeRuleNrcValue
     4268}}}
     4269* 型:IntegerParam
     4270* 多重度:0..1
     4271* 上限値:255
     4272* 下限値:1
     4273
     4274== DcmArgumentRef ==
     4275{{{
     4276/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmArgumentRef
     4277}}}
     4278* 型:Reference
     4279* 多重度:1..*
     4280* 参照先:
     4281  * {{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition}}}
     4282  * {{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule}}}
     4283
     4284== DcmGeneral ==
     4285{{{
     4286/AUTOSAR/EcucDefs/Dcm/DcmGeneral
     4287}}}
     4288* 型:Container
     4289* 多重度:1
     4290
     4291== DcmDDDIDStorage ==
     4292{{{
     4293/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmDDDIDStorage
    12164294}}}
    12174295* 型:BooleanParam
    1218 * 多重度:1
    1219 
    1220 == DcmDspDataScalingInfoSize ==
    1221 {{{
    1222 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo/DcmDspDataScalingInfoSize
    1223 }}}
    1224 * 型:IntegerParam
    1225 * 多重度:0..1
    1226 
    1227 == DcmDspDid ==
    1228 {{{
    1229 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid
    1230 }}}
    1231 * 型:Container
    1232 * 多重度:0..*
    1233 
    1234 == DcmDspDidIdentifier ==
    1235 {{{
    1236 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidIdentifier
    1237 }}}
    1238 * 型:IntegerParam
    1239 * 多重度:1
    1240 
    1241 == DcmDspDidRoeQueueEnabled ==
    1242 {{{
    1243 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidRoeQueueEnabled
     4296* 多重度:0..1
     4297* デフォルト値:false
     4298
     4299== DcmDevErrorDetect ==
     4300{{{
     4301/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmDevErrorDetect
    12444302}}}
    12454303* 型:BooleanParam
    1246 * 多重度:0..1
    1247 
    1248 == DcmDspDidUsed ==
    1249 {{{
    1250 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidUsed
     4304* 多重度:1
     4305
     4306== DcmHeaderFileInclusion ==
     4307{{{
     4308/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmHeaderFileInclusion
     4309}}}
     4310* 型:StringParam
     4311* 多重度:0..*
     4312
     4313== DcmRespondAllRequest ==
     4314{{{
     4315/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmRespondAllRequest
    12514316}}}
    12524317* 型:BooleanParam
    12534318* 多重度:1
    12544319
    1255 == DcmDspDidInfoRef ==
    1256 {{{
    1257 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidInfoRef
    1258 }}}
    1259 * 型:Reference
    1260 * 多重度:1
    1261 
    1262 == DcmDspDidRef ==
    1263 {{{
    1264 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidRef
    1265 }}}
    1266 * 型:Reference
    1267 * 多重度:0..*
    1268 
    1269 == DcmDspDidExtRoe ==
    1270 {{{
    1271 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidExtRoe
    1272 }}}
    1273 * 型:Container
    1274 * 多重度:0..1
    1275 
    1276 == DcmDspDidRoeActivateFnc ==
    1277 {{{
    1278 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidExtRoe/DcmDspDidRoeActivateFnc
    1279 }}}
    1280 * 型:FunctionName
    1281 * 多重度:0..1
    1282 
    1283 == DcmDspDidRoeEventId ==
    1284 {{{
    1285 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidExtRoe/DcmDspDidRoeEventId
    1286 }}}
    1287 * 型:IntegerParam
    1288 * 多重度:1
    1289 
    1290 == DcmDspDidSignal ==
    1291 {{{
    1292 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal
    1293 }}}
    1294 * 型:Container
    1295 * 多重度:0..*
    1296 
    1297 == DcmDspDidDataPos ==
    1298 {{{
    1299 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataPos
    1300 }}}
    1301 * 型:IntegerParam
    1302 * 多重度:1
    1303 
    1304 == DcmDspDidDataRef ==
    1305 {{{
    1306 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataRef
    1307 }}}
    1308 * 型:Reference
    1309 * 多重度:1
    1310 
    1311 == DcmDspDidInfo ==
    1312 {{{
    1313 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo
    1314 }}}
    1315 * 型:Container
    1316 * 多重度:0..*
    1317 
    1318 == DcmDspDidDynamicallyDefined ==
    1319 {{{
    1320 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidDynamicallyDefined
     4320== DcmTaskTime ==
     4321{{{
     4322/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmTaskTime
     4323}}}
     4324* 型:FloatParam
     4325* 多重度:1
     4326* 上限値:0.1
     4327* 下限値:1E-4
     4328
     4329== DcmVersionInfoApi ==
     4330{{{
     4331/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmVersionInfoApi
    13214332}}}
    13224333* 型:BooleanParam
    13234334* 多重度:1
    13244335
    1325 == DcmDspDidAccess ==
    1326 {{{
    1327 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess
    1328 }}}
    1329 * 型:Container
    1330 * 多重度:1
    1331 
    1332 == DcmDspDidControl ==
    1333 {{{
    1334 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl
    1335 }}}
    1336 * 型:Container
    1337 * 多重度:0..1
    1338 
    1339 == DcmDspDidFreezeCurrentState ==
    1340 {{{
    1341 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidFreezeCurrentState
    1342 }}}
    1343 * 型:BooleanParam
    1344 * 多重度:0..1
    1345 
    1346 == DcmDspDidResetToDefault ==
    1347 {{{
    1348 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidResetToDefault
    1349 }}}
    1350 * 型:BooleanParam
    1351 * 多重度:0..1
    1352 
    1353 == DcmDspDidReturnControlToEcu ==
    1354 {{{
    1355 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidReturnControlToEcu
    1356 }}}
    1357 * 型:BooleanParam
    1358 * 多重度:0..1
    1359 
    1360 == DcmDspDidShortTermAdjustment ==
    1361 {{{
    1362 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidShortTermAdjustment
    1363 }}}
    1364 * 型:BooleanParam
    1365 * 多重度:0..1
    1366 
    1367 == DcmDspDidControlModeRuleRef ==
    1368 {{{
    1369 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidControlModeRuleRef
    1370 }}}
    1371 * 型:Reference
    1372 * 多重度:0..1
    1373 
    1374 == DcmDspDidControlSecurityLevelRef ==
    1375 {{{
    1376 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidControlSecurityLevelRef
    1377 }}}
    1378 * 型:Reference
    1379 * 多重度:0..*
    1380 
    1381 == DcmDspDidControlSessionRef ==
    1382 {{{
    1383 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidControl/DcmDspDidControlSessionRef
    1384 }}}
    1385 * 型:Reference
    1386 * 多重度:0..*
    1387 
    1388 == DcmDspDidRead ==
    1389 {{{
    1390 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead
    1391 }}}
    1392 * 型:Container
    1393 * 多重度:0..1
    1394 
    1395 == DcmDspDidReadModeRuleRef ==
    1396 {{{
    1397 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead/DcmDspDidReadModeRuleRef
    1398 }}}
    1399 * 型:Reference
    1400 * 多重度:0..1
    1401 
    1402 == DcmDspDidReadSecurityLevelRef ==
    1403 {{{
    1404 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead/DcmDspDidReadSecurityLevelRef
    1405 }}}
    1406 * 型:Reference
    1407 * 多重度:0..*
    1408 
    1409 == DcmDspDidReadSessionRef ==
    1410 {{{
    1411 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidRead/DcmDspDidReadSessionRef
    1412 }}}
    1413 * 型:Reference
    1414 * 多重度:0..*
    1415 
    1416 == DcmDspDidWrite ==
    1417 {{{
    1418 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite
    1419 }}}
    1420 * 型:Container
    1421 * 多重度:0..1
    1422 
    1423 == DcmDspDidWriteModeRuleRef ==
    1424 {{{
    1425 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite/DcmDspDidWriteModeRuleRef
    1426 }}}
    1427 * 型:Reference
    1428 * 多重度:0..1
    1429 
    1430 == DcmDspDidWriteSecurityLevelRef ==
    1431 {{{
    1432 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite/DcmDspDidWriteSecurityLevelRef
    1433 }}}
    1434 * 型:Reference
    1435 * 多重度:0..*
    1436 
    1437 == DcmDspDidWriteSessionRef ==
    1438 {{{
    1439 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidAccess/DcmDspDidWrite/DcmDspDidWriteSessionRef
    1440 }}}
    1441 * 型:Reference
    1442 * 多重度:0..*
    1443 
    1444 == DcmDspDidRange ==
    1445 {{{
    1446 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange
    1447 }}}
    1448 * 型:Container
    1449 * 多重度:0..*
    1450 
    1451 == DcmDspDidRangeHasGaps ==
    1452 {{{
    1453 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeHasGaps
    1454 }}}
    1455 * 型:BooleanParam
    1456 * 多重度:1
    1457 
    1458 == DcmDspDidRangeIdentifierLowerLimit ==
    1459 {{{
    1460 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierLowerLimit
    1461 }}}
    1462 * 型:IntegerParam
    1463 * 多重度:1
    1464 
    1465 == DcmDspDidRangeIdentifierUpperLimit ==
    1466 {{{
    1467 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierUpperLimit
    1468 }}}
    1469 * 型:IntegerParam
    1470 * 多重度:1
    1471 
    1472 == DcmDspDidRangeIsDidAvailableFnc ==
    1473 {{{
    1474 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIsDidAvailableFnc
    1475 }}}
    1476 * 型:FunctionName
    1477 * 多重度:0..1
    1478 
    1479 == DcmDspDidRangeMaxDataLength ==
    1480 {{{
    1481 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeMaxDataLength
    1482 }}}
    1483 * 型:IntegerParam
    1484 * 多重度:1
    1485 
    1486 == DcmDspDidRangeReadDidFnc ==
    1487 {{{
    1488 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeReadDidFnc
    1489 }}}
    1490 * 型:FunctionName
    1491 * 多重度:0..1
    1492 
    1493 == DcmDspDidRangeUsePort ==
    1494 {{{
    1495 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeUsePort
    1496 }}}
    1497 * 型:BooleanParam
    1498 * 多重度:1
    1499 
    1500 == DcmDspDidRangeWriteDidFnc ==
    1501 {{{
    1502 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeWriteDidFnc
    1503 }}}
    1504 * 型:FunctionName
    1505 * 多重度:0..1
    1506 
    1507 == DcmDspDidRangeInfoRef ==
    1508 {{{
    1509 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeInfoRef
    1510 }}}
    1511 * 型:Reference
    1512 * 多重度:1
    1513 
    1514 == DcmDspMemory ==
    1515 {{{
    1516 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory
    1517 }}}
    1518 * 型:Container
    1519 * 多重度:0..1
    1520 
    1521 == DcmDspUseMemoryId ==
    1522 {{{
    1523 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspUseMemoryId
    1524 }}}
    1525 * 型:BooleanParam
    1526 * 多重度:1
    1527 
    1528 == DcmDspMemoryIdInfo ==
    1529 {{{
    1530 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo
    1531 }}}
    1532 * 型:Container
    1533 * 多重度:1..*
    1534 
    1535 == DcmDspMemoryIdValue ==
    1536 {{{
    1537 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspMemoryIdValue
    1538 }}}
    1539 * 型:IntegerParam
    1540 * 多重度:0..1
    1541 
    1542 == DcmDspReadMemoryRangeInfo ==
    1543 {{{
    1544 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo
    1545 }}}
    1546 * 型:Container
    1547 * 多重度:0..*
    1548 
    1549 == DcmDspReadMemoryRangeHigh ==
    1550 {{{
    1551 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeHigh
    1552 }}}
    1553 * 型:IntegerParam
    1554 * 多重度:1
    1555 
    1556 == DcmDspReadMemoryRangeLow ==
    1557 {{{
    1558 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeLow
    1559 }}}
    1560 * 型:IntegerParam
    1561 * 多重度:1
    1562 
    1563 == DcmDspReadMemoryRangeModeRuleRef ==
    1564 {{{
    1565 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeModeRuleRef
    1566 }}}
    1567 * 型:Reference
    1568 * 多重度:0..1
    1569 
    1570 == DcmDspReadMemoryRangeSecurityLevelRef ==
    1571 {{{
    1572 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeSecurityLevelRef
    1573 }}}
    1574 * 型:Reference
    1575 * 多重度:0..*
    1576 
    1577 == DcmDspWriteMemoryRangeInfo ==
    1578 {{{
    1579 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo
    1580 }}}
    1581 * 型:Container
    1582 * 多重度:0..*
    1583 
    1584 == DcmDspWriteMemoryRangeHigh ==
    1585 {{{
    1586 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeHigh
    1587 }}}
    1588 * 型:IntegerParam
    1589 * 多重度:1
    1590 
    1591 == DcmDspWriteMemoryRangeLow ==
    1592 {{{
    1593 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeLow
    1594 }}}
    1595 * 型:IntegerParam
    1596 * 多重度:1
    1597 
    1598 == DcmDspWriteMemoryRangeModeRuleRef ==
    1599 {{{
    1600 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeModeRuleRef
    1601 }}}
    1602 * 型:Reference
    1603 * 多重度:0..1
    1604 
    1605 == DcmDspWriteMemoryRangeSecurityLevelRef ==
    1606 {{{
    1607 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeSecurityLevelRef
    1608 }}}
    1609 * 型:Reference
    1610 * 多重度:0..*
    1611 
    1612 == DcmDspPid ==
    1613 {{{
    1614 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid
    1615 }}}
    1616 * 型:Container
    1617 * 多重度:0..*
    1618 
    1619 == DcmDspPidIdentifier ==
    1620 {{{
    1621 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidIdentifier
    1622 }}}
    1623 * 型:IntegerParam
    1624 * 多重度:1
    1625 
    1626 == DcmDspPidService ==
    1627 {{{
    1628 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidService
    1629 }}}
    1630 * 型:EnumerationParam
    1631 * 多重度:1
    1632 
    1633 == DcmDspPidSize ==
    1634 {{{
    1635 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSize
    1636 }}}
    1637 * 型:IntegerParam
    1638 * 多重度:1
    1639 
    1640 == DcmDspPidUsed ==
    1641 {{{
    1642 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidUsed
    1643 }}}
    1644 * 型:BooleanParam
    1645 * 多重度:1
    1646 
    1647 == DcmDspPidData ==
    1648 {{{
    1649 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData
    1650 }}}
    1651 * 型:Container
    1652 * 多重度:1..*
    1653 
    1654 == DcmDspPidDataPos ==
    1655 {{{
    1656 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataPos
    1657 }}}
    1658 * 型:IntegerParam
    1659 * 多重度:1
    1660 
    1661 == DcmDspPidDataSize ==
    1662 {{{
    1663 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSize
    1664 }}}
    1665 * 型:IntegerParam
    1666 * 多重度:1
    1667 
    1668 == DcmDspPidDataSupportInfo ==
    1669 {{{
    1670 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo
    1671 }}}
    1672 * 型:Container
    1673 * 多重度:0..1
    1674 
    1675 == DcmDspPidDataSupportInfoBit ==
    1676 {{{
    1677 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoBit
    1678 }}}
    1679 * 型:IntegerParam
    1680 * 多重度:1
    1681 
    1682 == DcmDspPidDataSupportInfoRef ==
    1683 {{{
    1684 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoRef
    1685 }}}
    1686 * 型:Reference
    1687 * 多重度:1
    1688 
    1689 == DcmDspPidService01 ==
    1690 {{{
    1691 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01
    1692 }}}
    1693 * 型:Container
    1694 * 多重度:0..1
    1695 
    1696 == DcmDspPidDataReadFnc ==
    1697 {{{
    1698 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataReadFnc
    1699 }}}
    1700 * 型:FunctionName
    1701 * 多重度:0..1
    1702 
    1703 == DcmDspPidDataUsePort ==
    1704 {{{
    1705 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataUsePort
    1706 }}}
    1707 * 型:EnumerationParam
    1708 * 多重度:1
    1709 
    1710 == DcmDspPidService02 ==
    1711 {{{
    1712 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02
    1713 }}}
    1714 * 型:Container
    1715 * 多重度:0..1
    1716 
    1717 == DcmDspPidDataDemRef ==
    1718 {{{
    1719 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02/DcmDspPidDataDemRef
    1720 }}}
    1721 * 型:Reference
    1722 * 多重度:0..1
    1723 
    1724 == DcmDspPidSupportInfo ==
    1725 {{{
    1726 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo
    1727 }}}
    1728 * 型:Container
    1729 * 多重度:0..*
    1730 
    1731 == DcmDspPidSupportInfoLen ==
    1732 {{{
    1733 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoLen
    1734 }}}
    1735 * 型:IntegerParam
    1736 * 多重度:1
    1737 
    1738 == DcmDspPidSupportInfoPos ==
    1739 {{{
    1740 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoPos
    1741 }}}
    1742 * 型:IntegerParam
    1743 * 多重度:1
    1744 
    1745 == DcmDspRequestControl ==
    1746 {{{
    1747 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl
    1748 }}}
    1749 * 型:Container
    1750 * 多重度:0..*
    1751 
    1752 == DcmDspRequestControlInBufferSize ==
    1753 {{{
    1754 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlInBufferSize
    1755 }}}
    1756 * 型:IntegerParam
    1757 * 多重度:1
    1758 
    1759 == DcmDspRequestControlOutBufferSize ==
    1760 {{{
    1761 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlOutBufferSize
    1762 }}}
    1763 * 型:IntegerParam
    1764 * 多重度:1
    1765 
    1766 == DcmDspRequestControlTestId ==
    1767 {{{
    1768 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlTestId
    1769 }}}
    1770 * 型:IntegerParam
    1771 * 多重度:1
    1772 
    1773 == DcmDspRoe ==
    1774 {{{
    1775 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe
    1776 }}}
    1777 * 型:Container
    1778 * 多重度:0..1
    1779 
    1780 == DcmDspRoeBufSize ==
    1781 {{{
    1782 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeBufSize
    1783 }}}
    1784 * 型:IntegerParam
    1785 * 多重度:0..1
    1786 
    1787 == DcmDspRoeInitFnc ==
    1788 {{{
    1789 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInitFnc
    1790 }}}
    1791 * 型:FunctionName
    1792 * 多重度:0..1
    1793 
    1794 == DcmDspRoeInitOnDSC ==
    1795 {{{
    1796 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInitOnDSC
    1797 }}}
    1798 * 型:BooleanParam
    1799 * 多重度:1
    1800 
    1801 == DcmDspRoeInterMessageTime ==
    1802 {{{
    1803 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInterMessageTime
    1804 }}}
    1805 * 型:FloatParam
    1806 * 多重度:1
    1807 
    1808 == DcmDspRoeMaxEventLength ==
    1809 {{{
    1810 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeMaxEventLength
    1811 }}}
    1812 * 型:IntegerParam
    1813 * 多重度:0..1
    1814 
    1815 == DcmDspRoeMaxNumberOfRetry ==
    1816 {{{
    1817 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeMaxNumberOfRetry
    1818 }}}
    1819 * 型:IntegerParam
    1820 * 多重度:1
    1821 
    1822 == DcmDspRoeMaxQueueLength ==
    1823 {{{
    1824 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeMaxQueueLength
    1825 }}}
    1826 * 型:IntegerParam
    1827 * 多重度:0..1
    1828 
    1829 == DcmDspRoeQueueEnabled ==
    1830 {{{
    1831 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeQueueEnabled
    1832 }}}
    1833 * 型:BooleanParam
    1834 * 多重度:1
    1835 
    1836 == DcmDspRoeStopFnc ==
    1837 {{{
    1838 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeStopFnc
    1839 }}}
    1840 * 型:FunctionName
    1841 * 多重度:0..1
    1842 
    1843 == DcmDspRoutine ==
    1844 {{{
    1845 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine
    1846 }}}
    1847 * 型:Container
    1848 * 多重度:0..*
    1849 
    1850 == DcmDspRequestResultsRoutineFnc ==
    1851 {{{
    1852 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestResultsRoutineFnc
    1853 }}}
    1854 * 型:FunctionName
    1855 * 多重度:0..1
    1856 
    1857 == DcmDspRequestResultsRoutineSupported ==
    1858 {{{
    1859 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestResultsRoutineSupported
    1860 }}}
    1861 * 型:BooleanParam
    1862 * 多重度:1
    1863 
    1864 == DcmDspRoutineFixedLength ==
    1865 {{{
    1866 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineFixedLength
    1867 }}}
    1868 * 型:BooleanParam
    1869 * 多重度:1
    1870 
    1871 == DcmDspRoutineIdentifier ==
    1872 {{{
    1873 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineIdentifier
    1874 }}}
    1875 * 型:IntegerParam
    1876 * 多重度:1
    1877 
    1878 == DcmDspRoutineUsePort ==
    1879 {{{
    1880 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsePort
    1881 }}}
    1882 * 型:BooleanParam
    1883 * 多重度:1
    1884 
    1885 == DcmDspRoutineUsed ==
    1886 {{{
    1887 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsed
    1888 }}}
    1889 * 型:BooleanParam
    1890 * 多重度:1
    1891 
    1892 == DcmDspStartRoutineFnc ==
    1893 {{{
    1894 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutineFnc
    1895 }}}
    1896 * 型:FunctionName
    1897 * 多重度:0..1
    1898 
    1899 == DcmDspStopRoutineFnc ==
    1900 {{{
    1901 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutineFnc
    1902 }}}
    1903 * 型:FunctionName
    1904 * 多重度:0..1
    1905 
    1906 == DcmDspStopRoutineSupported ==
    1907 {{{
    1908 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutineSupported
    1909 }}}
    1910 * 型:BooleanParam
    1911 * 多重度:1
    1912 
    1913 == DcmDspRoutineInfoRef ==
    1914 {{{
    1915 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineInfoRef
    1916 }}}
    1917 * 型:Reference
    1918 * 多重度:1
    1919 
    1920 == DcmDspRoutineInfo ==
    1921 {{{
    1922 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo
    1923 }}}
    1924 * 型:Container
    1925 * 多重度:0..*
    1926 
    1927 == DcmDspRoutineAuthorization ==
    1928 {{{
    1929 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization
    1930 }}}
    1931 * 型:Container
    1932 * 多重度:1
    1933 
    1934 == DcmDspRoutineModeRuleRef ==
    1935 {{{
    1936 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization/DcmDspRoutineModeRuleRef
    1937 }}}
    1938 * 型:Reference
    1939 * 多重度:0..1
    1940 
    1941 == DcmDspRoutineSecurityLevelRef ==
    1942 {{{
    1943 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization/DcmDspRoutineSecurityLevelRef
    1944 }}}
    1945 * 型:Reference
    1946 * 多重度:0..*
    1947 
    1948 == DcmDspRoutineSessionRef ==
    1949 {{{
    1950 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineAuthorization/DcmDspRoutineSessionRef
    1951 }}}
    1952 * 型:Reference
    1953 * 多重度:0..*
    1954 
    1955 == DcmDspRoutineRequestResOut ==
    1956 {{{
    1957 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut
    1958 }}}
    1959 * 型:Container
    1960 * 多重度:0..1
    1961 
    1962 == DcmDspRoutineRequestResOutSignal ==
    1963 {{{
    1964 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal
    1965 }}}
    1966 * 型:Container
    1967 * 多重度:1..*
    1968 
    1969 == DcmDspRoutineSignalLength ==
    1970 {{{
    1971 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal/DcmDspRoutineSignalLength
    1972 }}}
    1973 * 型:IntegerParam
    1974 * 多重度:1
    1975 
    1976 == DcmDspRoutineSignalPos ==
    1977 {{{
    1978 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal/DcmDspRoutineSignalPos
    1979 }}}
    1980 * 型:IntegerParam
    1981 * 多重度:1
    1982 
    1983 == DcmDspRoutineSignalType ==
    1984 {{{
    1985 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineRequestResOut/DcmDspRoutineRequestResOutSignal/DcmDspRoutineSignalType
    1986 }}}
    1987 * 型:EnumerationParam
    1988 * 多重度:1
    1989 
    1990 == DcmDspRoutineStopIn ==
    1991 {{{
    1992 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn
    1993 }}}
    1994 * 型:Container
    1995 * 多重度:0..1
    1996 
    1997 == DcmDspRoutineStopInSignal ==
    1998 {{{
    1999 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal
    2000 }}}
    2001 * 型:Container
    2002 * 多重度:1..*
    2003 
    2004 == DcmDspRoutineSignalLength ==
    2005 {{{
    2006 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal/DcmDspRoutineSignalLength
    2007 }}}
    2008 * 型:IntegerParam
    2009 * 多重度:1
    2010 
    2011 == DcmDspRoutineSignalPos ==
    2012 {{{
    2013 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal/DcmDspRoutineSignalPos
    2014 }}}
    2015 * 型:IntegerParam
    2016 * 多重度:1
    2017 
    2018 == DcmDspRoutineSignalType ==
    2019 {{{
    2020 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopIn/DcmDspRoutineStopInSignal/DcmDspRoutineSignalType
    2021 }}}
    2022 * 型:EnumerationParam
    2023 * 多重度:1
    2024 
    2025 == DcmDspRoutineStopOut ==
    2026 {{{
    2027 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut
    2028 }}}
    2029 * 型:Container
    2030 * 多重度:0..1
    2031 
    2032 == DcmDspRoutineStopOutSignal ==
    2033 {{{
    2034 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal
    2035 }}}
    2036 * 型:Container
    2037 * 多重度:1..*
    2038 
    2039 == DcmDspRoutineSignalLength ==
    2040 {{{
    2041 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal/DcmDspRoutineSignalLength
    2042 }}}
    2043 * 型:IntegerParam
    2044 * 多重度:1
    2045 
    2046 == DcmDspRoutineSignalPos ==
    2047 {{{
    2048 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal/DcmDspRoutineSignalPos
    2049 }}}
    2050 * 型:IntegerParam
    2051 * 多重度:1
    2052 
    2053 == DcmDspRoutineSignalType ==
    2054 {{{
    2055 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspRoutineStopOut/DcmDspRoutineStopOutSignal/DcmDspRoutineSignalType
    2056 }}}
    2057 * 型:EnumerationParam
    2058 * 多重度:1
    2059 
    2060 == DcmDspStartRoutineIn ==
    2061 {{{
    2062 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn
    2063 }}}
    2064 * 型:Container
    2065 * 多重度:0..1
    2066 
    2067 == DcmDspStartRoutineInSignal ==
    2068 {{{
    2069 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal
    2070 }}}
    2071 * 型:Container
    2072 * 多重度:1..*
    2073 
    2074 == DcmDspRoutineSignalLength ==
    2075 {{{
    2076 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalLength
    2077 }}}
    2078 * 型:IntegerParam
    2079 * 多重度:1
    2080 
    2081 == DcmDspRoutineSignalPos ==
    2082 {{{
    2083 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalPos
    2084 }}}
    2085 * 型:IntegerParam
    2086 * 多重度:1
    2087 
    2088 == DcmDspRoutineSignalType ==
    2089 {{{
    2090 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalType
    2091 }}}
    2092 * 型:EnumerationParam
    2093 * 多重度:1
    2094 
    2095 == DcmDspStartRoutineOut ==
    2096 {{{
    2097 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut
    2098 }}}
    2099 * 型:Container
    2100 * 多重度:0..1
    2101 
    2102 == DcmDspStartRoutineOutSignal ==
    2103 {{{
    2104 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal
    2105 }}}
    2106 * 型:Container
    2107 * 多重度:1..*
    2108 
    2109 == DcmDspRoutineSignalLength ==
    2110 {{{
    2111 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalLength
    2112 }}}
    2113 * 型:IntegerParam
    2114 * 多重度:1
    2115 
    2116 == DcmDspRoutineSignalPos ==
    2117 {{{
    2118 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalPos
    2119 }}}
    2120 * 型:IntegerParam
    2121 * 多重度:1
    2122 
    2123 == DcmDspRoutineSignalType ==
    2124 {{{
    2125 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutineInfo/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalType
    2126 }}}
    2127 * 型:EnumerationParam
    2128 * 多重度:1
    2129 
    2130 == DcmDspSecurity ==
    2131 {{{
    2132 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity
    2133 }}}
    2134 * 型:Container
    2135 * 多重度:1
    2136 
    2137 == DcmDspSecurityRow ==
    2138 {{{
    2139 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow
    2140 }}}
    2141 * 型:Container
    2142 * 多重度:0..31
    2143 
    2144 == DcmDspSecurityADRSize ==
    2145 {{{
    2146 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityADRSize
    2147 }}}
    2148 * 型:IntegerParam
    2149 * 多重度:0..1
    2150 
    2151 == DcmDspSecurityDelayTime ==
    2152 {{{
    2153 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTime
    2154 }}}
    2155 * 型:FloatParam
    2156 * 多重度:1
    2157 
    2158 == DcmDspSecurityDelayTimeOnBoot ==
    2159 {{{
    2160 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTimeOnBoot
    2161 }}}
    2162 * 型:FloatParam
    2163 * 多重度:1
    2164 
    2165 == DcmDspSecurityKeySize ==
    2166 {{{
    2167 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityKeySize
    2168 }}}
    2169 * 型:IntegerParam
    2170 * 多重度:1
    2171 
    2172 == DcmDspSecurityLevel ==
    2173 {{{
    2174 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityLevel
    2175 }}}
    2176 * 型:IntegerParam
    2177 * 多重度:1
    2178 
    2179 == DcmDspSecurityNumAttDelay ==
    2180 {{{
    2181 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityNumAttDelay
    2182 }}}
    2183 * 型:IntegerParam
    2184 * 多重度:1
    2185 
    2186 == DcmDspSecuritySeedSize ==
    2187 {{{
    2188 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecuritySeedSize
    2189 }}}
    2190 * 型:IntegerParam
    2191 * 多重度:1
    2192 
    2193 == DcmDspSession ==
    2194 {{{
    2195 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession
    2196 }}}
    2197 * 型:Container
    2198 * 多重度:1..*
    2199 
    2200 == DcmDspSessionRow ==
    2201 {{{
    2202 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow
    2203 }}}
    2204 * 型:Container
    2205 * 多重度:0..31
    2206 
    2207 == DcmDspSessionForBoot ==
    2208 {{{
    2209 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionForBoot
    2210 }}}
    2211 * 型:EnumerationParam
    2212 * 多重度:1
    2213 
    2214 == DcmDspSessionLevel ==
    2215 {{{
    2216 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionLevel
    2217 }}}
    2218 * 型:IntegerParam
    2219 * 多重度:1
    2220 
    2221 == DcmDspSessionP2ServerMax ==
    2222 {{{
    2223 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2ServerMax
    2224 }}}
    2225 * 型:FloatParam
    2226 * 多重度:1
    2227 
    2228 == DcmDspSessionP2StarServerMax ==
    2229 {{{
    2230 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2StarServerMax
    2231 }}}
    2232 * 型:FloatParam
    2233 * 多重度:1
    2234 
    2235 == DcmDspTestResultByObdmid ==
    2236 {{{
    2237 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid
    2238 }}}
    2239 * 型:Container
    2240 * 多重度:0..1
    2241 
    2242 == DcmDspTestResultObdmidTid ==
    2243 {{{
    2244 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid
    2245 }}}
    2246 * 型:Container
    2247 * 多重度:1..*
    2248 
    2249 == DcmDspTestResultObdmid ==
    2250 {{{
    2251 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmid
    2252 }}}
    2253 * 型:IntegerParam
    2254 * 多重度:1
    2255 
    2256 == DcmDspTestResultObdmidTids ==
    2257 {{{
    2258 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmidTids
    2259 }}}
    2260 * 型:Container
    2261 * 多重度:1..*
    2262 
    2263 == DcmDspTestResultObdmidTidUaSid ==
    2264 {{{
    2265 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmidTids/DcmDspTestResultObdmidTidUaSid
    2266 }}}
    2267 * 型:IntegerParam
    2268 * 多重度:1
    2269 
    2270 == DcmDspTestResultObdmidTidRef ==
    2271 {{{
    2272 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultObdmidTid/DcmDspTestResultObdmidTids/DcmDspTestResultObdmidTidRef
    2273 }}}
    2274 * 型:Reference
    2275 * 多重度:1..*
    2276 
    2277 == DcmDspTestResultTid ==
    2278 {{{
    2279 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultTid
    2280 }}}
    2281 * 型:Container
    2282 * 多重度:1..*
    2283 
    2284 == DcmDspTestResultTestId ==
    2285 {{{
    2286 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspTestResultByObdmid/DcmDspTestResultTid/DcmDspTestResultTestId
    2287 }}}
    2288 * 型:IntegerParam
    2289 * 多重度:1
    2290 
    2291 == DcmDspVehInfo ==
    2292 {{{
    2293 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo
    2294 }}}
    2295 * 型:Container
    2296 * 多重度:0..*
    2297 
    2298 == DcmDspVehInfoInfoType ==
    2299 {{{
    2300 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoInfoType
    2301 }}}
    2302 * 型:IntegerParam
    2303 * 多重度:1
    2304 
    2305 == DcmDspVehInfoData ==
    2306 {{{
    2307 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData
    2308 }}}
    2309 * 型:Container
    2310 * 多重度:1..*
    2311 
    2312 == DcmDspVehInfoDataOrder ==
    2313 {{{
    2314 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataOrder
    2315 }}}
    2316 * 型:IntegerParam
    2317 * 多重度:1
    2318 
    2319 == DcmDspVehInfoDataReadFnc ==
    2320 {{{
    2321 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataReadFnc
    2322 }}}
    2323 * 型:FunctionName
    2324 * 多重度:0..1
    2325 
    2326 == DcmDspVehInfoDataSize ==
    2327 {{{
    2328 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataSize
    2329 }}}
    2330 * 型:IntegerParam
    2331 * 多重度:1
    2332 
    2333 == DcmDspVehInfoDataUsePort ==
    2334 {{{
    2335 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataUsePort
    2336 }}}
    2337 * 型:BooleanParam
    2338 * 多重度:1
    2339 
    2340 == DcmGeneral ==
    2341 {{{
    2342 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral
    2343 }}}
    2344 * 型:Container
    2345 * 多重度:1
    2346 
    2347 == DcmDevErrorDetect ==
    2348 {{{
    2349 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmDevErrorDetect
    2350 }}}
    2351 * 型:BooleanParam
    2352 * 多重度:1
    2353 
    2354 == DcmRequestManufacturerNotificationEnabled ==
    2355 {{{
    2356 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmRequestManufacturerNotificationEnabled
    2357 }}}
    2358 * 型:BooleanParam
    2359 * 多重度:1
    2360 
    2361 == DcmRequestSupplierNotificationEnabled ==
    2362 {{{
    2363 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmRequestSupplierNotificationEnabled
    2364 }}}
    2365 * 型:BooleanParam
    2366 * 多重度:1
    2367 
    2368 == DcmRespondAllRequest ==
    2369 {{{
    2370 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmRespondAllRequest
    2371 }}}
    2372 * 型:BooleanParam
    2373 * 多重度:1
    2374 
    2375 == DcmTaskTime ==
    2376 {{{
    2377 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmTaskTime
    2378 }}}
    2379 * 型:FloatParam
    2380 * 多重度:1
    2381 
    2382 == DcmVersionInfoApi ==
    2383 {{{
    2384 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmGeneral/DcmVersionInfoApi
    2385 }}}
    2386 * 型:BooleanParam
    2387 * 多重度:1
    2388 
    2389 == DcmPageBufferCfg ==
    2390 {{{
    2391 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg
    2392 }}}
    2393 * 型:Container
    2394 * 多重度:1
    2395 
    2396 == DcmPagedBufferEnabled ==
    2397 {{{
    2398 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferEnabled
    2399 }}}
    2400 * 型:BooleanParam
    2401 * 多重度:1
    2402 
    2403 == DcmPagedBufferTimeout ==
    2404 {{{
    2405 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferTimeout
    2406 }}}
    2407 * 型:FloatParam
    2408 * 多重度:0..1
    2409 
    2410 == DcmProcessingConditions ==
    2411 {{{
    2412 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions
    2413 }}}
    2414 * 型:Container
    2415 * 多重度:0..1
    2416 
    2417 == DcmModeCondition ==
    2418 {{{
    2419 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition
    2420 }}}
    2421 * 型:Container
    2422 * 多重度:1..*
    2423 
    2424 == DcmConditionType ==
    2425 {{{
    2426 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmConditionType
    2427 }}}
    2428 * 型:EnumerationParam
    2429 * 多重度:1
    2430 
    2431 == DcmBswModeRef ==
    2432 {{{
    2433 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmBswModeRef
    2434 }}}
    2435 * 型:Reference
    2436 * 多重度:0..1
    2437 
    2438 == DcmSwcModeRef ==
    2439 {{{
    2440 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcModeRef
    2441 }}}
    2442 * 型:Reference
    2443 * 多重度:0..1
    2444 
    2445 == DcmModeRule ==
    2446 {{{
    2447 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule
    2448 }}}
    2449 * 型:Container
    2450 * 多重度:1..*
    2451 
    2452 == DcmLogicalOperator ==
    2453 {{{
    2454 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmLogicalOperator
    2455 }}}
    2456 * 型:EnumerationParam
    2457 * 多重度:0..1
    2458 
    2459 == DcmModeRuleNrcValue ==
    2460 {{{
    2461 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmModeRuleNrcValue
    2462 }}}
    2463 * 型:IntegerParam
    2464 * 多重度:0..1
    2465 
    2466 == DcmArgumentRef ==
    2467 {{{
    2468 /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmArgumentRef
    2469 }}}
    2470 * 型:Reference
    2471 * 多重度:1..*
     4336== DcmVinRef ==
     4337{{{
     4338/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmVinRef
     4339}}}
     4340* 型:Reference
     4341* 多重度:0..1
     4342* 参照先:{{{/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid}}}