Ziti C SDK
Loading...
Searching...
No Matches
enums.h File Reference
#include <stdint.h>

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...
 
enum  ziti_enroll_mode { ziti_enroll_none = 0 , ziti_enroll_cert , ziti_enroll_token }
 

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 

◆ ziti_enroll_mode

Enumerator
ziti_enroll_none 
ziti_enroll_cert 
ziti_enroll_token 

Variable Documentation

◆ PRECEDENCE

const struct ziti_terminator_precedence_s PRECEDENCE