Mapper
|
#include <shef_structs.h>
Public Attributes | |
long | time_current |
long | time_start_log |
long | time_stop_log |
long | time_start_prod |
long | time_stop_prod |
int | post_stats [MAX_ACCEPTABLE_PE+1][MAX_ACCEPTABLE_TS+1] |
char | ts_post_time [MAX_ACCEPTABLE_TS+1][8] |
int | parse_stats [MAX_ACCEPTABLE_CATEGORIES+1] |
char | acceptable_pe [MAX_ACCEPTABLE_PE+1][PE_SIZE] |
char | acceptable_ts [MAX_ACCEPTABLE_TS+1][TS_SIZE] |
int | num_pe |
int | num_ts |
char | dtg [40] |
int | flag |
char | product_name [30] |
Definition at line 193 of file shef_structs.h.
char t_stats_::acceptable_pe |
Definition at line 202 of file shef_structs.h.
char t_stats_::acceptable_ts |
Definition at line 203 of file shef_structs.h.
char t_stats_::dtg |
Definition at line 206 of file shef_structs.h.
int t_stats_::flag |
Definition at line 207 of file shef_structs.h.
int t_stats_::num_pe |
Definition at line 204 of file shef_structs.h.
int t_stats_::num_ts |
Definition at line 205 of file shef_structs.h.
int t_stats_::parse_stats |
Definition at line 201 of file shef_structs.h.
int t_stats_::post_stats |
Definition at line 199 of file shef_structs.h.
char t_stats_::product_name |
Definition at line 208 of file shef_structs.h.
long t_stats_::time_current |
Definition at line 194 of file shef_structs.h.
long t_stats_::time_start_log |
Definition at line 195 of file shef_structs.h.
long t_stats_::time_start_prod |
Definition at line 197 of file shef_structs.h.
long t_stats_::time_stop_log |
Definition at line 196 of file shef_structs.h.
long t_stats_::time_stop_prod |
Definition at line 198 of file shef_structs.h.
char t_stats_::ts_post_time |
Definition at line 200 of file shef_structs.h.