[Reposted] How to get DDS version from API

4 posts / 0 new
Last post
Offline
Last seen: 8 years 12 months ago
Joined: 04/30/2013
Posts: 5
[Reposted] How to get DDS version from API

How can I ask DDS for it's current Version from it's API?

Organization:
Keywords:
Gerardo Pardo's picture
Offline
Last seen: 1 day 1 hour ago
Joined: 06/02/2010
Posts: 601

Hi,

In C++ there is a class NDDSConfigVersion that can be used to access the version of both the core libraries and APIs. Java has a similar class called Version and in C there are equivalent functions such as NDDS_Config_Version_get_product_version 

Gerardo

Offline
Last seen: 8 years 12 months ago
Joined: 04/30/2013
Posts: 5

Thanks. Anything directly from the .Net libraries?

Fernando Garcia's picture
Offline
Last seen: 4 months 6 days ago
Joined: 05/18/2011
Posts: 199

Hi Bob,

In .NET you can use the NDDS::ConfigVersion class.

Fernando.