void ERR(int err, QString sender, QString func, QString detail)
D_Error_Handler::ERR pops an error message if an error occured and/or streams it to a csv file.
Definition: d_error_handler.cpp:23
static int Plot_AnyReal(QChartView *pChartView, vector< vector< double >> *vvX, vector< vector< double >> *vvY, QString name_title, QStringList qsl_name_series, QString name_x, QString name_y, int plot_mode=c_PLOT_SIMPLE_LINE, int mode_crop_y=c_VIS_TRAFO_CROP_DYNAMIC, double in_min_y=0, double in_max_y=255, int mode_trafo_y=c_VIS_TRAFO_LINEAR, double gamma_y=1, double center_y=0, double divisor_y=1, int mode_crop_x=c_VIS_TRAFO_CROP_DYNAMIC, double in_min_x=0, double in_max_x=255, int mode_trafo_x=c_VIS_TRAFO_LINEAR, double gamma_x=1, double center_x=0, double divisor_x=1)
Definition: d_plot.cpp:69