rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
histogram_s Struct Reference

#include <histogram.h>

Collaboration diagram for histogram_s:
Collaboration graph
[legend]

Data Fields

char name [16]
 
int64_t total_value
 
int64_t total_count
 
int values [BOUND_LENGTH]
 

Detailed Description

Definition at line 27 of file histogram.h.

Field Documentation

◆ name

char histogram_s::name[16]

Definition at line 28 of file histogram.h.

Referenced by initHistogram(), and printHistogram().

◆ total_count

int64_t histogram_s::total_count

Definition at line 30 of file histogram.h.

Referenced by hsAdd(), hsReport(), and initHistogram().

◆ total_value

int64_t histogram_s::total_value

Definition at line 29 of file histogram.h.

Referenced by hsAdd(), and initHistogram().

◆ values

int histogram_s::values[BOUND_LENGTH]

Definition at line 31 of file histogram.h.

Referenced by hsAdd(), hsReport(), and initHistogram().


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