LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

what is tTestData

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

0 Kudos
Message 1 of 3
(2,981 Views)

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

 

0 Kudos
Message 2 of 3
(2,962 Views)

hi

thanks for the reply

 

kindy can you say me the variables in the structure tTestData

 

with regards

Bala

0 Kudos
Message 3 of 3
(2,959 Views)