I'd like to know if there's an official, rock-solid, This Is The Final Word sort of a PDF document somewhere that defines the "Waveform Data Type."
I'd like to know National Instruments' official position on its constructors, its destructor, its public members, its public member methods, an encyclopedic list of the possible errors it can throw, etc.
I gather that it has at least an x0, a dx, and an array of observed values among its public members. Similarly, it can take an {x0, dx, array} bundle as arguments to one of its constructors. There appears to be another constructor which takes merely an Array as its argument, and then sets x0 = 0 and dx = 1 as defaults.
It looks like other people have had similar question
s, and didn't get much help. Compare this thread:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000000080000006F8E0000
It also appears that some subtle changes were made to the Waveform Data Type between Labview Versions 6 & 7. Compare this KnowledgeBase Article:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/e29ef649e3dcd53186256db000565fba
So: Is there an official definition of the Waveform Data Type, and, if so, where does that definition reside?
Thanks!!!