malt-wr
|
#include <constype.h>
Data Fields | |
int | param_nr |
char | choice_meth |
double | start_mean_value |
double | end_deviation_value |
double | delta_ratio |
double | value |
int | points_nr |
struct TIME_PARAM_STRUCT * | next |
Definition at line 543 of file constype.h.
char TIME_PARAM_STRUCT::choice_meth |
Definition at line 546 of file constype.h.
double TIME_PARAM_STRUCT::delta_ratio |
Definition at line 549 of file constype.h.
double TIME_PARAM_STRUCT::end_deviation_value |
Definition at line 548 of file constype.h.
struct TIME_PARAM_STRUCT* TIME_PARAM_STRUCT::next |
Definition at line 552 of file constype.h.
int TIME_PARAM_STRUCT::param_nr |
Definition at line 545 of file constype.h.
int TIME_PARAM_STRUCT::points_nr |
Definition at line 551 of file constype.h.
double TIME_PARAM_STRUCT::start_mean_value |
Definition at line 547 of file constype.h.
double TIME_PARAM_STRUCT::value |
Definition at line 550 of file constype.h.