difference between a Client-Server and Sender-Receiver interface in Autosar

发布时间 2023-10-07 17:20:43作者: vdan

the difference between a Client-Server and Sender-Receiver interface in Autosar

In a Client-Server interface, the client requests a service from the server and the server responds with a result.

In a Sender-Receiver interface, the sender sends data to one or more receivers, but does not expect a response.