www.pudn.com > LabWindowsCVI.rar
To Read all the content
[file head]:
/*****************************************************************************
* Copyright 1998 National Instruments Corporation. All Rights Reserved. *
*****************************************************************************/
/*=Sung:===============================================================*
INSTRUCTIONS TO THE INSTRUMENT DRIVER DEVELOPER
READ THESE INSTRUCTIONS FIRST!
*=======================================================================*
Congratulations! You have successfully created all the files needed
for your instrument driver - *.c, *.h, *.fp, and *.sub. These
files give you a framework to build your complete instrument driver
with the following features:
- IVI compliance
-
... ...
[file tail]:
... ...
GF_ATTR_ARB_SEQUENCE_HANDLE, VI_TRUE));
*============================================================END=Sung=*/
/*=Sung:===============================================================*
Set attribute dependencies by calling the additional
Ivi_AddAttributeInvalidation functions here. Remove the dependencies
that do not apply to your instrument by deleting the calls to
Ivi_AddAttributeInvalidation.
When you initially add an attribute, it applies to all channels.
If you want it to apply to only a subset, call the
Ivi_RestrictAttrToChannels function.
*============================================================END=Sung=*/
Error:
return error;
}
/*****************************************************************************
*------------------- End Instrument Driver Source Code ---------------------*
*****************************************************************************/