Syntax
LUT_GetSupportInfo (IS_LUT_SUPPORT_INFO* info)
Description
Returns the current support information of the LUT.
Parameter
•info: Pointer to the IS_LUT_SUPPORT_INFO list
Contents of the list element IS_LUT_SUPPORT_INFO
BOOL |
bSupportLUTHardware |
Hardware LUT is supported |
BOOL |
bSupportLUTSoftware |
Software LUT is supported |
INT |
nBitsHardware |
Used bits of the hardware LUT |
INT |
nBitsSoftware |
Used bits of the software LUT |
INT |
nChannelsHardware |
Supported channels for hardware LUT |
INT |
nChannelsSoftware |
Supported channels for software LUT |
Interface
Related functions