Image Manager (CVCDriver.dll) 15.0

Interface for selecting a board [Legacy API: 1st generation]. More...

Functions

cvbbool_t CanBoardSelect (IMG Image)
 This function verifies whether the image supports the BoardSelect interface.
 
cvbres_t GetBoard (IMG Image, cvbval_t *sBoard)
 Returns the number of the currently selected image acquisition device.
 
cvbres_t SetBoard (IMG Image, cvbval_t sBoard)
 Sets the current image acquisition device.
 

Detailed Description

Interface for selecting a board [Legacy API: 1st generation].

Function Documentation

◆ CanBoardSelect()

cvbbool_t CanBoardSelect ( IMG Image)

This function verifies whether the image supports the BoardSelect interface.

Parameters
[in]ImageHandle of image object.
Returns
TRUE if the image supports the BoardSelect interface, FALSE otherwise.
Supported platforms:
Win32
Win64
Linux
Examples:
Visual C++ - VC MDI Example (DLL only)

◆ GetBoard()

cvbres_t GetBoard ( IMG Image,
cvbval_t * sBoard )

Returns the number of the currently selected image acquisition device.

Parameters
[in]ImageHandle of image object.
[out]sBoardNumber of the current image acquisition device.
Returns
0 : OK
<0 : an error occured
Supported platforms:
Win32
Win64
Linux
Examples:
Visual C++ - VC MDI Example (DLL only)

◆ SetBoard()

cvbres_t SetBoard ( IMG Image,
cvbval_t sBoard )

Sets the current image acquisition device.

Parameters
[in]ImageHandle of image object.
[in]sBoardBoard to be set active.
Returns
0 : OK
<0 : an error occured
Supported platforms:
Win32
Win64
Linux
Examples:
Delphi - Delphi Hardware Access Example (needs ICP AMVS or AMSTD)
Visual C++ - VC MDI Example (DLL only)