#include <stdio.h>
#include <string.h>
#include <vector>
#include <math.h>
#include "wmp_config.h"
#include "core/include/frames.h"
#include "window2.hh"
Go to the source code of this file.
Defines | |
#define | MAX_V -3 |
#define | MIN_V -2 |
#define | NONE -1 |
Functions | |
bool | stat_ask_plotter (int i) |
void | stat_plot_hist (int i, int nbins, double zoom) |
void | stat_plot_tg (int i) |
void | stat_write_to_file (int i) |
int | statistics_from_file (char *filename, int &begin, int &end) |
void | statistics_get_fez (int &min, int &max) |
void | statistics_init () |
void | statistics_new_frame (wmpFrame *r, long long time, int i, int bytes, simData_Hdr *sdh=NULL) |
void | statistics_publish (window2 *w) |
#define MAX_V -3 |
Definition at line 52 of file statistics.h.
#define MIN_V -2 |
Definition at line 51 of file statistics.h.
#define NONE -1 |
Definition at line 50 of file statistics.h.
bool stat_ask_plotter | ( | int | i | ) |
Definition at line 651 of file statistics.cc.
void stat_plot_hist | ( | int | i, |
int | nbins, | ||
double | zoom | ||
) |
Definition at line 482 of file statistics.cc.
void stat_plot_tg | ( | int | i | ) |
Definition at line 476 of file statistics.cc.
void stat_write_to_file | ( | int | i | ) |
Definition at line 479 of file statistics.cc.
int statistics_from_file | ( | char * | filename, |
int & | begin, | ||
int & | end | ||
) |
Definition at line 133 of file statistics.cc.
void statistics_get_fez | ( | int & | min, |
int & | max | ||
) |
Definition at line 178 of file statistics.cc.
void statistics_init | ( | ) |
Definition at line 198 of file statistics.cc.
void statistics_new_frame | ( | wmpFrame * | r, |
long long | time, | ||
int | i, | ||
int | bytes, | ||
simData_Hdr * | sdh = NULL |
||
) |
Definition at line 267 of file statistics.cc.
void statistics_publish | ( | window2 * | w | ) |
Definition at line 486 of file statistics.cc.