For a CVI 7.1 multithreaded application, I would like to confirm the following notion. I would like to have a
MT app which would test several devices, each it is own thread. But there are several functions that I need to
analyze the results and I am wondering about how to use them. If the analysis function is called from a thread,
will it be its own copy? What happens if another thread calls the same function with different data? An app eng
from NI thought that so long as I pass data, that there would be not trouble, but I was wondering how others solved
the problem of multiple threads using the same analyzing functions.
Thanks