Find

Find the specified element in a given buffer

Synopsis

FwStatus   fwsFindC_8u ( const Fw8u* pSrcint lenFw8u valFindint* pIndex );
FwStatus   fwsFindC_16u ( const Fw16u* pSrcint lenFw16u valFindint* pIndex );
FwStatus   fwsFindRevC_8u ( const Fw8u* pSrcint lenFw8u valFindint* pIndex );
FwStatus   fwsFindRevC_16u ( const Fw16u* pSrcint lenFw16u valFindint* pIndex );

Parameters

len   Specifies the number of elements in a buffer.
pIndex   Pointer to the index of the result.
pSrc   Pointer to a source buffer.
valFind   Value of the element to be found.

Description

Find the specified element in a given buffer