cmvr_head/packages/erpc-1.14.0/doxygen/mainpage_erpcgen.md

4 lines
454 B
Markdown
Raw Normal View History

2025-12-30 15:44:41 +08:00
# 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.