I have an application where multiple items need to be read out at the same
time for a single property. They are intimately related to each other. So
I have a structure property with multiple members. I have a readsync setup
so that I can set all the members at once based on some internal states.
But it's very important that they all be updated at the same time.
Multiple reads are not useful.
I saw section 7.1.7.1 of the Application Development guide:
https://opencpi.github.io/OpenCPI_Application_Development.pdf
But it's unclear how to get all the values of the struct out at once. Is
this possible? Am I just reading that document incorrectly?
Thanks,
Brian
Received on Fri Apr 24 2020 - 21:53:42 CDT