You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
It would be useful to provide a way to see the revision-release-version number of each device class of a Device Server.
It would be good to have a way to get this information remotely while the device server is running and to get it as well when executing the device server with --version option without instance name provided.
Some discussions will have to take place in order to decide on the best way to expose this information and on the data type used to return this information.
Some work might have to be done on POGO to implement a standard way to specify the revision number of each class (new generated file which will be edited by the user to update the version number, special target on the (C)Makefiles to create a new release of the class, ...).
The text was updated successfully, but these errors were encountered:
This can be easily done using CMake for C++ device classes - we just need to configure corresponding header file, for instance as in this PR. Once version is in header file it can be easily exported via an attribute.
For Java standard code snippet can be used to extract relevant data from Manifest file, for instance:
It would be useful to provide a way to see the revision-release-version number of each device class of a Device Server.
It would be good to have a way to get this information remotely while the device server is running and to get it as well when executing the device server with --version option without instance name provided.
Some discussions will have to take place in order to decide on the best way to expose this information and on the data type used to return this information.
Some work might have to be done on POGO to implement a standard way to specify the revision number of each class (new generated file which will be edited by the user to update the version number, special target on the (C)Makefiles to create a new release of the class, ...).
The text was updated successfully, but these errors were encountered: