Nick Fiege
Nick Fiege
An offset is fine, but a manual one is kind of weird. The hash suggestion mainly comes from other bigger idl genertion framworks like the one used inside of ROS...
would probably work. I mean ... if the message already exists, it's name / arguments / retun values are essentially the same. Which means that duplicate message types should not...
@Hadatko i have a proof of concept working which uses an md5 hash from the function prototype string * ` ()` I have edited the code structure in such a...
hmm for anyone interested: https://github.com/EmbeddedRPC/erpc/pull/207
https://github.com/EmbeddedRPC/erpc/pull/208 although I am sure that this is not mergable with the current erpc design, I just use it because the original static buffer implementation annoys me :)
shouldn't anyone provide a configuration class for erpc, so that these things can be configured properly at runtime/buildtime instead of suggesting that people just fork their own erpc version to...
@Hadatko Hmm Sounds nice, please ping me if you have some changes upstream, so that I can take a look (maybe it is exactly what I need) :)
@Hadatko ping, just wanna ask if there is any progress with nonblocking client calls. Our development will soon reach the point where we have to "rollout" a lot of distributed...
@Hadatko as far as i can tell from your PRs, my requested feature is not really implemented yet. Did I miss something? There is the ability to use a TransportArbitrator...
@Hadatko ping? Your PR's are through, it seems. But sadly my point was not addressed :( * from https://github.com/ramlco/erpc/blob/develop/erpc_c/infra/erpc_transport_arbitrator.cpp ``` #if ERPC_THREADS_IS(NONE) #error "Arbitrator code does not work in no-threading...