#include <vector>
Go to the source code of this file.
Classes |
struct | Stats |
Functions |
void | addElement (Stats *s, int value, int pos) |
void | initStats (Stats *s, const char *name, const char *unit) |
void | initStats (Stats *s, const char *name, const char *unit, const char *child_name) |
void | updateStat (Stats *s, int val, int pos) |
void | updateValueStats (Stats *s, int value, int index) |
void | updateValueStats2 (Stats *s, int value, int index) |
Function Documentation
void initStats |
( |
Stats * |
s, |
|
|
const char * |
name, |
|
|
const char * |
unit, |
|
|
const char * |
child_name |
|
) |
| |