Hi,
Is there a way to manually read the monitoring data published by applications (without RTI Monitor application)?
I haven't found information on which topic to create (regular or built-in?) and which types to use (are there idls available to generate the types in java?)
Thanks and sorry if the question is dumb,
Michael
Hello Michael,
List of topics is available in Chapter 3.3 "What Monitoring Topics are Published?" of Monitoring Library Getting Started Guide, this file is in your ndds/doc folder or online in Documentation section.
I couldn't find a data types but if they are not available you could try to subscribe to this data with DynamicDataReader.
That's a good idea.
Thank you
Michael
Hello Michael,
One thing to keep in mind is that the datatype used for the Monitoring topics is not guaranteed to be kept the same across versions of the Monitoring tool that we provide. I wouldn't want you to get caught using the wrong datatype in the future and not know what is happening. If we do provide different versions of the topics, we will make notes of that in our release notes for the tool.
Bert
Understood
Thank you