343 views
in Embedded Wizard Studio by
I have an own defined class called Data::BatteryClass
Within this class there are defined 19 properties.
But in the generated file "_DataBatteryClass.h" there are only 17 properties defined.
What can be the reason for the missing 2 properties?

Best regards

G. Mangiameli

1 Answer

0 votes
by

Hello,

are the two missing properties used within your GUI application? If not, then they have been removed by the code generator (optimizer).

If you want to ensure that the property is generated by the code generator even it is not used, you can set the Generator attribute of the property to true.

Best regards,

Manfred.

 

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...