Boards handling APIs


Functions

N957_DLL_API N957_API N957_Init (short BdNum, int32_t *handle)
 Initialize a new board.
N957_DLL_API N957_API N957_End (int32_t handle)
 Releases the resources allocated for the board.

Function Documentation

N957_API N957_End ( int32_t  handle  ) 

Releases the resources allocated for the board.

Call after any other API for this board: the number of this board can be initialized again

Parameters:
handle board's handle (to use for any other API call)
Returns:
N957Success : operation ok
Note:
Must be called as last API for that board handle.
See also:
N957ErrorCodes

N957_API N957_Init ( short  BdNum,
int32_t *  handle 
)

Initialize a new board.

Call before any other API to to get a valid board handle: board number canno't be previously initialized

Parameters:
BdNum board number (must be a new one)
handle board handle (to use for any other API call)
Returns:
N957Success : operation ok
Note:
Must be called before any other board specific API.
See also:
N957ErrorCodes


Generated on Mon Jun 30 09:34:03 2008 for CAEN N957 Lib by  doxygen 1.5.6