CLIENT SERVER COMMUNICATION|CLIENT SERVER INTERFACE| SYNCHRONOUS| ASYNCHRONOUS COMMUNICATION|AUTOSAR

Описание к видео CLIENT SERVER COMMUNICATION|CLIENT SERVER INTERFACE| SYNCHRONOUS| ASYNCHRONOUS COMMUNICATION|AUTOSAR

In this Video , we covers more detailed about Client Server Interface. Additionally we Covers about
1. Synchronous Communication
2. Asynchronous Communication
Synchronous Communication:
Client is Blocked Until the Operation result is available.
Rte_Status = Rte_Call_RPort Name_Operation(IN Arg1,INOUT Arg1,OUT Arg1);
Asynchronous Communication:
Client is Unblocked and Operation Result is accessed when it is available ( server informs to the client when the execution of the operation/service is finished)
Rte_Status=Rte_Call_Rport_Operation(INOUT Arg1,IN Arg1);
INOUT – Data Delivered to Server
IN – Data Delivered to Server
Rte_Result=Rte_Result_Rport_Operation(INOUT Arg1,OUT Arg1);
INOUT – Data received from Server
OUT – Data Received from Server

Hereby, I have attached the links for all the previously uploaded videos to have better understanding in AUTOSAR.

Hereby, I have attached the links for all the previously uploaded videos to have better understanding in AUTOSAR.

1. AUTOSAR BASICS :    • Autosar Basics  
2. CLASSIC VS ADAPTIVE AUTOSAR :    • Classic Vs Adaptive Autosar  
3. AUTOSAR LAYERS :    • Autosar layers by GKRSOFT  
4. AUTOSAR INTERFACE :    • Autosar Interface by GKRSOFT  
5. MCAL :    • MICROCONTROLLER ABSTRACTION LAYER(MCA...  
6. AUTOSAR SERVICE LAYER :    • AUTOSAR Service Layer by GKRSOFT  
7. ECU ABSTRACTION LAYER :    • ECU ABSTRACTION LAYER BY GKRSOFT  
8. Types of SWC :    • Types of Software components (SWC) in...  
9. Autosar Software components, Ports and Interfaces :    • Autosar Software components, Ports an...  
10. WHAT IS AN ELECTRONIC CONTROL UNIT (ECU)? :    • WHAT IS AN ELECTRONIC CONTROL UNIT (E...  
11.Autosar Composition and components :    • Autosar Composition and Component  
12. Autosar Assembly Connectors vs Delegation Connectors :    • Autosar Assembly Connectors VS Delega...  
13. ECU MEMORY : PFlash, DFlash, EEPROM, RAM, ROM, FRAM, SRAM, HSM, CACHE :    • ECU MEMORY : PFlash, DFlash, EEPROM, ...  
14. SENDER RECEIVER INTERFACE | SENDER RECEIVER COMMUNICATION | IMPLICIT AND EXPLICIT COMMUNICATION :    • SENDER RECEIVER INTERFACE | SENDER RE...  
15. RTE Events PART1 :    • RTE EVENTS PART1|AUTOSAR|TIMING EVENT...  
16. RTE Events PART2 :    • RTE EVENTS-PART2|AUTOSAR|DATA SEND CO...  
17. RTE Events PART3 :    • RTE EVENTS-PART3|MODE SWITCH EVENT|MO...  
18. RTE Events PART4 :    • RTE EVENTS-4 | INTERNAL TRIGGER OCCOU...  
19. Client Server Interface :    • CLIENT SERVER COMMUNICATION|CLIENT SE...  

AUTOSAR PLAYLIST LINK :    • AUTOSAR  

Комментарии

Информация по комментариям в разработке