wiki:spec/Dcm

Version 8 (modified by fujisft-shigihara, 4 years ago) ( diff )

--

Diagnostic Communication Manager


概要

API ID
[Dec]
ID
[Hex]
R4.2.2
Dcm_Init 1 0x01
Dcm_GetVersionInfo 36 0x24
Dcm_DemTriggerOnDTCStatus 43 0x2B
Dcm_GetVin 7 0x07
Dcm_GetSecurityLevel 13 0x0D
Dcm_GetSesCtrlType 6 0x06
Dcm_GetActiveProtocol 15 0x0F
Dcm_ResetToDefaultSession 42 0x2A
Dcm_TriggerOnEvent 45 0x2D
Dcm_SetActiveDiagnostic 86 0x56
Dcm_StartOfReception 70 0x46
Dcm_CopyRxData 68 0x44
Dcm_TpRxIndication 69 0x45
Dcm_CopyTxData 67 0x43
Dcm_TpTxConfirmation 72 0x48
Dcm_TxConfirmation 64 0x40
Dcm_ComM_NoComModeEntered 33 0x21
Dcm_ComM_SilentComModeEntered 34 0x22
Dcm_ComM_FullComModeEntered 35 0x23
Dcm_ReadMemory 38 0x26
Dcm_WriteMemory 39 0x27
Dcm_SetProgConditions 50 0x32
Dcm_GetProgConditions 49 0x31
Dcm_ProcessRequestTransferExit 48 0x30
Dcm_ProcessRequestUpload 87 0x57
Dcm_ProcessRequestDownload 37 0x25
Dcm_ProcessRequestFileTransfer 68 0x44
Dcm_MainFunction 69 0x45
Xxx_GetSeed 89 0x59
Xxx_CompareKey 90 0x5A
Xxx_GetSecurityAttemptCounter 52 0x34
Xxx_SetSecurityAttemptCounter 59 0x3B
Xxx_ReadData 82 0x52
Xxx_WriteData 76 0x4C
Xxx_ReadDataLength 55 0x37
Xxx_ConditionCheckRead 56 0x38
Xxx_GetScalingInformation 77 0x4D
Xxx_ReturnControlToECU 60 0x3C
Xxx_ResetToDefault 58 0x3A
Xxx_FreezeCurrentState 85 0x55
Xxx_ShortTermAdjustment 64 0x40
Xxx_IsDidAvailable 65 0x41
Xxx_ReadDidData 94 0x5E
Xxx_WriteDidData 91 0x5B
Xxx_ReadDidRangeDataLength 92 0x5C
Xxx_Start 93 0x5D
Xxx_Stop 95 0x5F
Xxx_RequestResults 50 0x32
Xxx_ClearDTCCheckFnc 51 0x33
  • エラーコード一覧
エラーコード Dec Hex R4.2.2
DCM_E_INTERFACE_TIMEOUT 1 0x01
DCM_E_INTERFACE_RETURN_VALUE 2 0x02
DCM_E_INTERFACE_BUFFER_OVERFLOW 3 0x03
DCM_E_UNINIT 5 0x05
DCM_E_PARAM 6 0x06
DCM_E_PARAM_POINTER 7 0x07
DCM_E_INIT_FAILED 8 0x08
DCM_E_SET_PROG_CONDITIONS_FAIL 9 0x09

API仕様

Dcm_Init

void Dcm_Init(const Dcm_ConfigType* ConfigPtr)

Dcm_GetVersionInfo

void Dcm_GetVersionInfo(Std_VersionInfoType* versionInfo)

Dcm_DemTriggerOnDTCStatus

Std_ReturnType Dcm_DemTriggerOnDTCStatus(uint32 DTC, Dem_UdsStatusByteType DTCStatusOld, Dem_UdsStatusByteType DTCStatusNew)

Dcm_GetVin

Std_ReturnType Dcm_GetVin(uint8* Data)

Dcm_GetSecurityLevel

Std_ReturnType Dcm_GetSecurityLevel(Dcm_SecLevelType* SecLevel)

Dcm_GetSesCtrlType

Std_ReturnType Dcm_GetSesCtrlType(Dcm_SesCtrlType* SesCtrlType)

Dcm_GetActiveProtocol

Std_ReturnType Dcm_GetActiveProtocol(Dcm_ProtocolType* ActiveProtocol)

Dcm_ResetToDefaultSession

Std_ReturnType Dcm_ResetToDefaultSession(void)

Dcm_TriggerOnEvent

Std_ReturnType Dcm_TriggerOnEvent(uint8 RoeEventId)

Dcm_SetActiveDiagnostic

Std_ReturnType Dcm_SetActiveDiagnostic(boolean active)

Dcm_StartOfReception

BufReq_ReturnType Dcm_StartOfReception(PduIdType id, const PduInfoType* info, PduLengthType TpSduLength, PduLengthType* bufferSizePtr)

Dcm_CopyRxData

BufReq_ReturnType Dcm_CopyRxData(PduIdType id, const PduInfoType* info, PduLengthType* bufferSizePtr)

Dcm_TpRxIndication

void Dcm_TpRxIndication(PduIdType id, Std_ReturnType result)

Dcm_CopyTxData

BufReq_ReturnType Dcm_CopyTxData(PduIdType id, const PduInfoType* info, RetryInfoType* retry, PduLengthType* availableDataPtr)

Dcm_TpTxConfirmation

void Dcm_TpTxConfirmation(PduIdType id, Std_ReturnType result)

Dcm_TxConfirmation

void Dcm_TxConfirmation(PduIdType TxPduId)

Dcm_ComM_NoComModeEntered

void Dcm_ComM_NoComModeEntered(uint8 NetworkId)

Dcm_ComM_SilentComModeEntered

void Dcm_ComM_SilentComModeEntered(uint8 NetworkId)

Dcm_ComM_FullComModeEntered

void Dcm_ComM_FullComModeEntered(uint8 NetworkId)

Dcm_ReadMemory

Dcm_ReturnReadMemoryType Dcm_ReadMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData, Dcm_NegativeResponseCodeType* ErrorCode)

Dcm_WriteMemory

Dcm_ReturnWriteMemoryType Dcm_WriteMemory(Dcm_OpStatusType OpStatus, uint8 MemoryIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint8* MemoryData, Dcm_NegativeResponseCodeType* ErrorCode)

Dcm_SetProgConditions

Std_ReturnType Dcm_SetProgConditions(Dcm_OpStatusType OpStatus, Dcm_ProgConditionsType * ProgConditions)

Dcm_GetProgConditions

Dcm_EcuStartModeType Dcm_GetProgConditions(Dcm_ProgConditionsType * ProgConditions)

Dcm_ProcessRequestTransferExit

Std_ReturnType Dcm_ProcessRequestTransferExit(Dcm_OpStatusType OpStatus, uint8* transferRequestParameterRecord, uint32 transferRequestParameterRecordSize, uint8* transferResponseParameterRecord, uint32* transferResponseParameterRecordSize, Dcm_NegativeResponseCodeType* ErrorCode)

Dcm_ProcessRequestUpload

Std_ReturnType Dcm_ProcessRequestUpload(Dcm_OpStatusType OpStatus, uint8 DataFormatIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint32* BlockLength, Dcm_NegativeResponseCodeType* ErrorCode)

Dcm_ProcessRequestDownload

Std_ReturnType Dcm_ProcessRequestDownload(Dcm_OpStatusType OpStatus, uint8 DataFormatIdentifier, uint32 MemoryAddress, uint32 MemorySize, uint32* BlockLength, Dcm_NegativeResponseCodeType* ErrorCode)

Dcm_ProcessRequestFileTransfer

Std_ReturnType Dcm_ProcessRequestFileTransfer(Dcm_OpStatusType OpStatus, uint8 modeofOperation, uint16 fileSizeParameterLength, uint8* filePathAndName, uint8 dataFormatIdentifier, uint8* fileSizeUncompressedOrDirInfoLength, uint8* fileSizeCompressed, uint32* BlockLength, Dcm_NegativeResponseCodeType* ErrorCode)

Dcm_MainFunction

void Dcm_MainFunction(void)

Xxx_GetSeed

Std_ReturnType Xxx_GetSeed(Dcm_OpStatusType OpStatus, uint8* Seed, Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_CompareKey

Std_ReturnType Xxx_CompareKey(const uint8* Key, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_GetSecurityAttemptCounter

Std_ReturnType Xxx_GetSecurityAttemptCounter(Dcm_OpStatusType OpStatus, uint8* AttemptCounter)

Xxx_SetSecurityAttemptCounter

Std_ReturnType Xxx_SetSecurityAttemptCounter(Dcm_OpStatusType OpStatus, uint8 AttemptCounter)

Xxx_ReadData

Std_ReturnType Xxx_ReadData(Dcm_OpStatusType OpStatus, uint8* Data, Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_WriteData

Std_ReturnType Xxx_WriteData(uint8* Data, uint16 DataLength, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_ReadDataLength

Std_ReturnType Xxx_ReadDataLength(Dcm_OpStatusType OpStatus, uint16* DataLength)

Xxx_ConditionCheckRead

Std_ReturnType Xxx_ConditionCheckRead(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_GetScalingInformation

Std_ReturnType Xxx_GetScalingInformation(Dcm_OpStatusType OpStatus, uint8* ScalingInfo, Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_ReturnControlToECU

Std_ReturnType Xxx_ReturnControlToECU([Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_ResetToDefault

Std_ReturnType Xxx_ResetToDefault(Dcm_OpStatusType OpStatus, [Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_FreezeCurrentState

Std_ReturnType Xxx_FreezeCurrentState(Dcm_OpStatusType OpStatus, [Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_ShortTermAdjustment

Std_ReturnType Xxx_ShortTermAdjustment(uint8* ControlStateInfo, uint16 DataLength, Dcm_OpStatusType OpStatus, [Dcm_ControlMask_{Data} controlMask,] Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_IsDidAvailable

Std_ReturnType Xxx_IsDidAvailable(uint16 DID, Dcm_OpStatusType OpStatus, Dcm_DidSupportedType* supported)

Xxx_ReadDidData

Std_ReturnType Xxx_ReadDidData(uint16 DID, uint8* Data, Dcm_OpStatusType OpStatus, uint16 DataLength, Dcm_NegativeResponseCodeType ErrorCode)

Xxx_WriteDidData

Std_ReturnType Xxx_WriteDidData(uint16 DID, uint8* Data, Dcm_OpStatusType OpStatus, uint16 DataLength, Dcm_NegativeResponseCodeType ErrorCode)

Xxx_ReadDidRangeDataLength

Std_ReturnType Xxx_ReadDidRangeDataLength(uint16 DID, Dcm_OpStatusType OpStatus, uint16* DataLength)

Xxx_Start

Std_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)

Xxx_Stop

Std_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)

Xxx_RequestResults

Std_ReturnType Xxx_RequestResults(Dcm_OpStatusType OpStatus, [DcmDspRoutineSignalType* dataOut_1,] ... [DcmDspRoutineSignalType* dataOut_n,] [uint8* dataOutVar,] [uint16* currentLengthDataOutVar,] Dcm_NegativeResponseCodeType* ErrorCode)

Xxx_ClearDTCCheckFnc

Std_ReturnType Xxx_ClearDTCCheckFnc(uint32 GoDTC, Dcm_NegativeResponseCodeType* ErrorCode)

コンフィギュレーション仕様

DcmConfigSet

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet
  • 型:Container
  • 多重度:1

DcmDsd

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd
  • 型:Container
  • 多重度:1

DcmDsdRequestManufacturerNotificationEnabled

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdRequestManufacturerNotificationEnabled
  • 型:BooleanParam
  • 多重度:1

DcmDsdRequestSupplierNotificationEnabled

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdRequestSupplierNotificationEnabled
  • 型:BooleanParam
  • 多重度:1

DcmDsdServiceRequestManufacturerNotification

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceRequestManufacturerNotification
  • 型:Container
  • 多重度:0..*

DcmDsdServiceRequestSupplierNotification

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceRequestSupplierNotification
  • 型:Container
  • 多重度:0..*

DcmDsdServiceTable

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable
  • 型:Container
  • 多重度:1..256

DcmDsdSidTabId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdSidTabId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDsdService

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService
  • 型:Container
  • 多重度:1..*

DcmDsdServiceUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdServiceUsed
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmDsdSidTabFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDsdSidTabServiceId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabServiceId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDsdSidTabSubfuncAvail

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabSubfuncAvail
  • 型:BooleanParam
  • 多重度:1

DcmDsdSidTabModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDsdSidTabSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDsdSidTabSessionLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSidTabSessionLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow

DcmDsdSubService

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService
  • 型:Container
  • 多重度:0..*

DcmDsdSubServiceFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDsdSubServiceId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDsdSubServiceUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceUsed
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmDsdSubServiceModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDsdSubServiceSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDsdSubServiceSessionLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable/DcmDsdService/DcmDsdSubService/DcmDsdSubServiceSessionLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow

DcmDsl

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl
  • 型:Container
  • 多重度:1

DcmDslBuffer

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer
  • 型:Container
  • 多重度:1..256

DcmDslBufferSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer/DcmDslBufferSize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967294
  • 下限値:8

DcmDslCallbackDCMRequestService

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslCallbackDCMRequestService
  • 型:Container
  • 多重度:0..*

DcmDslDiagResp

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp
  • 型:Container
  • 多重度:1

DcmDslDiagRespMaxNumRespPend

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespMaxNumRespPend
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDslDiagRespOnSecondDeclinedRequest

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslDiagResp/DcmDslDiagRespOnSecondDeclinedRequest
  • 型:BooleanParam
  • 多重度:1

DcmDslProtocol

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol
  • 型:Container
  • 多重度:1

DcmDslProtocolRow

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow
  • 型:Container
  • 多重度:1..*

DcmDslProtocolID

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolID
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_OBD_ON_CAN
    • DCM_OBD_ON_FLEXRAY
    • DCM_OBD_ON_IP
    • DCM_PERIODICTRANS_ON_CAN
    • DCM_PERIODICTRANS_ON_FLEXRAY
    • DCM_PERIODICTRANS_ON_IP
    • DCM_ROE_ON_CAN
    • DCM_ROE_ON_FLEXRAY
    • DCM_ROE_ON_IP
    • DCM_SUPPLIER_1
    • DCM_SUPPLIER_10
    • DCM_SUPPLIER_11
    • DCM_SUPPLIER_12
    • DCM_SUPPLIER_13
    • DCM_SUPPLIER_14
    • DCM_SUPPLIER_15
    • DCM_SUPPLIER_2
    • DCM_SUPPLIER_3
    • DCM_SUPPLIER_4
    • DCM_SUPPLIER_5
    • DCM_SUPPLIER_6
    • DCM_SUPPLIER_7
    • DCM_SUPPLIER_8
    • DCM_SUPPLIER_9
    • DCM_UDS_ON_CAN
    • DCM_UDS_ON_FLEXRAY
    • DCM_UDS_ON_IP

DcmDslProtocolMaximumResponseSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolMaximumResponseSize
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:1
  • デフォルト値:4095

DcmDslProtocolPreemptTimeout

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPreemptTimeout
  • 型:FloatParam
  • 多重度:1
  • 上限値:1
  • 下限値:0

DcmDslProtocolPriority

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolPriority
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDslProtocolRowUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolRowUsed
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmDslProtocolTransType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTransType
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • TYPE1
    • TYPE2

DcmSendRespPendOnTransToBoot

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmSendRespPendOnTransToBoot
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmTimStrP2ServerAdjust

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2ServerAdjust
  • 型:FloatParam
  • 多重度:1
  • 上限値:1
  • 下限値:0

DcmTimStrP2StarServerAdjust

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmTimStrP2StarServerAdjust
  • 型:FloatParam
  • 多重度:1
  • 上限値:5
  • 下限値:0

DcmDslProtocolRxBufferRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolRxBufferRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer

DcmDslProtocolSIDTable

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolSIDTable
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsd/DcmDsdServiceTable

DcmDslProtocolTxBufferRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslProtocolTxBufferRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslBuffer

DcmDslConnection

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection
  • 型:Container
  • 多重度:1..*

DcmDslMainConnection

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection
  • 型:Container
  • 多重度:0..1

DcmDslProtocolRxTesterSourceAddr

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRxTesterSourceAddr
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDslPeriodicTransmissionConRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslPeriodicTransmissionConRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission

DcmDslROEConnectionRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslROEConnectionRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent

DcmDslProtocolComMChannelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolComMChannelRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel

DcmDslProtocolRx

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx
  • 型:Container
  • 多重度:1..*

DcmDslProtocolRxAddrType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxAddrType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_FUNCTIONAL_TYPE
    • DCM_PHYSICAL_TYPE

DcmDslProtocolRxPduId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDslProtocolRxPduRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolRx/DcmDslProtocolRxPduRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu

DcmDslProtocolTx

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx
  • 型:Container
  • 多重度:0..1

DcmDslTxConfirmationPduId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslTxConfirmationPduId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDslProtocolTxPduRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslMainConnection/DcmDslProtocolTx/DcmDslProtocolTxPduRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu

DcmDslPeriodicTransmission

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission
  • 型:Container
  • 多重度:0..1

DcmDslPeriodicConnection

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection
  • 型:Container
  • 多重度:0..*

DcmDslPeriodicTxConfirmationPduId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxConfirmationPduId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDslPeriodicTxPduRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslPeriodicTransmission/DcmDslPeriodicConnection/DcmDslPeriodicTxPduRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu

DcmDslResponseOnEvent

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent
  • 型:Container
  • 多重度:0..1

DcmDslRoeTxConfirmationPduId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxConfirmationPduId
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDslRoeTxPduRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsl/DcmDslProtocol/DcmDslProtocolRow/DcmDslConnection/DcmDslResponseOnEvent/DcmDslRoeTxPduRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/EcuC/EcucConfigSet/EcucPduCollection/Pdu

DcmDsp

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp
  • 型:Container
  • 多重度:0..1

DcmDspDDDIDcheckPerSourceDID

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDDDIDcheckPerSourceDID
  • 型:BooleanParam
  • 多重度:0..1

DcmDspDataDefaultEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataDefaultEndianness
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspEnableObdMirror

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspEnableObdMirror
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:false

DcmDspMaxDidToRead

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMaxDidToRead
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:1

DcmDspMaxPeriodicDidToRead

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMaxPeriodicDidToRead
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:1

DcmDspPowerDownTime

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPowerDownTime
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:255
  • 下限値:0

DcmResponseToEcuReset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmResponseToEcuReset
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • AFTER_RESET
    • BEFORE_RESET

DcmDspClearDTC

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspClearDTC
  • 型:Container
  • 多重度:0..1

DcmDspClearDTCCheckFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspClearDTC/DcmDspClearDTCCheckFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspClearDTCModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspClearDTC/DcmDspClearDTCModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspComControl

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl
  • 型:Container
  • 多重度:0..1

DcmDspComControlAllChannel

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel
  • 型:Container
  • 多重度:0..*

DcmDspComControlAllChannelUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel/DcmDspComControlAllChannelUsed
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmDspAllComMChannelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlAllChannel/DcmDspAllComMChannelRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel

DcmDspComControlSetting

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting
  • 型:Container
  • 多重度:0..1

DcmDspComControlCommunicationReEnableModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSetting/DcmDspComControlCommunicationReEnableModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspComControlSpecificChannel

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel
  • 型:Container
  • 多重度:0..*

DcmDspComControlSpecificChannelUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspComControlSpecificChannelUsed
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmDspSubnetNumber

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSubnetNumber
  • 型:IntegerParam
  • 多重度:1
  • 上限値:14
  • 下限値:1

DcmDspSpecificComMChannelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSpecificChannel/DcmDspSpecificComMChannelRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel

DcmDspComControlSubNode

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode
  • 型:Container
  • 多重度:0..65535

DcmDspComControlSubNodeId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode/DcmDspComControlSubNodeId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:1

DcmDspComControlSubNodeUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode/DcmDspComControlSubNodeUsed
  • 型:BooleanParam
  • 多重度:1
  • デフォルト値:true

DcmDspComControlSubNodeComMChannelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspComControl/DcmDspComControlSubNode/DcmDspComControlSubNodeComMChannelRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/ComM/ComMConfigSet/ComMChannel

DcmDspCommonAuthorization

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization
  • 型:Container
  • 多重度:0..*

DcmDspCommonAuthorizationModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization/DcmDspCommonAuthorizationModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspCommonAuthorizationSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization/DcmDspCommonAuthorizationSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDspCommonAuthorizationSessionRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization/DcmDspCommonAuthorizationSessionRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow

DcmDspControlDTCSetting

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting
  • 型:Container
  • 多重度:0..1

DcmSupportDTCSettingControlOptionRecord

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting/DcmSupportDTCSettingControlOptionRecord
  • 型:BooleanParam
  • 多重度:0..1
  • デフォルト値:false

DcmDspControlDTCSettingReEnableModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspControlDTCSetting/DcmDspControlDTCSettingReEnableModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData
  • 型:Container
  • 多重度:0..*

DcmDspDataConditionCheckReadFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataConditionCheckReadFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataConditionCheckReadFncUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataConditionCheckReadFncUsed
  • 型:BooleanParam
  • 多重度:0..1

DcmDspDataEcuSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataEcuSignal
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspDataFreezeCurrentStateFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataFreezeCurrentStateFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataGetScalingInfoFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataGetScalingInfoFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataReadDataLengthFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadDataLengthFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataReadEcuSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadEcuSignal
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataReadFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReadFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataResetToDefaultFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataResetToDefaultFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataReturnControlToEcuFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataReturnControlToEcuFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataShortTermAdjustmentFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataShortTermAdjustmentFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDataSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataSize
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT16_N
    • SINT32
    • SINT32_N
    • SINT8
    • SINT8_N
    • UINT16
    • UINT16_N
    • UINT32
    • UINT32_N
    • UINT8
    • UINT8_DYN
    • UINT8_N

DcmDspDataUsePort

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataUsePort
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • USE_BLOCK_ID
    • USE_DATA_ASYNCH_CLIENT_SERVER
    • USE_DATA_ASYNCH_CLIENT_SERVER_ERROR
    • USE_DATA_ASYNCH_FNC
    • USE_DATA_ASYNCH_FNC_ERROR
    • USE_DATA_SENDER_RECEIVER
    • USE_DATA_SENDER_RECEIVER_AS_SERVICE
    • USE_DATA_SYNCH_CLIENT_SERVER
    • USE_DATA_SYNCH_FNC
    • USE_ECU_SIGNAL

DcmDspDataWriteFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataWriteFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspOdxDataDescription

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspOdxDataDescription
  • 型:AddInfoParam
  • 多重度:0..1

DcmDspDataInfoRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataInfoRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo

DcmDspDataBlockIdRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDataBlockIdRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/NvM/NvMBlockDescriptor

DcmDspDiagnosisScaling

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling
  • 型:Container
  • 多重度:0..1

DcmDspAlternativeDataInterface

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataInterface
  • 型:Container
  • 多重度:0..1

DcmDataElement

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataInterface/DcmDataElement
  • 型:Reference
  • 多重度:1

DcmPortInterfaceMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataInterface/DcmPortInterfaceMapping
  • 型:Reference
  • 多重度:0..1

DcmDspAlternativeDataProps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps
  • 型:Container
  • 多重度:0..1

DcmDspDataTypeCategory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • LINEAR
    • SCALE_LINEAR_AND_TEXTTABLE
    • TEXTTABLE

DcmDspLinearScale

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
  • 型:Container
  • 多重度:0..1

DcmDspDiagnosisRepresentationDataLowerRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
  • 型:FloatParam
  • 多重度:1

DcmDspDiagnosisRepresentationDataOffset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0
  • デフォルト値:0

DcmDspDiagnosisRepresentationDataResolution

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0

DcmDspDiagnosisRepresentationDataUpperRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
  • 型:FloatParam
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspAlternativeDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType
  • 型:Container
  • 多重度:0..1

DcmApplicationDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmApplicationDataType
  • 型:Reference
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspDiagnosisScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspExternalSRDataElementClass

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass
  • 型:Container
  • 多重度:0..1

DcmDataElementInstance

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmDataElementInstance
  • 型:Container
  • 多重度:0..1

DcmDataElementInstanceRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmDataElementInstance/DcmDataElementInstanceRef
  • 型:Reference
  • 多重度:1

DcmSubElementInDataElementInstance

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInDataElementInstance
  • 型:Container
  • 多重度:0..1

DcmSubElementInDataElementInstanceRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInDataElementInstance/DcmSubElementInDataElementInstanceRef
  • 型:Reference
  • 多重度:1

DcmSubElementInImplDataElementInstance

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInImplDataElementInstance
  • 型:Container
  • 多重度:0..1

DcmSubElementInImplDataElementInstanceRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass/DcmSubElementInImplDataElementInstance/DcmSubElementInImplDataElementInstanceRef
  • 型:Reference
  • 多重度:1

DcmDspDataInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo
  • 型:Container
  • 多重度:0..*

DcmDspDataScalingInfoSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDataInfo/DcmDspDataScalingInfoSize
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:4294967295
  • 下限値:0

DcmDspDid

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid
  • 型:Container
  • 多重度:0..*

DcmDspDidIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidIdentifier
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspDidUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidUsed
  • 型:BooleanParam
  • 多重度:1

DcmDspDidInfoRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidInfoRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo

DcmDspDidInfotypeRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidInfotypeRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo

DcmDspDidPidRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidPidRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid

DcmDspDidRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid

DcmDspDidSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal
  • 型:Container
  • 多重度:0..*

DcmDspDidDataPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspDidDataRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid/DcmDspDidSignal/DcmDspDidDataRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData

DcmDspDidInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo
  • 型:Container
  • 多重度:0..*

DcmDspDDDIDMaxElements

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDDDIDMaxElements
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:255
  • 下限値:1

DcmDspDidDynamicallyDefined

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidDynamicallyDefined
  • 型:BooleanParam
  • 多重度:1

DcmDspDidControl

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl
  • 型:Container
  • 多重度:0..1

DcmDspDidControlMask

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlMask
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_CONTROLMASK_EXTERNAL
    • DCM_CONTROLMASK_INTERNAL
    • DCM_CONTROLMASK_NO
  • デフォルト値:DCM_CONTROLMASK_INTERNAL

DcmDspDidControlMaskSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlMaskSize
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:4
  • 下限値:0

DcmDspDidFreezeCurrentState

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidFreezeCurrentState
  • 型:BooleanParam
  • 多重度:1

DcmDspDidResetToDefault

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidResetToDefault
  • 型:BooleanParam
  • 多重度:1

DcmDspDidShortTermAdjustment

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidShortTermAdjustment
  • 型:BooleanParam
  • 多重度:1

DcmDspDidControlModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspDidControlSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDspDidControlSessionRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlSessionRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow

DcmDspDidControlEnableMask

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlEnableMask
  • 型:Container
  • 多重度:0..32

DcmDspDidControlMaskBitPosition

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidControl/DcmDspDidControlEnableMask/DcmDspDidControlMaskBitPosition
  • 型:IntegerParam
  • 多重度:1
  • 上限値:31
  • 下限値:0

DcmDspDidRead

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead
  • 型:Container
  • 多重度:0..1

DcmDspDidReadModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead/DcmDspDidReadModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspDidReadSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead/DcmDspDidReadSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDspDidReadSessionRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidRead/DcmDspDidReadSessionRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow

DcmDspDidWrite

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite
  • 型:Container
  • 多重度:0..1

DcmDspDidWriteModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite/DcmDspDidWriteModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspDidWriteSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite/DcmDspDidWriteSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDspDidWriteSessionRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo/DcmDspDidWrite/DcmDspDidWriteSessionRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow

DcmDspDidRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange
  • 型:Container
  • 多重度:0..*

DcmDspDidRangeHasGaps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeHasGaps
  • 型:BooleanParam
  • 多重度:1

DcmDspDidRangeIdentifierLowerLimit

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierLowerLimit
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspDidRangeIdentifierUpperLimit

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIdentifierUpperLimit
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspDidRangeIsDidAvailableFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeIsDidAvailableFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDidRangeMaxDataLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeMaxDataLength
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspDidRangeReadDataLengthFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeReadDataLengthFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDidRangeReadDidFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeReadDidFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDidRangeUsePort

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeUsePort
  • 型:BooleanParam
  • 多重度:1

DcmDspDidRangeWriteDidFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeWriteDidFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspDidRangeInfoRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidRange/DcmDspDidRangeInfoRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDidInfo

DcmDspMemory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory
  • 型:Container
  • 多重度:0..1

DcmDspAddressAndLengthFormatIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspAddressAndLengthFormatIdentifier
  • 型:Container
  • 多重度:0..1

DcmDspSupportedAddressAndLengthFormatIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspAddressAndLengthFormatIdentifier/DcmDspSupportedAddressAndLengthFormatIdentifier
  • 型:IntegerParam
  • 多重度:1..*
  • 上限値:255
  • 下限値:0

DcmDspMemoryIdInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo
  • 型:Container
  • 多重度:1..*

DcmDspMemoryIdValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspMemoryIdValue
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:255
  • 下限値:0

DcmDspReadMemoryRangeInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo
  • 型:Container
  • 多重度:0..*

DcmDspReadMemoryRangeHigh

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeHigh
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967294
  • 下限値:0

DcmDspReadMemoryRangeLow

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeLow
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967294
  • 下限値:0

DcmDspReadMemoryRangeModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspReadMemoryRangeSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspReadMemoryRangeInfo/DcmDspReadMemoryRangeSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDspWriteMemoryRangeInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo
  • 型:Container
  • 多重度:0..*

DcmDspWriteMemoryRangeHigh

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeHigh
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967294
  • 下限値:0

DcmDspWriteMemoryRangeLow

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeLow
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967294
  • 下限値:0

DcmDspWriteMemoryRangeModeRuleRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeModeRuleRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmDspWriteMemoryRangeSecurityLevelRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspMemory/DcmDspMemoryIdInfo/DcmDspWriteMemoryRangeInfo/DcmDspWriteMemoryRangeSecurityLevelRef
  • 型:Reference
  • 多重度:0..*
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow

DcmDspPeriodicDidTransmission

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicDidTransmission
  • 型:Container
  • 多重度:0..1

DcmDspMaxPeriodicDidScheduler

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicDidTransmission/DcmDspMaxPeriodicDidScheduler
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:1

DcmDspPeriodicTransmission

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission
  • 型:Container
  • 多重度:0..1

DcmDspPeriodicTransmissionFastRate

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission/DcmDspPeriodicTransmissionFastRate
  • 型:FloatParam
  • 多重度:0..1
  • 上限値:0.255
  • 下限値:1E-4

DcmDspPeriodicTransmissionMediumRate

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission/DcmDspPeriodicTransmissionMediumRate
  • 型:FloatParam
  • 多重度:0..1
  • 上限値:0.255
  • 下限値:1E-4

DcmDspPeriodicTransmissionSlowRate

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPeriodicTransmission/DcmDspPeriodicTransmissionSlowRate
  • 型:FloatParam
  • 多重度:0..1
  • 上限値:0.255
  • 下限値:1E-4

DcmDspPid

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid
  • 型:Container
  • 多重度:0..*

DcmDspPidIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidIdentifier
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspPidService

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidService
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_SERVICE_01
    • DCM_SERVICE_01_02
    • DCM_SERVICE_02

DcmDspPidSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspPidUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidUsed
  • 型:BooleanParam
  • 多重度:1

DcmDspPidData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData
  • 型:Container
  • 多重度:1..*

DcmDspPidDataPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:2040
  • 下限値:0

DcmDspPidDataSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSize
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:2040
  • 下限値:0

DcmDspPidDataSupportInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo
  • 型:Container
  • 多重度:0..1

DcmDspPidDataSupportInfoBit

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoBit
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspPidDataSupportInfoRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidDataSupportInfo/DcmDspPidDataSupportInfoRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo

DcmDspPidService01

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01
  • 型:Container
  • 多重度:0..1

DcmDspPidDataEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspPidDataReadFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataReadFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspPidDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataType
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT16_N
    • SINT32
    • SINT32_N
    • SINT8
    • SINT8_N
    • UINT16
    • UINT16_N
    • UINT32
    • UINT32_N
    • UINT8
    • UINT8_DYN
    • UINT8_N

DcmDspPidDataUsePort

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService01/DcmDspPidDataUsePort
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • USE_DATA_SENDER_RECEIVER
    • USE_DATA_SYNCH_CLIENT_SERVER
    • USE_DATA_SYNCH_FNC

DcmDspPidService02

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02
  • 型:Container
  • 多重度:0..1

DcmDspPidDataDemRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidData/DcmDspPidService02/DcmDspPidDataDemRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dem/DemConfigSet/DemPidClass/DemPidDataElement

DcmDspPidSupportInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo
  • 型:Container
  • 多重度:0..*

DcmDspPidSupportInfoLen

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoLen
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspPidSupportInfoPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspPid/DcmDspPidSupportInfo/DcmDspPidSupportInfoPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspRequestControl

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl
  • 型:Container
  • 多重度:0..*

DcmDspRequestControlInBufferSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlInBufferSize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspRequestControlOutBufferSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlOutBufferSize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspRequestControlTestId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl/DcmDspRequestControlTestId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspRequestFileTransfer

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestFileTransfer
  • 型:Container
  • 多重度:0..1

DcmRequestFileTransferFileSizeParameterLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestFileTransfer/DcmRequestFileTransferFileSizeParameterLength
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmRequestFileTransferLengthFormatIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestFileTransfer/DcmRequestFileTransferLengthFormatIdentifier
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspRoe

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe
  • 型:Container
  • 多重度:0..1

DcmDspRoeInterMessageTime

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeInterMessageTime
  • 型:FloatParam
  • 多重度:1
  • 上限値:5
  • 下限値:0

DcmDspRoeEvent

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent
  • 型:Container
  • 多重度:1..255

DcmDspRoeEventId

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventId
  • 型:IntegerParam
  • 多重度:1
  • 上限値:254
  • 下限値:0

DcmDspRoeInitialEventStatus

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeInitialEventStatus
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_ROE_CLEARED
    • DCM_ROE_STOPPED
  • デフォルト値:DCM_ROE_CLEARED

DcmDspRoeEventProperties

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties
  • 型:Container
  • 多重度:1

DcmDspRoeOnChangeOfDataIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties/DcmDspRoeOnChangeOfDataIdentifier
  • 型:Container
  • 多重度:0..1

DcmDspRoeDidRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties/DcmDspRoeOnChangeOfDataIdentifier/DcmDspRoeDidRef
  • 型:Reference
  • 多重度:1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid

DcmDspRoeOnDTCStatusChange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEvent/DcmDspRoeEventProperties/DcmDspRoeOnDTCStatusChange
  • 型:Container
  • 多重度:0..1

DcmDspRoeEventWindowTime

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEventWindowTime
  • 型:Container
  • 多重度:1..*

DcmDspRoeEventWindowTime

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEventWindowTime/DcmDspRoeEventWindowTime
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_ROE_EVENT_WINDOW_CURRENT_AND_FOLLOWING_CYCLE
    • DCM_ROE_EVENT_WINDOW_CURRENT_CYCLE
    • DCM_ROE_EVENT_WINDOW_INFINITE

DcmDspRoeStorageState

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoe/DcmDspRoeEventWindowTime/DcmDspRoeStorageState
  • 型:BooleanParam
  • 多重度:1

DcmDspRoutine

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine
  • 型:Container
  • 多重度:0..*

DcmDspRoutineIdentifier

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineIdentifier
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineInfoByte

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineInfoByte
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:255
  • 下限値:0

DcmDspRoutineUsePort

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsePort
  • 型:BooleanParam
  • 多重度:0..1

DcmDspRoutineUsed

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineUsed
  • 型:BooleanParam
  • 多重度:1

DcmDspCommonAuthorizationRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspCommonAuthorizationRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization

DcmDspRoutineTidRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRoutineTidRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRequestControl

DcmDspRequestRoutineResults

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults
  • 型:Container
  • 多重度:0..1

DcmDspRequestRoutineResultsFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspRequestRoutineResultsCommonAuthorizationRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsCommonAuthorizationRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization

DcmDspRequestRoutineResultsOut

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut
  • 型:Container
  • 多重度:0..1

DcmDspRequestRoutineResultsOutSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal
  • 型:Container
  • 多重度:1..*

DcmDspRoutineSignalEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspRoutineSignalLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalLength
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspRoutineSignalType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT32
    • SINT8
    • UINT16
    • UINT32
    • UINT8
    • VARIABLE_LENGTH

DcmDspArgumentScaling

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling
  • 型:Container
  • 多重度:0..1

DcmDspAlternativeArgumentData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
  • 型:Container
  • 多重度:0..1

DcmDataElement

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
  • 型:Reference
  • 多重度:1

DcmDspAlternativeDataProps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
  • 型:Container
  • 多重度:0..1

DcmDspDataTypeCategory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • LINEAR
    • SCALE_LINEAR_AND_TEXTTABLE
    • TEXTTABLE

DcmDspLinearScale

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
  • 型:Container
  • 多重度:0..1

DcmDspDiagnosisRepresentationDataLowerRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
  • 型:FloatParam
  • 多重度:1

DcmDspDiagnosisRepresentationDataOffset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0
  • デフォルト値:0

DcmDspDiagnosisRepresentationDataResolution

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0

DcmDspDiagnosisRepresentationDataUpperRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
  • 型:FloatParam
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspAlternativeDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
  • 型:Container
  • 多重度:0..1

DcmApplicationDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
  • 型:Reference
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspRequestRoutineResults/DcmDspRequestRoutineResultsOut/DcmDspRequestRoutineResultsOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspStartRoutine

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine
  • 型:Container
  • 多重度:0..1

DcmDspStartRoutineFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspStartRoutineCommonAuthorizationRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineCommonAuthorizationRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization

DcmDspStartRoutineIn

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn
  • 型:Container
  • 多重度:0..1

DcmDspStartRoutineInSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal
  • 型:Container
  • 多重度:1..*

DcmDspRoutineSignalEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspRoutineSignalLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalLength
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspRoutineSignalType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT32
    • SINT8
    • UINT16
    • UINT32
    • UINT8
    • VARIABLE_LENGTH

DcmDspArgumentScaling

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling
  • 型:Container
  • 多重度:0..1

DcmDspAlternativeArgumentData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
  • 型:Container
  • 多重度:0..1

DcmDataElement

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
  • 型:Reference
  • 多重度:1

DcmDspAlternativeDataProps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
  • 型:Container
  • 多重度:0..1

DcmDspDataTypeCategory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • LINEAR
    • SCALE_LINEAR_AND_TEXTTABLE
    • TEXTTABLE

DcmDspLinearScale

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
  • 型:Container
  • 多重度:0..1

DcmDspDiagnosisRepresentationDataLowerRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
  • 型:FloatParam
  • 多重度:1

DcmDspDiagnosisRepresentationDataOffset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0
  • デフォルト値:0

DcmDspDiagnosisRepresentationDataResolution

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0

DcmDspDiagnosisRepresentationDataUpperRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
  • 型:FloatParam
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspAlternativeDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
  • 型:Container
  • 多重度:0..1

DcmApplicationDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
  • 型:Reference
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineIn/DcmDspStartRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspStartRoutineOut

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut
  • 型:Container
  • 多重度:0..1

DcmDspStartRoutineOutSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal
  • 型:Container
  • 多重度:1..*

DcmDspRoutineSignalEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspRoutineSignalLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalLength
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalPos
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspRoutineSignalType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT32
    • SINT8
    • UINT16
    • UINT32
    • UINT8
    • VARIABLE_LENGTH

DcmDspArgumentScaling

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling
  • 型:Container
  • 多重度:0..1

DcmDspAlternativeArgumentData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
  • 型:Container
  • 多重度:0..1

DcmDataElement

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
  • 型:Reference
  • 多重度:1

DcmDspAlternativeDataProps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
  • 型:Container
  • 多重度:0..1

DcmDspDataTypeCategory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • LINEAR
    • SCALE_LINEAR_AND_TEXTTABLE
    • TEXTTABLE

DcmDspLinearScale

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
  • 型:Container
  • 多重度:0..1

DcmDspDiagnosisRepresentationDataLowerRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
  • 型:FloatParam
  • 多重度:1

DcmDspDiagnosisRepresentationDataOffset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0
  • デフォルト値:0

DcmDspDiagnosisRepresentationDataResolution

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0

DcmDspDiagnosisRepresentationDataUpperRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
  • 型:FloatParam
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspAlternativeDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
  • 型:Container
  • 多重度:0..1

DcmApplicationDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
  • 型:Reference
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStartRoutine/DcmDspStartRoutineOut/DcmDspStartRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspStopRoutine

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine
  • 型:Container
  • 多重度:0..1

DcmDspStopRoutineFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspStopRoutineCommonAuthorizationRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineCommonAuthorizationRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspCommonAuthorization

DcmDspStopRoutineIn

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn
  • 型:Container
  • 多重度:0..1

DcmDspStopRoutineInSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal
  • 型:Container
  • 多重度:1..*

DcmDspRoutineSignalEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspRoutineSignalLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalLength
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspRoutineSignalType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT32
    • SINT8
    • UINT16
    • UINT32
    • UINT8
    • VARIABLE_LENGTH

DcmDspArgumentScaling

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling
  • 型:Container
  • 多重度:0..1

DcmDspAlternativeArgumentData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
  • 型:Container
  • 多重度:0..1

DcmDataElement

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
  • 型:Reference
  • 多重度:1

DcmDspAlternativeDataProps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
  • 型:Container
  • 多重度:0..1

DcmDspDataTypeCategory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • LINEAR
    • SCALE_LINEAR_AND_TEXTTABLE
    • TEXTTABLE

DcmDspLinearScale

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
  • 型:Container
  • 多重度:0..1

DcmDspDiagnosisRepresentationDataLowerRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
  • 型:FloatParam
  • 多重度:1

DcmDspDiagnosisRepresentationDataOffset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0
  • デフォルト値:0

DcmDspDiagnosisRepresentationDataResolution

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0

DcmDspDiagnosisRepresentationDataUpperRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
  • 型:FloatParam
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspAlternativeDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
  • 型:Container
  • 多重度:0..1

DcmApplicationDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
  • 型:Reference
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineIn/DcmDspStopRoutineInSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspStopRoutineOut

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut
  • 型:Container
  • 多重度:0..1

DcmDspStopRoutineOutSignal

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal
  • 型:Container
  • 多重度:1..*

DcmDspRoutineSignalEndianness

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalEndianness
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • BIG_ENDIAN
    • LITTLE_ENDIAN
    • OPAQUE

DcmDspRoutineSignalLength

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalLength
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalPos

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalPos
  • 型:IntegerParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspRoutineSignalType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspRoutineSignalType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • BOOLEAN
    • SINT16
    • SINT32
    • SINT8
    • UINT16
    • UINT32
    • UINT8
    • VARIABLE_LENGTH

DcmDspArgumentScaling

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling
  • 型:Container
  • 多重度:0..1

DcmDspAlternativeArgumentData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData
  • 型:Container
  • 多重度:0..1

DcmDataElement

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeArgumentData/DcmDataElement
  • 型:Reference
  • 多重度:1

DcmDspAlternativeDataProps

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps
  • 型:Container
  • 多重度:0..1

DcmDspDataTypeCategory

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspDataTypeCategory
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • LINEAR
    • SCALE_LINEAR_AND_TEXTTABLE
    • TEXTTABLE

DcmDspLinearScale

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale
  • 型:Container
  • 多重度:0..1

DcmDspDiagnosisRepresentationDataLowerRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataLowerRange
  • 型:FloatParam
  • 多重度:1

DcmDspDiagnosisRepresentationDataOffset

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataOffset
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0
  • デフォルト値:0

DcmDspDiagnosisRepresentationDataResolution

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataResolution
  • 型:FloatParam
  • 多重度:1
  • 上限値:Inf
  • 下限値:0

DcmDspDiagnosisRepresentationDataUpperRange

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspLinearScale/DcmDspDiagnosisRepresentationDataUpperRange
  • 型:FloatParam
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataProps/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspAlternativeDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType
  • 型:Container
  • 多重度:0..1

DcmApplicationDataType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmApplicationDataType
  • 型:Reference
  • 多重度:1

DcmDspTextTableMapping

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping
  • 型:Container
  • 多重度:0..*

DcmDspDiagnosisRepresentationDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspDiagnosisRepresentationDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspInternalDataValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspRoutine/DcmDspStopRoutine/DcmDspStopRoutineOut/DcmDspStopRoutineOutSignal/DcmDspArgumentScaling/DcmDspAlternativeDataType/DcmDspTextTableMapping/DcmDspInternalDataValue
  • 型:IntegerParam
  • 多重度:1
  • 上限値:18446744073709551615
  • 下限値:0

DcmDspSecurity

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity
  • 型:Container
  • 多重度:1

DcmDspSecurityRow

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow
  • 型:Container
  • 多重度:0..31

DcmDspSecurityADRSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityADRSize
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:4294967295
  • 下限値:1

DcmDspSecurityAttemptCounterEnabled

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityAttemptCounterEnabled
  • 型:BooleanParam
  • 多重度:1

DcmDspSecurityCompareKeyFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityCompareKeyFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspSecurityDelayTime

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTime
  • 型:FloatParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspSecurityDelayTimeOnBoot

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityDelayTimeOnBoot
  • 型:FloatParam
  • 多重度:1
  • 上限値:65535
  • 下限値:0

DcmDspSecurityGetAttemptCounterFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityGetAttemptCounterFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspSecurityGetSeedFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityGetSeedFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspSecurityKeySize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityKeySize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967295
  • 下限値:1

DcmDspSecurityLevel

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityLevel
  • 型:IntegerParam
  • 多重度:1
  • 上限値:63
  • 下限値:1

DcmDspSecurityNumAttDelay

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityNumAttDelay
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:1

DcmDspSecuritySeedSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecuritySeedSize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:4294967295
  • 下限値:1

DcmDspSecuritySetAttemptCounterFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecuritySetAttemptCounterFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspSecurityUsePort

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSecurity/DcmDspSecurityRow/DcmDspSecurityUsePort
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • USE_ASYNCH_CLIENT_SERVER
    • USE_ASYNCH_FNC

DcmDspSession

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession
  • 型:Container
  • 多重度:1

DcmDspSessionRow

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow
  • 型:Container
  • 多重度:0..31

DcmDspSessionForBoot

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionForBoot
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_NO_BOOT
    • DCM_OEM_BOOT
    • DCM_OEM_BOOT_RESPAPP
    • DCM_SYS_BOOT
    • DCM_SYS_BOOT_RESPAPP

DcmDspSessionLevel

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionLevel
  • 型:IntegerParam
  • 多重度:1
  • 上限値:126
  • 下限値:1

DcmDspSessionP2ServerMax

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2ServerMax
  • 型:FloatParam
  • 多重度:1
  • 上限値:1
  • 下限値:0

DcmDspSessionP2StarServerMax

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspSession/DcmDspSessionRow/DcmDspSessionP2StarServerMax
  • 型:FloatParam
  • 多重度:1
  • 上限値:100
  • 下限値:0

DcmDspVehInfo

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo
  • 型:Container
  • 多重度:0..*

DcmDspVehInfoInfoType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoInfoType
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspVehInfoNODIProvResp

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoNODIProvResp
  • 型:BooleanParam
  • 多重度:0..1
  • デフォルト値:false

DcmDspVehInfoData

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData
  • 型:Container
  • 多重度:1..*

DcmDspVehInfoDataOrder

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataOrder
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspVehInfoDataReadFnc

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataReadFnc
  • 型:FunctionName
  • 多重度:0..1

DcmDspVehInfoDataSize

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataSize
  • 型:IntegerParam
  • 多重度:1
  • 上限値:255
  • 下限値:0

DcmDspVehInfoDataUsePort

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspVehInfo/DcmDspVehInfoData/DcmDspVehInfoDataUsePort
  • 型:BooleanParam
  • 多重度:1

DcmPageBufferCfg

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg
  • 型:Container
  • 多重度:1

DcmPagedBufferEnabled

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferEnabled
  • 型:BooleanParam
  • 多重度:1

DcmPagedBufferTimeout

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmPageBufferCfg/DcmPagedBufferTimeout
  • 型:FloatParam
  • 多重度:0..1
  • 上限値:1
  • 下限値:0

DcmProcessingConditions

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions
  • 型:Container
  • 多重度:0..1

DcmModeCondition

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition
  • 型:Container
  • 多重度:1..*

DcmConditionType

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmConditionType
  • 型:EnumerationParam
  • 多重度:1
  • 選択肢:
    • DCM_EQUALS
    • DCM_EQUALS_NOT
    • DCM_GREATER_OR_EQUAL
    • DCM_GREATER_THAN
    • DCM_LESS_OR_EQUAL
    • DCM_LESS_THAN

DcmSwcSRDataElementRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcSRDataElementRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspData/DcmDspExternalSRDataElementClass

DcmSwcSRDataElementValueRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcSRDataElementValueRef
  • 型:Reference
  • 多重度:0..1

DcmBswModeRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmBswModeRef
  • 型:Reference
  • 多重度:0..1

DcmSwcModeRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition/DcmSwcModeRef
  • 型:Reference
  • 多重度:0..1

DcmModeRule

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule
  • 型:Container
  • 多重度:1..*

DcmLogicalOperator

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmLogicalOperator
  • 型:EnumerationParam
  • 多重度:0..1
  • 選択肢:
    • DCM_AND
    • DCM_OR

DcmModeRuleNrcValue

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmModeRuleNrcValue
  • 型:IntegerParam
  • 多重度:0..1
  • 上限値:255
  • 下限値:1

DcmArgumentRef

/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule/DcmArgumentRef
  • 型:Reference
  • 多重度:1..*
  • 参照先:
    • /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeCondition
    • /AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmProcessingConditions/DcmModeRule

DcmGeneral

/AUTOSAR/EcucDefs/Dcm/DcmGeneral
  • 型:Container
  • 多重度:1

DcmDDDIDStorage

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmDDDIDStorage
  • 型:BooleanParam
  • 多重度:0..1
  • デフォルト値:false

DcmDevErrorDetect

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmDevErrorDetect
  • 型:BooleanParam
  • 多重度:1

DcmHeaderFileInclusion

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmHeaderFileInclusion
  • 型:StringParam
  • 多重度:0..*

DcmRespondAllRequest

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmRespondAllRequest
  • 型:BooleanParam
  • 多重度:1

DcmTaskTime

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmTaskTime
  • 型:FloatParam
  • 多重度:1
  • 上限値:0.1
  • 下限値:1E-4

DcmVersionInfoApi

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmVersionInfoApi
  • 型:BooleanParam
  • 多重度:1

DcmVinRef

/AUTOSAR/EcucDefs/Dcm/DcmGeneral/DcmVinRef
  • 型:Reference
  • 多重度:0..1
  • 参照先:/AUTOSAR/EcucDefs/Dcm/DcmConfigSet/DcmDsp/DcmDspDid
Note: See TracWiki for help on using the wiki.