Can a C++ and a python app could be simultaneously be made in the same GUI?
-
Hi,
Do you mean embed a python interpreter in your C++ application to read your sensor ?
-
@sush what if the Python app "publish" the values it reads from the sensor by some communication mechanism and you poll those values from the C++ displaying the GUI?
Could you provide more details about what sensor you're using, and how the Python app is interfacing with the sensor? I bet that's a very likley chance a C equivalent program can be written instead...