Usage of monitoring data

5 posts / 0 new
Last post
Offline
Last seen: 6 years 1 month ago
Joined: 04/28/2013
Posts: 38
Usage of monitoring data

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

Offline
Last seen: 6 years 1 month ago
Joined: 04/04/2014
Posts: 27

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.

 

 

 

Offline
Last seen: 6 years 1 month ago
Joined: 04/28/2013
Posts: 38

That's a good idea.

Thank you

Michael

Offline
Last seen: 3 years 9 months ago
Joined: 09/10/2010
Posts: 32

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

 

Offline
Last seen: 6 years 1 month ago
Joined: 04/28/2013
Posts: 38

Understood

Thank you