Hello, my name is Derni, I am a beginner in this field. I have successfully published several data to the subscriber. My question is how can I access each data? for example like this screenshot that I attached in this question. I want to get "UploadTime" data etc and i want to put them into the right columns like on the table. I tried to access the instance variable but it can't work.
Hi Derni,
I would suggest looking at the examples on our community github page.
There you will find examples of what you are trying to achieve.
Specifically, the following part of the keyed_data example in C may be of help:
That is lines 120:150 of the keys_subscriber.c file.
I would also like to mention, that the code generated by rtiddsgen when used with -example flag also generates this code for you.