Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 454 Bytes

mainpage_erpcgen.md

File metadata and controls

3 lines (2 loc) · 454 Bytes

About eRPC generator {#mainpage}

The eRPC generator (erpcgen) is a tool which generates the shim code for a server and client side. The generated shim code handles marshaling and unmarshaling a request. On the server side after unmarshaling, it implements a function call to the appropriate function based on request. An IDL (Interface Definition Language) is used to tell the generator tool about data types and RPC services.