Greetings colleagues!
Please advise what are the options for organizing the storage and output of settings presets.
I store settings in POU in a gSettings_type instance with a set of fields of different data types.
There is a need to organize the possibility for the operator to fill the fields with values “with one button”.
Visualization is built on VC4.
Greetings. I have found a solution for myself based on Christophe’s advice.
Since I need to be able to modify the contents of a recipe, I store references to structures in an array and access the specific structure by index.