07-28-2011 02:18 PM
From this page,
http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/usermanual/srcoptgenfunctree/
The Generate Function Tree command does not support typedef identifiers for function pointer types.
-----------------
I have a function with a parameter that is a pointer to a function, and I can't get the function tree generation to work correctly. I'm thinking my problem is related to that article above, but is there a way around that problem?
Thanks,
Kevin Key
08-01-2011 01:44 PM
08-01-2011 03:44 PM
Hey Kevin,
In order for CVI to recognize custom data types such as function pointers, you must first typedef your identifier.
For more information there is a knowledgebase article dedicated to this issue.
Please check out Generating a Function Tree When Using a Function Pointer Parameter.