需要在vxWorks中的虚拟内存中创建共享数据
我们要在vxWorks中的虚拟内存区域创建共享数据。 我们得到了一些信息,我们需要使用 vmLib API 将虚拟内存映射到我们的应用程序。 但我们对如何使用它知之甚少。 如果有人使用过相同或相关的东西,请告诉我如何解决该问题。
We want to create shared data in the virtual memory area in vxWorks. We got some information that we need to use vmLib API for mapping virtual memory to our application. But we dont know much about how to use this. If anybody has used the same or related thing please tell me how to solve the issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 VxWorks 6.x,那么您可以简单地使用操作系统中存在的共享数据工具。 查看 sdLib 文档了解详细信息,但它的界面非常简单。
If you are using VxWorks 6.x, then you can simply use the Shared Data facility present in the OS. Look at the sdLib documentation for the details, but it has a very simple interface.