|
rusEFI
The most advanced open source ECU
|
#include <histogram.h>

Data Fields | |
| char | name [16] |
| int64_t | total_value |
| int64_t | total_count |
| int | values [BOUND_LENGTH] |
Definition at line 27 of file histogram.h.
| char histogram_s::name[16] |
Definition at line 28 of file histogram.h.
Referenced by initHistogram(), and printHistogram().
| int64_t histogram_s::total_count |
Definition at line 30 of file histogram.h.
Referenced by hsAdd(), hsReport(), and initHistogram().
| int64_t histogram_s::total_value |
Definition at line 29 of file histogram.h.
Referenced by hsAdd(), and initHistogram().
| int histogram_s::values[BOUND_LENGTH] |
Definition at line 31 of file histogram.h.
Referenced by hsAdd(), hsReport(), and initHistogram().