#include "stats.h"
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
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 |
|
) |
| |