08-28-2009 09:54 AM
I have a C function that has an argument of a typedef struct (ptr to typedef struct), I have created this struct in LabVIEW as a cluster (strict-type def). How can I pass this into an inline C node?
FYI I cannot use a DLL because I will be generating code for VxWorks using Microprocessor SDK.
08-28-2009 10:03 AM
08-28-2009 10:53 AM
bill__ wrote:I have a C function that has an argument of a typedef struct (ptr to typedef struct), I have created this struct in LabVIEW as a cluster (strict-type def). How can I pass this into an inline C node?
FYI I cannot use a DLL because I will be generating code for VxWorks using Microprocessor SDK.
I'm afraid you can't. And reading that you talk about a cluster with 1000 of elements in it, I really wonder if you should not reconsider your design. This is already HUGE in a normal desktop LabVIEW application, but likely totally unmanagable in an embedded design.
Rolf Kalbermatter