首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

SOME IP协议规范文档

网络技术 1.71MB 15 需要积分: 1
立即下载

资源介绍:

OME/IP,全称为Scalable service-Oriented MiddlewarE over IP,是一种面向服务的可伸缩的协议,用于控制消息的汽车中间件的解决方案。
SOME/IP Protocol Specification
AUTOSAR FO Release 1.3.0
Document Title SOME/IP Protocol Specification
Document Owner AUTOSAR
Document Responsibility AUTOSAR
Document Identification No 696
Document Status Final
Part of AUTOSAR Standard Foundation
Part of Standard Release 1.3.0
Document Change History
Date Release Changed by
Description
2017-12-08 1.3.0
AUTOSAR
Release
Management
No content changes
2017-10-27 1.2.0
AUTOSAR
Release
Management
Editorial changes
2017-03-31 1.1.0
AUTOSAR
Release
Management
Serialization of Structured Datatypes
and Arguments with Identifier and
optional members
2016-11-30 1.0.0
AUTOSAR
Release
Management
Initial Release
1 of 64
AUTOSAR CONFIDENTIAL
Document ID 696: AUTOSAR_PRS_SOMEIPProtocol
SOME/IP Protocol Specification
AUTOSAR FO Release 1.3.0
Disclaimer
This work (specification and/or software implementation) and the material contained in
it, as released by AUTOSAR, is for the purpose of information only. AUTOSAR and the
companies that have contributed to it shall not be liable for any use of the work.
The material contained in this work is protected by copyright and other types of intel-
lectual property rights. The commercial exploitation of the material contained in this
work requires a license to such intellectual property rights.
This work may be utilized or reproduced without any modification, in any form or by
any means, for informational purposes only. For any other purpose, no part of the work
may be utilized or reproduced, in any form or by any means, without permission in
writing from the publisher.
The work has been developed for automotive applications only. It has neither been
developed, nor tested for non-automotive applications.
The word AUTOSAR and the AUTOSAR logo are registered trademarks.
2 of 64
AUTOSAR CONFIDENTIAL
Document ID 696: AUTOSAR_PRS_SOMEIPProtocol
SOME/IP Protocol Specification
AUTOSAR FO Release 1.3.0
Table of Contents
1 Introduction and overview 5
1.1 Protocol purpose and objectives . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Applicability of the protocol . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.1 Constraints and assumptions . . . . . . . . . . . . . . . . . . 5
1.2.2 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.3 Dependencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.4 Document Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 Protocol Requirements 8
2.1 Requirements Traceability . . . . . . . . . . . . . . . . . . . . . . . . . 8
3 Acronyms and Abbreviations 15
4 Protocol specification 16
4.1 Specification of SOME/IP on wire-format (Serialization) . . . . . . . . . 16
4.1.1 Header . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4.1.1.1 Message ID [32 Bit] . . . . . . . . . . . . . . . . . . 17
4.1.1.2 Length [32 Bit] . . . . . . . . . . . . . . . . . . . . . 17
4.1.1.3 Request ID [32 Bit] . . . . . . . . . . . . . . . . . . . 18
4.1.1.4 Protocol Version [8 Bit] . . . . . . . . . . . . . . . . . 19
4.1.1.5 Interface Version [8 Bit] . . . . . . . . . . . . . . . . 20
4.1.1.6 Message Type [8 Bit] . . . . . . . . . . . . . . . . . . 20
4.1.1.7 Return Code [8 Bit] . . . . . . . . . . . . . . . . . . . 21
4.1.1.8 Payload [variable size] . . . . . . . . . . . . . . . . . 21
4.1.2 Event, Field and Eventgroup . . . . . . . . . . . . . . . . . . 22
4.1.3 Endianess . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
4.1.4 Serialization of Data Structures . . . . . . . . . . . . . . . . . 22
4.1.4.1 Basic Datatypes . . . . . . . . . . . . . . . . . . . . 24
4.1.4.2 Structured Datatypes (structs) . . . . . . . . . . . . . 24
4.1.4.3 Structured Datatypes and Arguments with Identifier
and optional members . . . . . . . . . . . . . . . . . 25
4.1.4.4 Strings . . . . . . . . . . . . . . . . . . . . . . . . . . 32
4.1.4.5 Arrays (fixed length) . . . . . . . . . . . . . . . . . . 34
4.1.4.6 Dynamic Length Arrays . . . . . . . . . . . . . . . . 35
4.1.4.7 Enumeration . . . . . . . . . . . . . . . . . . . . . . 37
4.1.4.8 Bitfield . . . . . . . . . . . . . . . . . . . . . . . . . . 37
4.1.4.9 Union / Variant . . . . . . . . . . . . . . . . . . . . . 37
4.2 Specification of SOME/IP Protocol . . . . . . . . . . . . . . . . . . . . 39
4.2.1 Transport Protocol Bindings . . . . . . . . . . . . . . . . . . . 39
4.2.1.1 UDP Binding . . . . . . . . . . . . . . . . . . . . . . 40
4.2.1.2 TCP Binding . . . . . . . . . . . . . . . . . . . . . . 40
4.2.1.3 Multiple Service-Instances . . . . . . . . . . . . . . . 42
4.2.1.4 Transporting large SOME/IP messages of UDP
(SOME/IP-TP) . . . . . . . . . . . . . . . . . . . . . 43
3 of 64
AUTOSAR CONFIDENTIAL
Document ID 696: AUTOSAR_PRS_SOMEIPProtocol
SOME/IP Protocol Specification
AUTOSAR FO Release 1.3.0
4.2.2 Request/Response Communication . . . . . . . . . . . . . . 49
4.2.3 Fire&Forget Communication . . . . . . . . . . . . . . . . . . 50
4.2.4 Notification Events . . . . . . . . . . . . . . . . . . . . . . . . 51
4.2.4.1 Strategy for sending notifications . . . . . . . . . . . 52
4.2.5 Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
4.2.6 Error Handling . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.2.6.1 Return Code . . . . . . . . . . . . . . . . . . . . . . 54
4.2.6.2 Error Message . . . . . . . . . . . . . . . . . . . . . 54
4.2.6.3 Error Processing Overview . . . . . . . . . . . . . . 55
4.2.6.4 Communication Errors and Handling of Communica-
tion Errors . . . . . . . . . . . . . . . . . . . . . . . . 57
4.3 Compatibility Rules for Interface Version . . . . . . . . . . . . . . . . . 57
5 Configuration Parameters 61
6 Protocol usage and guidelines 62
6.1 Choosing the transport protocol . . . . . . . . . . . . . . . . . . . . . . 62
6.2 Transporting CAN and FlexRay Frames . . . . . . . . . . . . . . . . . . 62
6.3 Insert Padding for structs . . . . . . . . . . . . . . . . . . . . . . . . . . 63
7 References 64
4 of 64
AUTOSAR CONFIDENTIAL
Document ID 696: AUTOSAR_PRS_SOMEIPProtocol
SOME/IP Protocol Specification
AUTOSAR FO Release 1.3.0
1 Introduction and overview
This protocol specification specifies the format, message sequences and seman-
tics of the AUTOSAR Protocol "Scalable service-Oriented MiddlewarE over IP
(SOME/IP)".
SOME/IP is an automotive/embedded communication protocol which supports remote
procedure calls, event notifications and the underlying serialization/wire format. The
only valid abbreviation is SOME/IP. Other abbreviations (e.g. Some/IP) are wrong and
shall not be used.
1.1 Protocol purpose and objectives
The basic motivation to specify "Yet another RPC-Mechanism" instead of using an
existing infrastructure/technology is the goal to have a technology that:
Fulfills the hard requirements regarding resource consumption in an embedded
world
Is compatible through as many use-cases and communication partners as possi-
ble
compatible with AUTOSAR at least on the wire-format level; i.e. can commu-
nicate with PDUs AUTOSAR can receive and send without modification to the
AUTOSAR standard. The mappings within AUTOSAR shall be chosen according
to the SOME/IP specification.
Provides the features required by automotive use-cases
Is scalable from tiny to large platforms
1.2 Applicability of the protocol
SOME/IP shall be implemented on different operating system (i.e. AUTOSAR, GENIVI,
and OSEK) and even embedded devices without operating system. SOME/IP shall be
used for inter-ECU Client/Server Serialization. An implementation of SOME/IP allows
AUTOSAR to parse the RPC PDUs and transport the signals to the application.
1.2.1 Constraints and assumptions
This document specifies the SOME/IP protocol on networ k level. It was created during
elaboration of the AUTOSAR Foundation Standard 1.0.0 which took place in parallel
to the development of the AUTOSAR Classic Standard 4.3.0. It already reflects all
changes implied to SOME/IP by the work which was done for AUTOSAR Classic
5 of 64
AUTOSAR CONFIDENTIAL
Document ID 696: AUTOSAR_PRS_SOMEIPProtocol

资源文件列表:

Some IP协议规范.zip 大约有2个文件
  1. Some IP协议规范/AUTOSAR_PRS_SOMEIPProtocol.pdf 1.97MB
  2. Some IP协议规范/
0评论
提交 加载更多评论
其他资源 comsol流体仿真 ,流固耦合,圆管内流体驱动物块的移动和 流体驱动扇叶的转动
comsol流体仿真 ,流固耦合,圆管内流体驱动物块的移动和 流体驱动扇叶的转动
comsol流体仿真 ,流固耦合,圆管内流体驱动物块的移动和
流体驱动扇叶的转动
基于MATLAB的数字滤波器设计及其语音信号去噪应用 (供学习交流) 其中数字滤波器包括IIR和FIR的低通、高通、带通、带阻四大类型及其多种设计方法 GUI界面中有语音信号输入模块,滤波
基于MATLAB的数字滤波器设计及其语音信号去噪应用。 (供学习交流) 其中数字滤波器包括IIR和FIR的低通、高通、带通、带阻四大类型及其多种设计方法。 GUI界面中有语音信号输入模块,滤波器设计模块,语音信号分析及加噪去噪输出模块。 带文档 这是一个MATLAB图形用户界面(GUI)程序,用于处理语音信号。程序主要包括以下功能: 1. 录制语音:通过点击“pushbutton1”按钮,可以录制指定时长的语音信号,并将其保存在变量“myspeech”中。 2. 播放语音:通过点击“pushbutton2”按钮,可以播放录制的语音信号。 3. 设计数字滤波器:通过选择不同的滤波器类型和设计方法,可以设计数字滤波器。滤波器类型包括低通、高通、带通和带阻滤波器。设计方法包括频率采样法和窗函数法。设计参数包括过渡带频率、阻带频率、过渡带最大衰减和阻带最小衰减。 4. 绘制滤波器幅度响应曲线:通过点击“pushbutton9”按钮,可以绘制设计的数字滤波器的幅度响应曲线。 5. 绘制语音信号波形和频谱:通过点击“pushbutton14”按钮,可以绘制录制的原始语音信号的波形
基于MATLAB的数字滤波器设计及其语音信号去噪应用 
(供学习交流)
 其中数字滤波器包括IIR和FIR的低通、高通、带通、带阻四大类型及其多种设计方法 
GUI界面中有语音信号输入模块,滤波
17325458887980.zip
17325458887980.zip
基于PLL的SMO滑模观测器算法,永磁同步电机无传感器矢量控制,跟基于反正切的SMO做对比,可以有效消除转速的抖动
基于PLL的SMO滑模观测器算法,永磁同步电机无传感器矢量控制,跟基于反正切的SMO做对比,可以有效消除转速的抖动。
基于PLL的SMO滑模观测器算法,永磁同步电机无传感器矢量控制,跟基于反正切的SMO做对比,可以有效消除转速的抖动
2024--2025-1爬虫复习题库 (1).zip
2024--2025-1爬虫复习题库 (1).zip
2024--2025-1爬虫复习题库 (1).zip 2024--2025-1爬虫复习题库 (1).zip
MobaXterm汉化
环形网络潮流计算matlab 利用matlab编程计算任意环形网络牛拉法潮流计算程序,程序通用性强,通过修改参数可以得到任意节点和网络的环形网络牛拉法潮流计算
环形网络潮流计算matlab 利用matlab编程计算任意环形网络牛拉法潮流计算程序,程序通用性强,通过修改参数可以得到任意节点和网络的环形网络牛拉法潮流计算。
环形网络潮流计算matlab
利用matlab编程计算任意环形网络牛拉法潮流计算程序,程序通用性强,通过修改参数可以得到任意节点和网络的环形网络牛拉法潮流计算
交易流水证明_用于材料证明_20241225_174557.zip
交易流水证明_用于材料证明_20241225_174557.zip