Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I process a return value from asynchronous timer callback fucntion at the CVI?

Hi, everyone

 

There is a way to process a retrun value from Threads in a ThreadPool.

 

Regisiting certain function that you want the thread pool to call after the Thread Function executes.

 

void CVICALLBACK Callback (CmtThreadPoolHandle poolHandle, CmtThreadFunctionID functionID, unsigned int event, int value, void *callbackData); 

 

Ther value parameter is the return value from the Thread Function. So we can process the return value.

 

 

I'm looking for similar way to process a return value from asynchronous timer callback fucntion at the CVI on RT system.

 

What shoud i do?   😞

 

 

 

 

0 Kudos
Message 1 of 1
(4,358 Views)