wlmaker
Loading...
Searching...
No Matches
wlm_graph_sample_t Struct Reference
Collaboration diagram for wlm_graph_sample_t:

Public Attributes

struct wlm_graph_sample_tprev
struct wlm_graph_sample_tnext
wlm_graph_values_t values
uint8_t value_peak

Detailed Description

Single sample in the circular buffer.

Member Data Documentation

◆ next

struct wlm_graph_sample_t* wlm_graph_sample_t::next

Next sample (newer).

◆ prev

struct wlm_graph_sample_t* wlm_graph_sample_t::prev

Previous sample (older). Traversing via prev walks back in time.

◆ value_peak

uint8_t wlm_graph_sample_t::value_peak

Peak usage value: 0 = no activity, 255 = max activity.

◆ values

wlm_graph_values_t wlm_graph_sample_t::values

Per-category usage values (0-255 each).


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