libosmocore 1.9.0.192-1c24
Osmocom core library
rate_ctr_group_desc Struct Reference

description of a rate counter group More...

#include <rate_ctr.h>

Data Fields

const char * group_name_prefix
 The prefix to the name of all counters in this group. More...
 
const char * group_description
 The human-readable description of the group. More...
 
int class_id
 The class to which this group belongs. More...
 
unsigned int num_ctr
 The number of counters in this group. More...
 
const struct rate_ctr_descctr_desc
 Pointer to array of counter names. More...
 

Detailed Description

description of a rate counter group

Field Documentation

◆ class_id

int rate_ctr_group_desc::class_id

The class to which this group belongs.

Referenced by rate_ctr_group_desc_mangle(), and rate_ctr_handler().

◆ ctr_desc

const struct rate_ctr_desc* rate_ctr_group_desc::ctr_desc

Pointer to array of counter names.

Referenced by rate_ctr_for_each_counter(), rate_ctr_get_by_name(), and rate_ctr_group_desc_mangle().

◆ group_description

const char* rate_ctr_group_desc::group_description

The human-readable description of the group.

Referenced by rate_ctr_group_desc_mangle().

◆ group_name_prefix

const char* rate_ctr_group_desc::group_name_prefix

◆ num_ctr

unsigned int rate_ctr_group_desc::num_ctr

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