292 views
in Embedded Wizard Studio by

Hi,

as an intermediate solution, I want to keep my Device Interface compatible to two different "ApplicationClass"es, as set in Profile -> Application Class.

This is the one and only setting I want to adapt within the Embedded Wizard Studio.

Therefore, in the "Init" method of my two Core::Root instances, I want to send "$ApplicationClass" as string across the Device Interface for my application to evaluate.

This should be possible somehow, as the expression "$ApplicationClass" seems to evaluated when used within a "trace" statement, as described here:

https://doc.embedded-wizard.de/applicationclass-macro.

Maybe my desired solution is too narrow-minded, and there's a different way to achieve what I want.

Thank You for your support,

zeetrap

 

1 Answer

+1 vote
by

Hello zeetrap,

exact as shown in the trace statement use the macro inside a string literal, e.g. "$ApplicationClass". This will result in a string consisting of this macro values only.

I hope it helps you further.

Best regards

Paul Banach

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

...