I'm working on an application that receives and stores various parameters in one core and passes those parameters over another core to use them in a control and monitoring application. Some of these parameters include floating point variables. Unfortunately, it doesn't seem that the IPC API included in the controlSuite supports floating point messaging.
I found an older post discussing the issue regarding a Concerto, but I can't seem to find an easy workaround that would suit my project's needs. I'm curious if there is anything out there that would solve this problem. It seems that being able to pass floating point values between cores that are both floating point enabled would be a fairly useful feature.