Ziti C SDK
Loading...
Searching...
No Matches
enums.h File Reference

Go to the source code of this file.

Data Structures

struct  ziti_terminator_precedence_s
 

Enumerations

enum  rate_type {
  EWMA_1m , EWMA_5m , EWMA_15m , MMA_1m ,
  CMA_1m , EWMA_5s , INSTANT
}
 Represents the type and rate of metric to capture. More...
 

Variables

const struct ziti_terminator_precedence_s PRECEDENCE
 

Enumeration Type Documentation

◆ rate_type

enum rate_type

Represents the type and rate of metric to capture.

Each enum contains the rate type and the expected duration metrics will be gathered

CMA - continually moving average EWMA - exponentially weighted moving average MMA - modified moving average

Enumerator
EWMA_1m 
EWMA_5m 
EWMA_15m 
MMA_1m 
CMA_1m 
EWMA_5s 
INSTANT 

Variable Documentation

◆ PRECEDENCE

const struct ziti_terminator_precedence_s PRECEDENCE