摘要: Publish/Subscribe Handling In contrast to the SOME/IP request/response mechanism there may are cases in which a client requires a set of parameters fr 阅读全文
posted @ 2022-07-21 16:20 palette66 阅读(34) 评论(0) 推荐(0)
摘要: Fields A field shall be a combination of getter, setter and notification event. field应为getter,setter和notification事件的组合。 A field without a setter and w 阅读全文
posted @ 2022-07-21 16:18 palette66 阅读(33) 评论(0) 推荐(0)
摘要: Notification Events 通知事件 Notifications describe a general Publish/Subscribe-Concept. Usually the server publishes a service to which a client subscrib 阅读全文
posted @ 2022-07-21 16:18 palette66 阅读(57) 评论(0) 推荐(0)
摘要: Fire&Forget Communication Requests without response message are called fire&forget. 请求但不需要回复的消息成为fire&forget 。 The implementation is basically the sam 阅读全文
posted @ 2022-07-21 16:17 palette66 阅读(29) 评论(0) 推荐(0)
摘要: Request/Response Communication请求/响应通信 One of the most common communication patterns is the request/ response pattern. One communication partner (in th 阅读全文
posted @ 2022-07-21 16:16 palette66 阅读(23) 评论(0) 推荐(0)
摘要: Multiple Service-Instances多个服务实例 Service-Instances of the same Service are identified through different Instance IDs. It shall be supported that multi 阅读全文
posted @ 2022-07-21 16:14 palette66 阅读(77) 评论(0) 推荐(0)
摘要: The TCP binding of SOME/IP is heavily based on the UDP binding. In contrast to the UDP binding, the TCP binding allows much bigger SOME/IP messages an 阅读全文
posted @ 2022-07-21 16:13 palette66 阅读(70) 评论(0) 推荐(0)
摘要: The UDP binding of SOME/IP is straight forward by transporting SOME/IP messages in UDP packets. The SOME/IP messages shall not be fragmented. Therefor 阅读全文
posted @ 2022-07-21 16:13 palette66 阅读(63) 评论(0) 推荐(0)
摘要: In order to transport SOME/IP messages of IP different transport protocols may be used. SOME/IP currently supports UDP and TCP. Their bindings are exp 阅读全文
posted @ 2022-07-21 16:12 palette66 阅读(65) 评论(0) 推荐(0)
摘要: Payload [variable size] In the payload field the parameters are carried. Parameter被携带于Payload字段中 。 The size of the SOME/IP payload field depends on the 阅读全文
posted @ 2022-07-21 16:11 palette66 阅读(54) 评论(0) 推荐(0)