732 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...