eRPC upgrading from v1.4 to v1.12

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

eRPC upgrading from v1.4 to v1.12

269 Views
AndyHowe
Contributor I

Hi,

I’m upgrading the eRPC our software uses from 1.4 to 1.12, but hitting issues.

Version 1.4 used to produce 4 files,

  • *_interface.h
  • *_interface_server.h
  • *_interface_client.cpp
  • *_interface_server.cpp

Verison 1.12 produces more files cpp and c versions, and *_interface.h is now *_interface_common.h.

However the *_interface_comon.h doesn’t have any of the function prototypes in, just the types.  The other files have them in but in the erpcShim namespace.  In version 1.4 *_interface has the function prototypes in the global namespace.

Any idea on how I get erpcgen to generate the function prototypes in the global namespace?

Thanks,

              Andy

 

Labels (1)
Tags (1)
0 Kudos
Reply
0 Replies