03-19-2014 11:07 AM
Hello,
for reading a TDMS File I use the TDM C DLL Interface provided by National.
The example code works pretty good. I just have a problem with a time channel that is stored in the format DT_DATE.
Does someone know which data typ I have to use in C/C++ that I'm also able to read the data from a time channel.
extract from the sample code:
double *data = 0, avgDataValue; ... ddcChk (DDC_GetDataValues (channels[i], 0, (double)numDataValues, data));
thanks for the help
03-19-2014 02:01 PM
PLease check the
DDC_GetDataValuesTimestampComponents
in the help file.