GPIB 与 Qt 接口

发布于 2024-09-28 15:39:07 字数 87 浏览 5 评论 0原文

我想知道是否可以使用 C++ 和 Qt 与 GPIB 仪器接口。如果可能的话,有人可以告诉我它有多容易和/或为我指明教程或示例的方向吗?

多谢。

I was wondering if it is possible to interface with GPIB Instruments by using C++ and Qt. If it is possible, can anyone tell me how easy it would be and/or point me in a direction for a tutorial or examples?

Thanks a lot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹤舞 2024-10-05 15:39:07

是的,这应该是可能的。该包的一部分应该是用于 C 程序的 488.2 API,您也可以在 C++ 和/或 Qt 程序中使用它。如果头文件中没有这样的行,您可能必须将头文件包装在 extern "C" 中。

Yes, it should be possible. Part of the package should be a 488.2 API for C programs, which you can also use from a C++ and/or Qt program. You may have to wrap the header file in extern "C", if there is no such line in the header file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文