Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以通过使用 C++ 和 Qt 与 GPIB Instruments 进行交互。如果可能的话,谁能告诉我它有多容易和/或为我指明一个教程或示例的方向?
非常感谢。
是的,这应该是可能的。包的一部分应该是用于 C 程序的 488.2 API,您也可以在 C++ 和/或 Qt 程序中使用它。如果头文件中没有这样的行,您可能必须将头文件包装在 extern "C" 中。