User module description and version
Posted: 28 May 2025, 02:26
In the SDK we have description and version strings,
e.g. from SDK examples
const AnsiCharPtr UserModuleBase::MODULE_NAME = "my test module"
const AnsiCharPtr UserModuleBase::MODULE_DESC = "my test module is very useful"
const AnsiCharPtr UserModuleBase::MODULE_VERSION = "2.0"
But when the module is used or examined in Usine, this information is not available anywhere.
e,g, when you look at a module in the Browser you get a description box - for a SDK User Module the box is empty.
If you have several versions of a User Module it is impossible to tell which version you are using.
For example, for HH6 SDK I have to modify one of my user modules because of the change in the Event class.
I then need to know which version is being picked up in my HH6 workspace.
Please can you
1. Display the MODULE_NAME, MODULE_DESC and MODULE_VERSION in the browser description box.
2. Display the information in the (i) information tab in the settings
Thanks.
Simon.
e.g. from SDK examples
const AnsiCharPtr UserModuleBase::MODULE_NAME = "my test module"
const AnsiCharPtr UserModuleBase::MODULE_DESC = "my test module is very useful"
const AnsiCharPtr UserModuleBase::MODULE_VERSION = "2.0"
But when the module is used or examined in Usine, this information is not available anywhere.
e,g, when you look at a module in the Browser you get a description box - for a SDK User Module the box is empty.
If you have several versions of a User Module it is impossible to tell which version you are using.
For example, for HH6 SDK I have to modify one of my user modules because of the change in the Event class.
I then need to know which version is being picked up in my HH6 workspace.
Please can you
1. Display the MODULE_NAME, MODULE_DESC and MODULE_VERSION in the browser description box.
2. Display the information in the (i) information tab in the settings
Thanks.
Simon.