trafilo 0.1.0
Streaming event-handler framework in C
Loading...
Searching...
No Matches
sliding_window_t Struct Reference

A sliding sampling window represented as a linked list of timestamps. More...

#include <window.h>

Data Fields

ts_node_thead
ts_node_ttail
size_t count
long window_size_ms
long slide_ms
struct timespec last_emit

Detailed Description

A sliding sampling window represented as a linked list of timestamps.

Field Documentation

◆ count

size_t sliding_window_t::count

◆ head

ts_node_t* sliding_window_t::head

◆ last_emit

struct timespec sliding_window_t::last_emit

◆ slide_ms

long sliding_window_t::slide_ms

◆ tail

ts_node_t* sliding_window_t::tail

◆ window_size_ms

long sliding_window_t::window_size_ms

The documentation for this struct was generated from the following file: