This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CODECOMPOSER:GUI Composer:是否可以通过指针将 GUI 值链接至值

Guru**** 2039090 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1465012/codecomposer-gui-composer-is-it-possible-to-link-gui-value-to-a-value-via-pointer

器件型号:CODECOMPOSER

工具与软件:

我想在目标上执行一些类似的操作

typedef 结构{

Bool 启用

} test_struct;

TEST_STRUCT 数组[10]

test_struct * array_ptr =&array[3]

有关 GUI 的更多信息

例如、将复选框链接到 array_ptr->enable。   

有可能吗?

在我第一次尝试时、我收到一个错误:

谢谢!

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    您能否说明您正在使用的 GC 版本? v2或 v3?

    谢谢

    Ki

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    v3

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢你。 我将与 GC 专家跟进并回复您。