wiki:spec/Dlt
Diagnostic Log And Trace


概要

  • API一覧
API ID
[Dec]
ID
[Hex]
R4.0.3 R21-11
Dlt_Init 1 0x01
Dlt_GetVersionInfo 2 0x02
Dlt_SendLogMessage 3 0x03
Dlt_SendTraceMessage 4 0x04
Dlt_RegisterContext 5 0x05
Dlt_UnregisterContext 22 0x16 -
Dlt_DemTriggerOnEventStatus 21 0x15 -
Dlt_DetForwardErrorTrace 7 0x07
Dlt_SetLogLevel 8 0x08 -
Dlt_SetTraceStatus 9 0x09 -
Dlt_ActivateEvent 17 0x11 -
Dlt_ReadData 8 0x08 -
Dlt_ReadDataLength 9 0x09 -
Dlt_WriteData 10 0x0A -
Dlt_ConditionCheckRead 11 0x0B -
Dlt_ComProvideRxBuffer 13 0x0D -
Dlt_ComProvideTxBuffer 14 0x0E -
Dlt_ComRxIndication 15 0x0F -
Dlt_ComTxConfirmation 16 0x10 -
Dlt_SetLogLevel_<SESSION> 17 0x11 -
Dlt_SetTraceStatus_<SESSION> 18 0x12 -
Dlt_GetLogInfo 10 0x0A -
Dlt_GetDefaultLogLevel 24 0x18 -
Dlt_StoreConfiguration 26 0x1A -
Dlt_ResetToFactoryDefault 6 0x06 -
Dlt_SetMessageFiltering 27 0x1B -
Dlt_SetDefaultLogLevel 17 0x11 -
Dlt_SetDefaultTraceStatus 18 0x12 -
Dlt_GetDefaultTraceStatus 25 0x19 -
Dlt_GetLogChannelNames 23 0x17 -
Dlt_GetTraceStatus 31 0x1F -
Dlt_SetLogChannelAssignment 32 0x20 -
Dlt_SetLogChannelThreshold 33 0x21 -
Dlt_GetLogChannelThreshold 34 0x22 -
Dlt_RxIndication 66 0x42 -
Dlt_TriggerTransmit 65 0x41 -
Dlt_TxConfirmation 64 0x40 -
Dlt_TpTxConfirmation 72 0x48 -
Dlt_CopyTxData 67 0x43 -
Dlt_StartOfReception 70 0x46 -
Dlt_TpRxIndication 69 0x45 -
Dlt_CopyRxData 68 0x44 -
Dlt_TxFunction 128 0x80 -
Dlt_SetVerboseMode_<SESSION> 19 0x13 -
Dlt_InjectCall_<SESSION> 20
--
0x14
--

-
-
Dlt_ComTransmit 18 0x12 -
Dlt_ComCancelTransmitRequest 19 0x13 -
Dlt_ComSetInterfaceStatus 20 0x14 -
  • エラーコード一覧
エラーコード Dec Hex R4.0.3 R21-11
DLT_E_WRONG_PARAMETERS 1 0x01 -
DLT_E_ERROR_IN_PROV_SERVICE 2 0x02 -
DLT_E_COM_FAILURE 3 0x03 -
DLT_E_ERROR_TO_MANY_CONTEXT 4 0x04 -
DLT_E_MSG_LOOSE 5 0x05 -
DLT_E_PARAM 1 0x01 -
DLT_E_PARAM_POINTER 6
2
0x06
0x02

-
-
DLT_E_INIT_FAILED 3 0x03 -
DLT_E_REGISTRATION 4 0x04 -
DLT_E_SKIPPED_TRANSMISSION 5 0x05 -
DLT_E_DEPRECATED_PARAMETER 6 0x06 -
DLT_E_MULTIPLE_REQUESTS 7 0x07 -

API仕様

Dlt_Init

void Dlt_Init(const Dlt_ConfigType* config)

Dlt_GetVersionInfo

void Dlt_GetVersionInfo(Std_VersionInfoType* versioninfo)

Dlt_SendLogMessage

  • R4.0.3
    Dlt_ReturnType Dlt_SendLogMessage(Dlt_SessionIDType session_id, const Dlt_MessageLogInfoType* log_info, const uint8* log_data, uint16 log_data_length)
    
  • R21-11
    Std_ReturnType Dlt_SendLogMessage (Dlt_SessionIDType sessionId, const Dlt_MessageLogInfoType* logInfo, const uint8* logData, uint16 logDataLength)
    

Dlt_SendTraceMessage

  • R4.0.3
    Dlt_ReturnType Dlt_SendTraceMessage(Dlt_SessionIDType session_id, const Dlt_MessageTraceInfoType* trace_info, const uint8* trace_data, uint16 trace_data_length)
    
  • R21-11
    Std_ReturnType Dlt_SendTraceMessage (Dlt_SessionIDType sessionId, const Dlt_MessageTraceInfoType* traceInfo, const uint8* traceData, uint16 traceDataLength)
    

Dlt_RegisterContext

  • R4.0.3
    Dlt_ReturnType Dlt_RegisterContext(Dlt_SessionIDType session_id, Dlt_ApplicationIDType app_id, Dlt_ContextIDType context_id, const uint8* app_description, uint8 len_app_description, const uint8* context_description, uint8 len_context_description)
    
  • R21-11
    Std_ReturnType Dlt_RegisterContext (Dlt_SessionIDType sessionId, Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId,  const uint8* appDescription, uint8 appDescLen, const uint8* contextDescription, uint8 contextDescLen)
    

Dlt_UnregisterContext

Std_ReturnType Dlt_UnregisterContext (Dlt_SessionIDType sessionId, Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId)

Dlt_DemTriggerOnEventStatus

void Dlt_DemTriggerOnEventStatus(Dem_EventIdType EventId, Dem_EventStatusExtendedType EventStatusOld, Dem_EventStatusExtendedType EventStatusNew)

Dlt_DetForwardErrorTrace

  • R4.0.3
    void Dlt_DetForwardErrorTrace(uint16 ModuleId, uint8 InstanceId, uint16 ApiId, uint8 ErrorId)
    
  • R21-11
    void Dlt_DetForwardErrorTrace (uint16 moduleId, uint8 instanceId, uint8 apiId, uint8 errorId)
    

Dlt_SetLogLevel

Std_ReturnType Dlt_SetLogLevel (Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId, Dlt_MessageLogLevelType newLogLevel)

Dlt_SetTraceStatus

Std_ReturnType Dlt_SetTraceStatus (Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId, boolean newTraceStatus)

Dlt_ActivateEvent

Std_ReturnType Dlt_ActivateEvent(uint8 RoeEventID, Dcm_RoeStateType RoeState)

Dlt_ReadData

Std_ReturnType Dlt_ReadData(Dcm_OpStatusType OpStatus, uint8* data)

Dlt_ReadDataLength

Std_ReturnType Dlt_ReadDataLength(uint16* DataLength)

Dlt_WriteData

Std_ReturnType Dlt_WriteData(uint8* data, uint16 dataLength, Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)

Dlt_ConditionCheckRead

Std_ReturnType Dlt_ConditionCheckRead(Dcm_OpStatusType OpStatus, Dcm_NegativeResponseCodeType* ErrorCode)

Dlt_ComProvideRxBuffer

BufReq_ReturnType Dlt_ComProvideRxBuffer(PduIdType DltRxPduId, PduLengthType TpSduLength, PduInfoType** PduInfoPtr)

Dlt_ComProvideTxBuffer

BufReq_ReturnType Dlt_ComProvideTxBuffer(PduIdType DltTxPduId, PduInfoType** PduInfoPtr, uint16 Length)

Dlt_ComRxIndication

void Dlt_ComRxIndication(PduIdType DltRxPduId, NotifResultType Result)

Dlt_ComTxConfirmation

void Dlt_ComTxConfirmation(PduIdType DltTxPduId, NotifResultType Result)

Dlt_SetLogLevel_<SESSION>

void Dlt_SetLogLevel_<SESSION>(Dlt_ApplicationIDType app_id, Dlt_ContextIDType context_id, Dlt_MessageLogLevelType loglevel)

Dlt_SetTraceStatus_<SESSION>

void Dlt_SetTraceStatus_<SESSION>(Dlt_ApplicationIDType app_id, Dlt_ContextIDType context_id, boolean new_trace_status)

Dlt_GetLogInfo

Std_ReturnType Dlt_GetLogInfo (uint8 options, Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId, uint8* status, Dlt_LogInfoType* logInfo)

Dlt_GetDefaultLogLevel

Std_ReturnType Dlt_GetDefaultLogLevel (Dlt_MessageLogLevelType* defaultLogLevel)

Dlt_StoreConfiguration

Std_ReturnType Dlt_StoreConfiguration (void)

Dlt_ResetToFactoryDefault

Std_ReturnType Dlt_ResetToFactoryDefault (void)

Dlt_SetMessageFiltering

Std_ReturnType Dlt_SetMessageFiltering (boolean status)

Dlt_SetDefaultLogLevel

Std_ReturnType Dlt_SetDefaultLogLevel (Dlt_MessageLogLevelType newLogLevel)

Dlt_SetDefaultTraceStatus

Std_ReturnType Dlt_SetDefaultTraceStatus (boolean newTraceStatus)

Dlt_GetDefaultTraceStatus

Std_ReturnType Dlt_GetDefaultTraceStatus (boolean* traceStatus)

Dlt_GetLogChannelNames

Std_ReturnType Dlt_GetLogChannelNames (uint8* numberOfLogChannels, Dlt_LogChannelNameType* logChannelNames)

Dlt_GetTraceStatus

Std_ReturnType Dlt_GetTraceStatus (Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId, boolean* traceStatus)

Dlt_SetLogChannelAssignment

Std_ReturnType Dlt_SetLogChannelAssignment (Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId, Dlt_LogChannelNameType logChannelName, Dlt_AssignmentOperation addRemoveOp)

Dlt_SetLogChannelThreshold

Std_ReturnType Dlt_SetLogChannelThreshold (Dlt_LogChannelNameType logChannelName, Dlt_MessageLogLevelType newThreshold, boolean newTraceStatus)

Dlt_GetLogChannelThreshold

Std_ReturnType Dlt_GetLogChannelThreshold (Dlt_LogChannelNameType logChannelName, Dlt_MessageLogLevelType* logChannelThreshold, boolean* traceStatus)

Dlt_RxIndication

void Dlt_RxIndication (PduIdType RxPduId, const PduInfoType* PduInfoPtr)

Dlt_TriggerTransmit

Std_ReturnType Dlt_TriggerTransmit (PduIdType TxPduId, PduInfoType* PduInfoPtr)

Dlt_TxConfirmation

void Dlt_TxConfirmation (PduIdType TxPduId, Std_ReturnType result)

Dlt_TpTxConfirmation

void Dlt_TpTxConfirmation (PduIdType id, Std_ReturnType result)

Dlt_CopyTxData

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

Dlt_StartOfReception

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

Dlt_TpRxIndication

void Dlt_TpRxIndication (PduIdType id, Std_ReturnType result)

Dlt_CopyRxData

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

Dlt_TxFunction

void Dlt_TxFunction (void)

Dlt_SetVerboseMode_<SESSION>

void Dlt_SetVerboseMode_<SESSION>(Dlt_ApplicationIDType app_id, Dlt_ContextIDType context_id, boolean is_verbose_mode)

Dlt_InjectCall_<SESSION>

  • R4.0.3
    void Dlt_InjectCall_<SESSION>(Dlt_ApplicationIDType app_id, Dlt_ContextIDType context_id, uint32 service_id, uint32 data_length, const uint8* data)
    
  • R21-11
    void Dlt_InjectCall_<SESSION> (Dlt_ApplicationIDType appId, Dlt_ContextIDType contextId, uint32 serviceId,  uint32 dataLength, const uint8* data)
    

Dlt_ComTransmit

Std_ReturnType Dlt_ComTransmit(PduIdType DltTxPduId, PduInfoType* PduInfoPtr)

Dlt_ComCancelTransmitRequest

Std_ReturnType Dlt_ComCancelTransmitRequest(PduIdType PduId)

Dlt_ComSetInterfaceStatus

Dlt_ReturnType Dlt_ComSetInterfaceStatus(uint8[4] com_interface, uint8 new_status)

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

DltConfigSet

/AUTOSAR/EcucDefs/Dlt/DltConfigSet
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00842
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltLogLevelSetting

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogLevelSetting
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00863
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltDefaultLogLevel

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogLevelSetting/DltDefaultLogLevel
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00864
  • タイプ: ENUMERATION-PARAM
  • 多重度: 1
  • 選択肢:
    • DLT_LOG_DEBUG
    • DLT_LOG_ERROR
    • DLT_LOG_FATAL
    • DLT_LOG_INFO
    • DLT_LOG_OFF
    • DLT_LOG_VERBOSE
    • DLT_LOG_WARN

DltLogLevelThreshold

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogLevelSetting/DltLogLevelThreshold
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00865
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltLogLevelThresholdSwcContextRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogLevelSetting/DltLogLevelThreshold/DltLogLevelThresholdSwcContextRef

DltThreshold

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogLevelSetting/DltLogLevelThreshold/DltThreshold
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00866
  • タイプ: ENUMERATION-PARAM
  • 多重度: 1
  • 選択肢:
    • DLT_LOG_DEBUG
    • DLT_LOG_ERROR
    • DLT_LOG_FATAL
    • DLT_LOG_INFO
    • DLT_LOG_OFF
    • DLT_LOG_VERBOSE
    • DLT_LOG_WARN

DltLogOutput

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00875
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltDefaultLogChannelRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltDefaultLogChannelRef

DltLogChannel

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00876
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1..*

DltLogChannelBufferOverflowTimer

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelBufferOverflowTimer
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00886
  • タイプ: FLOAT-PARAM
  • 多重度: 1
  • 上限値: 1
  • 下限値: 0.001

DltLogChannelBufferSize

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelBufferSize
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00881
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 0

DltLogChannelId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00877
  • タイプ: STRING-PARAM
  • 多重度: 1

DltLogChannelMaxMessageLength

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelMaxMessageLength
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00882
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 65535
  • 下限値: 8

DltLogChannelMaxNumOfRetries

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelMaxNumOfRetries
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00884
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 255
  • 下限値: 0
  • デフォルト値: 0

DltLogChannelThreshold

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelThreshold
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00878
  • タイプ: ENUMERATION-PARAM
  • 多重度: 1
  • 選択肢:
    • DLT_LOG_DEBUG
    • DLT_LOG_ERROR
    • DLT_LOG_FATAL
    • DLT_LOG_INFO
    • DLT_LOG_OFF
    • DLT_LOG_VERBOSE
    • DLT_LOG_WARN

DltLogChannelTrafficShapingBandwidth

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelTrafficShapingBandwidth
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00883
  • タイプ: INTEGER-PARAM
  • 多重度: 0..1
  • 上限値: 18446744073709551615
  • 下限値: 0

DltLogChannelTransmitCycle

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogChannelTransmitCycle
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00885
  • タイプ: FLOAT-PARAM
  • 多重度: 1
  • 上限値: 1
  • 下限値: 0.001

DltLogTraceStatusFlag

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltLogTraceStatusFlag
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00879
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltTxPdu

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00907
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltITxPduHandleId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu/DltITxPduHandleId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11
  • SWSタグ: ECUC_Dlt_00893
  • タイプ: INTEGER-PARAM
  • 多重度: 0..1
  • 上限値: 65535
  • 下限値: 0

DltITxPduUsesTp

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu/DltITxPduUsesTp
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11
  • SWSタグ: ECUC_Dlt_00913
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltTxPduId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu/DltTxPduId
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00893
  • タイプ: INTEGER-PARAM
  • 多重度: 0..1
  • 上限値: 65535
  • 下限値: 0

DltTxPduIdRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu/DltTxPduIdRef

DltTxPduRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu/DltTxPduRef

DltTxPduUsesTp

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannel/DltTxPdu/DltTxPduUsesTp
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00913
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltLogChannelAssignment

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannelAssignment
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00887
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltLogChannelAssignmentSwcContextRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannelAssignment/DltLogChannelAssignmentSwcContextRef

DltLogChannelRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltLogOutput/DltLogChannelAssignment/DltLogChannelRef

DltProtocol

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00832
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltEcuId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltEcuId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00860
  • タイプ: CHOICE-CONTAINER
  • 多重度: 1

DltEcuIdCalloutChoice

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltEcuId/DltEcuIdCalloutChoice
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00902
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..1

DltEcuIdCallout

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltEcuId/DltEcuIdCalloutChoice/DltEcuIdCallout
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00862
  • タイプ: FUNCTION-NAME
  • 多重度: 1

DltEcuIdValueChoice

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltEcuId/DltEcuIdValueChoice
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00901
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..1

DltEcuIdValue

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltEcuId/DltEcuIdValueChoice/DltEcuIdValue
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00861
  • タイプ: STRING-PARAM
  • 多重度: 1

DltHeaderUseEcuId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltHeaderUseEcuId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00811
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltHeaderUseSessionID

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltHeaderUseSessionID
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00813
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltHeaderUseTimestamp

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltHeaderUseTimestamp
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00814
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltUseExtHeaderInNonVerbMode

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltUseExtHeaderInNonVerbMode
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00812
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltUseVerboseMode

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltProtocol/DltUseVerboseMode
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00911
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltRxPdu

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00900
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltIRxPduHandleId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu/DltIRxPduHandleId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11
  • SWSタグ: ECUC_Dlt_00899
  • タイプ: INTEGER-PARAM
  • 多重度: 0..1
  • 上限値: 65535
  • 下限値: 0

DltIRxPduUsesTp

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu/DltIRxPduUsesTp
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11
  • SWSタグ: ECUC_Dlt_00912
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltRxPduId

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu/DltRxPduId
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00899
  • タイプ: INTEGER-PARAM
  • 多重度: 0..1
  • 上限値: 65535
  • 下限値: 0

DltRxPduIdRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu/DltRxPduIdRef

DltRxPduRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu/DltRxPduRef

DltRxPduUsesTp

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltRxPdu/DltRxPduUsesTp
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00912
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltTraceStatusSetting

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltTraceStatusSetting
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00869
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltDefaultTraceStatus

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltTraceStatusSetting/DltDefaultTraceStatus
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00870
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltTraceStatusAssignment

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltTraceStatusSetting/DltTraceStatusAssignment
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00871
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltTraceStatus

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltTraceStatusSetting/DltTraceStatusAssignment/DltTraceStatus
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00874
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltTraceStatusAssignmentSwcContextRef

/AUTOSAR/EcucDefs/Dlt/DltConfigSet/DltTraceStatusSetting/DltTraceStatusAssignment/DltTraceStatusAssignmentSwcContextRef

DltGeneral

/AUTOSAR/EcucDefs/Dlt/DltGeneral
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00809
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltDevErrorDetect

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltDevErrorDetect
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00840
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltGeneralDevErrorDetect

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralDevErrorDetect
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00840
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltGeneralGptChannelRef

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralGptChannelRef

DltGeneralInjectionSupport

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralInjectionSupport
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00847
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

DltGeneralNvRAMSupport

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralNvRAMSupport
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00915
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

DltGeneralNvRamRef

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralNvRamRef
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00845
  • タイプ:
    • R4.3.1: SYMBOLIC-NAME-REFERENCE
    • R4.4.0/R19-11/R20-11/R21-11: REFERENCE
  • 多重度: 0..1
  • 参照先: /AUTOSAR/EcucDefs/NvM/NvMBlockDescriptor

DltGeneralRegisterContextNotification

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralRegisterContextNotification
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00846
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

DltGeneralRxDataPathSupport

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralRxDataPathSupport
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00848
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

DltGeneralStartUpDelayTimer

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralStartUpDelayTimer
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00897
  • タイプ: FLOAT-PARAM
  • 多重度: 0..1
  • 上限値: 10
  • 下限値: 0.001

DltGeneralStbMTimeBaseRef

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralStbMTimeBaseRef
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00914
  • タイプ:
    • R4.3.1: SYMBOLIC-NAME-REFERENCE
    • R4.4.0/R19-11/R20-11/R21-11: REFERENCE
  • 多重度: 0..1
  • 参照先: /AUTOSAR/EcucDefs/StbM/StbMSynchronizedTimeBase

DltGeneralTimeStampSupport

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralTimeStampSupport
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00850
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

DltGeneralTrafficShapingSupport

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralTrafficShapingSupport
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00849
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: true

DltGeneralVersionInfoApi

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGeneralVersionInfoApi
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00844
  • タイプ: BOOLEAN-PARAM
  • 多重度: 0..1

DltGptChannel

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltGptChannel

DltImplementAppIdContextIdQuery

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementAppIdContextIdQuery
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00815
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementExtendedHeader

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementExtendedHeader
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00816
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementFilterMessages

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementFilterMessages
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00817
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementNVRamStorage

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementNVRamStorage
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00818
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementSWCInjection

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementSWCInjection
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00819
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementTimestamp

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementTimestamp
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00820
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementVerboseMode

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementVerboseMode
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00821
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltImplementVfbTrace

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltImplementVfbTrace
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00822
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltVersionInfoApi

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltVersionInfoApi
  • 対象リビジョン: R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00844
  • タイプ: BOOLEAN-PARAM
  • 多重度: 0..1

DltVfbTraceLogLevel

/AUTOSAR/EcucDefs/Dlt/DltGeneral/DltVfbTraceLogLevel
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00839
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 6
  • 下限値: 0

DltMemory

/AUTOSAR/EcucDefs/Dlt/DltMemory
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00828
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltInitBufferSize

/AUTOSAR/EcucDefs/Dlt/DltMemory/DltInitBufferSize
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00823
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 0

DltMaxCountAppIds

/AUTOSAR/EcucDefs/Dlt/DltMemory/DltMaxCountAppIds
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00824
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 1

DltMaxCountContextIds

/AUTOSAR/EcucDefs/Dlt/DltMemory/DltMaxCountContextIds
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00825
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 1

DltMaxCountContextIdsPerAppId

/AUTOSAR/EcucDefs/Dlt/DltMemory/DltMaxCountContextIdsPerAppId
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00826
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 1

DltMessageBufferSize

/AUTOSAR/EcucDefs/Dlt/DltMemory/DltMessageBufferSize
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00829
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 0

DltMultipleConfigurationContainer

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00842
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltBandwidth

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltBandwidth
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00801
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltBandwidthForComModule

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltBandwidth/DltBandwidthForComModule
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00802
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 0

DltBandwidthForDiagChannel

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltBandwidth/DltBandwidthForDiagChannel
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00803
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 4294967295
  • 下限値: 0

DltTimePeriodTrafficShaping

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltBandwidth/DltTimePeriodTrafficShaping
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00835
  • タイプ: FLOAT-PARAM
  • 多重度: 1
  • 上限値: INF
  • 下限値: 0

DltMessageFiltering

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltMessageFiltering
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00830
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltDefaultMaxLogLevel

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltMessageFiltering/DltDefaultMaxLogLevel
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00805
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 6
  • 下限値: 0

DltDefaultTraceStatus(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltMessageFiltering/DltDefaultTraceStatus
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00843
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltFactoryDefaultMaxLogLevel

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltMessageFiltering/DltFactoryDefaultMaxLogLevel
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00807
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 6
  • 下限値: 0

DltFilterMessages

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltMessageFiltering/DltFilterMessages
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00808
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltNvRamBlockRef

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltNvRamBlockRef

DltProtocol(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00832
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 1

DltEcuId(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltEcuId
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00806
  • タイプ: STRING-PARAM
  • 多重度: 1

DltHeaderPayloadEndianes

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltHeaderPayloadEndianes
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00810
  • タイプ: ENUMERATION-PARAM
  • 多重度: 1
  • 選択肢:
    • BigEndian
    • LittleEndian

DltHeaderUseEcuId(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltHeaderUseEcuId
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00811
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltHeaderUseExtendedHeader

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltHeaderUseExtendedHeader
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00812
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltHeaderUseSessionID(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltHeaderUseSessionID
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00813
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltHeaderUseTimestamp(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltHeaderUseTimestamp
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00814
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltMaxMessageLength

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltMaxMessageLength
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00827
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 65535
  • 下限値: 8

DltUseVerboseMode(2)

/AUTOSAR/EcucDefs/Dlt/DltMultipleConfigurationContainer/DltProtocol/DltUseVerboseMode
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00836
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1

DltSwc

/AUTOSAR/EcucDefs/Dlt/DltSwc
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00856
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltSwcContext

/AUTOSAR/EcucDefs/Dlt/DltSwc/DltSwcContext
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00854
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltSwcApplicationId

/AUTOSAR/EcucDefs/Dlt/DltSwc/DltSwcContext/DltSwcApplicationId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00858
  • タイプ: STRING-PARAM
  • 多重度: 1

DltSwcContextId

/AUTOSAR/EcucDefs/Dlt/DltSwc/DltSwcContext/DltSwcContextId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00859
  • タイプ: STRING-PARAM
  • 多重度: 1

DltSwcSessionId

/AUTOSAR/EcucDefs/Dlt/DltSwc/DltSwcSessionId
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00852
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値: 18446744073709551615
  • 下限値: 0

DltSwcSupportLogLevelAndTraceStatusChangeNotification

/AUTOSAR/EcucDefs/Dlt/DltSwc/DltSwcSupportLogLevelAndTraceStatusChangeNotification
  • 対象リビジョン: R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00853
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

DltSwcSupportLogLevelChangeNotification

/AUTOSAR/EcucDefs/Dlt/DltSwc/DltSwcSupportLogLevelChangeNotification
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11
  • SWSタグ: ECUC_Dlt_00853
  • タイプ: BOOLEAN-PARAM
  • 多重度: 1
  • デフォルト値: false

MaxSwcLogMessageLength

/AUTOSAR/EcucDefs/Dlt/DltSwc/MaxSwcLogMessageLength
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00909
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値:
    • R4.3.1/R4.4.0/R19-11: 18446744073709551615
    • R20-11/R21-11: 65535
  • 下限値:
    • R4.3.1/R4.4.0/R19-11: 0
    • R20-11/R21-11: 8

MaxSwcTraceMessageLength

/AUTOSAR/EcucDefs/Dlt/DltSwc/MaxSwcTraceMessageLength
  • 対象リビジョン: R4.3.1/R4.4.0/R19-11/R20-11/R21-11
  • SWSタグ: ECUC_Dlt_00910
  • タイプ: INTEGER-PARAM
  • 多重度: 1
  • 上限値:
    • R4.3.1/R4.4.0/R19-11: 18446744073709551615
    • R20-11/R21-11: 65535
  • 下限値:
    • R4.3.1/R4.4.0/R19-11: 0
    • R20-11/R21-11: 8

DltVfbTrace

/AUTOSAR/EcucDefs/Dlt/DltVfbTrace
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00837
  • タイプ: PARAM-CONF-CONTAINER
  • 多重度: 0..*

DltBswModuleEntryRef

/AUTOSAR/EcucDefs/Dlt/DltVfbTrace/DltBswModuleEntryRef
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00804
  • タイプ: FOREIGN-REFERENCE
  • 多重度: 1
  • 参照先タイプ: BSW-MODULE-ENTRY

DltVfbTraceFunction

/AUTOSAR/EcucDefs/Dlt/DltVfbTrace/DltVfbTraceFunction
  • 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
  • SWSタグ: ECUC_Dlt_00838
  • タイプ: FUNCTION-NAME
  • 多重度: 1
Last modified 17 months ago Last modified on Dec 9, 2022, 11:00:37 AM
Note: See TracWiki for help on using the wiki.