当前位置:网站首页>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
边栏推荐
- torch.mm() torch.sparse.mm() torch.bmm() torch.mul() torch.matmul()的区别
- Use originpro express for free
- PyTorch 模型剪枝实例教程三、多参数与全局剪枝
- Paddleocr image text extraction
- 1.2 初试PyTorch神经网络
- ARMCC/GCC下的stack protector
- Compression and acceleration technology of deep learning model (I): parameter pruning
- Infrared sensor control switch
- 机器学习——模型优化
- [dynamic programming] different paths 2
猜你喜欢
【3D形状重建系列】Implicit Functions in Feature Space for 3D Shape Reconstruction and Completion
ArcGIS License Server Administrator 无法启动解决方法
Paddleocr image text extraction
【点云系列】Learning Representations and Generative Models for 3D pointclouds
机器学习——PCA与LDA
Modifying a column with the 'identity' pattern is not supported
Use originpro express for free
SHA512/384 原理及C语言实现(附源码)
imx6ull-qemu 裸机教程2:USDHC SD卡
第8章 生成式深度学习
随机推荐
PyTorch 20. PyTorch技巧(持续更新)
scons 搭建嵌入式arm编译
PyTorch 13. 嵌套函数和闭包(狗头)
Device Tree 详解
pth 转 onnx 时出现的 gather、unsqueeze 等算子
【3D形状重建系列】Implicit Functions in Feature Space for 3D Shape Reconstruction and Completion
【點雲系列】SG-GAN: Adversarial Self-Attention GCN for Point Cloud Topological Parts Generation
Summary of image classification white box anti attack technology
PyMySQL连接数据库
PyTorch 19. PyTorch中相似操作的区别与联系
PyTorch 14. module类
C language, a number guessing game
【动态规划】最长递增子序列
Modifying a column with the 'identity' pattern is not supported
多机多卡训练时的错误
PyTorch 10. 学习率
直观理解 torch.nn.Unfold
[dynamic programming] Yang Hui triangle
Common regular expressions
第1章 NumPy基础