cbDeclareRevision()

Initializes the Universal Library with the revision number of the library used to write your program. Must be the first Universal Library function to be called by your program.

Function Prototype

C/C++

int cbDeclareRevision(float* RevNum);

Visual Basic

Function cbDeclareRevision(RevNum!) As Long

Arguments

RevNum

Revision number of the Universal Library used to interpret function arguments.

Default setting: Any program using the 32-bit library and not containing this line of code will be defaulted to revision 5.4 argument assignments.

Returns

Notes

int cbAConvertData(long NumPoints, unsigned ADData[], int ChanTags[])

int cbAConvertData(int BoardNum, long NumPoints, unsigned ADData[], int ChanTags[])