01-15-2009 06:22 AM
Hi all
I am very new to LabWindows.
I need to know the structure elements in tTestData
Kindly any one help me in explaining the tTestData structure.
is the following structure correct for tTestData?
typedef struct ClassData_Rec
{
int result;
double measurement;
char * inBuffer;
char * outBuffer;
char * const modPath;
char * const modFile;
void * hook;
int hookSize;
tMallocPtr const mallocFuncPtr;
tFreePtr const freeFuncPtr;
struct IDispatch * seqContextDisp;
CAObjHandle seqContextCVI;
char * stringMeasurement;
int tReplaceStringPtr const replaceStringFuncPtr;
tTestData;
Kindly clarify me.
Thanks and regards
Bala
01-16-2009 07:20 AM
It looks like the Test Result data structure used in Test executive program that was available prior to the release of Test stand.
I think that test Stand can call functions that use this structure to pass the test results.
Colin
01-16-2009 07:50 AM
hi
thanks for the reply
kindy can you say me the variables in the structure tTestData
with regards
Bala