10-19-2010 05:27 PM - edited 10-19-2010 05:28 PM
10-19-2010 07:43 PM
Is there any chance you know how large your arrays will be? If so, I recommend replacing them with clusters of the same size. This will allow you to have a structure that is easily translated to a struct in C. You can generate a cluster of a specific size by creating a control from the output of Array to Cluster, with the cluster size set appropriately. As far as C is concerned, an array and a cluster of identical items are the same thing in memory, so even though you have a cluster in LabVIEW your C code can treat it as a fixed-size array.