libosmocore  1.5.1
Osmocom core library
osmo_stat_item Struct Reference

data we keep for each actual item More...

#include <stat_item.h>

Data Fields

const struct osmo_stat_item_descdesc
 back-reference to the item description More...
 
int32_t last_value_index
 the index of the freshest value More...
 
int16_t last_offs
 offset to the freshest value in the value FIFO More...
 
struct osmo_stat_item_value values [0]
 value FIFO More...
 

Detailed Description

data we keep for each actual item

Field Documentation

◆ desc

const struct osmo_stat_item_desc* osmo_stat_item::desc

◆ last_offs

◆ last_value_index

int32_t osmo_stat_item::last_value_index

the index of the freshest value

Referenced by osmo_stat_item_group_alloc(), and osmo_stat_item_reset().

◆ values


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