Definition at line 10030 of file mhttpd.c.
Data Fields | |
char | event_name [NAME_LENGTH] |
char | var_name [NAME_LENGTH] |
float | hist_factor |
float | hist_offset |
char | hist_col [NAME_LENGTH] |
char | hist_label [NAME_LENGTH] |
int | hist_order |
char hist_var_t::event_name[NAME_LENGTH] |
Definition at line 10032 of file mhttpd.c.
Referenced by export_hist(), load_vars_param(), and show_hist_config_page().
char hist_var_t::hist_col[NAME_LENGTH] |
float hist_var_t::hist_factor |
Definition at line 10034 of file mhttpd.c.
Referenced by add_vars(), load_vars_odb(), load_vars_param(), and show_hist_config_page().
char hist_var_t::hist_label[NAME_LENGTH] |
float hist_var_t::hist_offset |
Definition at line 10035 of file mhttpd.c.
Referenced by load_vars_odb(), load_vars_param(), and show_hist_config_page().
Definition at line 10038 of file mhttpd.c.
Referenced by add_vars(), load_vars_odb(), load_vars_param(), and show_hist_config_page().
char hist_var_t::var_name[NAME_LENGTH] |
Definition at line 10033 of file mhttpd.c.
Referenced by export_hist(), and show_hist_config_page().