当前位置:网站首页>AUTOSAR从入门到精通100讲(八十四)-UDS之时间参数总结篇
AUTOSAR从入门到精通100讲(八十四)-UDS之时间参数总结篇
2022-04-23 06:13:00 【格图洛书】
前言
UDS: (Unified Diagnostic Service) 统一诊断服务协议。
之所以称为统一诊断服务,则是因为该协议是建立在各种传输方式之上的应用层协议,与底层所采用的通信介质都没有关系,该协议内容在ISO14229-1中定义,目前该协议版本已更新至2020版。
在UDS开发及测试过程中,总是会出现各种各样的时间参数,你是否存在以下烦恼呢:
-
为什么会有这些时间参数呢?
-
这么多的时间参数,怎么记得住呀!
-
这些时间参数名字大同小异, 到底有啥区别呢?
-
这些时间参数到底应该如何正确的使用呢?
不要着急,实属正常,谁也没法一直记住这么多参数,在此之前,我跟大家一样,同样存在上述种种疑惑。开发及测试过程中往往容易忽视这些时间参数的作用,等到出现问题时才去进一步了解其含义。
为了较为全面的对UDS用到的时间参数有个了解,接下来,我将从传输层、网络层,会话层,应用层以下四个层面来跟大家一起探讨学习UDS用到的所有时间参数,如下图1所示:

正文
以DoCAN为例,以下传输层与网络层相关参
版权声明
本文为[格图洛书]所创,转载请带上原文链接,感谢
https://getuluoshu.blog.csdn.net/article/details/121422155
边栏推荐
- 机器学习——朴素贝叶斯
- PyMySQL连接数据库
- 【动态规划】最长递增子序列
- Visual studio 2019 installation and use
- How keras saves and loads the keras model
- Data class of kotlin journey
- Write a wechat double open gadget to your girlfriend
- ArcGIS license server administrator cannot start the workaround
- PyTorch 13. 嵌套函数和闭包(狗头)
- [dynamic programming] different binary search trees
猜你喜欢
随机推荐
第1章 NumPy基础
Minesweeping games
PyMySQL连接数据库
torch_ Geometric learning 1, messagepassing
PyTorch 20. PyTorch技巧(持续更新)
【点云系列】PnP-3D: A Plug-and-Play for 3D Point Clouds
RISCV MMU 概述
【动态规划】最长递增子序列
ThreadLocal, just look at me!
“Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated
画 ArcFace 中的 margin 曲线
Data class of kotlin journey
. net encountered failed to decode downloaded font while loading font:
机器学习——朴素贝叶斯
swin transformer 转 onnx
【点云系列】Unsupervised Multi-Task Feature Learning on Point Clouds
Gephi tutorial [1] installation
Raspberry Pie: two color LED lamp experiment
GIS实战应用案例100篇(三十四)-拼接2020globeland30
Pytorch trains the basic process of a network in five steps









