ETcWatchdogAccumulationType

Offers watchdog accumulation types to compute the fraction processed.

Syntax

Definition:

enum ETcWatchdogAccumulationType : USHORT
{
    WD_ACC_TYPE_MEAN    = 1,
    WD_ACC_TYPE_PRODUCT = 2
};

Values

Name

Description

WD_ACC_TYPE_MEAN

Calculates the mean of the individual fractions processed over all monitored functions (recommended for independent functions).

WD_ACC_TYPE_PRODUCT

Calculates the product of the individual fractions processed over all monitored functions (recommended for dependent functions).