How can I ask DDS for it's current Version from it's API?
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
Thanks. Anything directly from the .Net libraries?
Hi Bob,
In .NET you can use the NDDS::ConfigVersion class.
Fernando.
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
Thanks. Anything directly from the .Net libraries?
Hi Bob,
In .NET you can use the NDDS::ConfigVersion class.
Fernando.