我可以在 shell 中显示 RTP 的全局变量吗?
在 VxWorks 中,我可以在 shell 中显示全局变量,如下所示:
-> my_global my_global = 0x103c4110: value = 4 = 0x4
Is there a way to do the same with a RTP global variable?
In VxWorks, I can display global variables in the shell like so:
-> my_global my_global = 0x103c4110: value = 4 = 0x4
Is there a way to do the same with a RTP global variable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用命令 (cmd) 解释器并附加到 RTP 来显示特定 RTP 中的全局变量。
这是一个带有括号中注释的示例。
请注意,这仅在 VxWorks 6.x 中可用。在 6 版本之前,vxWorks 中没有 RTP。
You can display global variables in a specific RTP by using the command (cmd) interpreter and attaching to the RTP.
Here is an example with comments in parenthesis.
Note that this is only available in VxWorks 6.x Before the 6 release, there was no RTP in vxWorks.