Hi
Sorry if i am asking basic question.
I am trying to understand how to use erpcgen tool from NXP.
I successfully ran example demo , with reference : https://github.com/EmbeddedRPC/erpc-imx-demos
My next approach was build erpcgen and create my own output files using same erpc_matrix_multiply.erpc and run same demo again so i get familiar to use erpcgen tool.
i got output files but even though i am using same erpc_matrix_multiply.erpc my files different than example files
the changes are :
Output files in example demo says (erpc_matrix_multiply_server.h):
erpc_status_t erpcMatrixMultiply_shim(erpc::Codec * in, erpc::Codec * out, uint32_t sequence);
my files(erpc_matrix_multiply_server.h):
erpc_status_t erpcMatrixMultiply_shim(erpc::Codec * codec, uint32_t sequence);
why files are different , Am i missing any config ?
Do i need to manually edit erpc_matrix_multiply_server.h & erpc_matrix_multiply_server.cpp
files are attached for reference
Thank you in advance
Chandini