DolphinV4 API  1.6.1.0
FILTER config parameters
Collaboration diagram for FILTER config parameters:

Enumerations

enum  FILTER_PARAM_IDX { IDX_FILTER_MAX = 0, IDX_FILTER_OPERATOR }

Detailed Description

Filter initialization parameters. The first enumeration member = 0, the next = 1, etc

Filter initialization parameter indexes


Enumeration Type Documentation

Enumerator:
IDX_FILTER_MAX 

Maximum number of filters [ro].

IDX_FILTER_OPERATOR 

Operator of all filters:FILTER_ALL_AND or FILTER_ALL_OR When using more filters, each filter has to be seen as a logical object with boolean result. These results are then all computed with the adjusted operator AND or OR. F.e., the operator AND is only sensfull when using different filter types The operator OR is useful to filter some learned IDs, when only they are allowed.