libRASCH: read_evaluation.c File Reference
read_evaluation.c File Reference
Include dependency graph for read_evaluation.c:
Go to the source code of this file.
Defines
#define _LIBRASCH_BUILD
Functions
int read_evaluation (meas_handle mh)
get the original evaluation from a measurement
eval_handle add_eval_orig (meas_handle mh, struct plugin_struct *pl)
create original evaluation in a measurement
int add_class_orig (meas_handle mh, eval_handle eh, struct plugin_struct *pl)
add original event-classes
int add_events_orig (class_handle clh, struct plugin_struct *pl, long **ev_ids, long *num)
add original events
int add_prop_orig (class_handle clh, struct plugin_struct *pl, long *ev_ids, long num_ev)
add original event properties
int add_values_orig (prop_handle ph, struct plugin_struct *pl, long *ev_ids, long num_ev)
add original event values
int add_summaries_orig (class_handle clh, struct plugin_struct *pl)
add event-summaries from a measurement
int add_sum_ch (class_handle clh, sum_handle sh, long sum_num, long num_ch, const long *ch, struct plugin_struct *pl)
int add_sum_part_orig (sum_handle sh, long n_ch, long n_dim, struct plugin_struct *pl)
int do_post_processing (meas_handle mh, eval_handle eh)
process original evaluation after getting the data
void post_process_ecg (meas_handle mh, eval_handle eh, class_handle clh)
post-process ecg data
Detailed Description
This file provides the part of the API to access evaluations.
Author: Raphael Schneider (rasch@med1.med.tum.de )
Definition in file read_evaluation.c .
Define Documentation
Function Documentation
Parameters:
<mh> measurement handle
<pl> pointer to a plugin structure
The function adds all event-classes from a measurement to the original evaluation.
Definition at line 117 of file read_evaluation.c .
References plugin_struct::access , add_events_orig() , add_prop_orig() , add_summaries_orig() , plugin_access_func::get_class_info , plugin_access_func::get_class_num , ra_class_add() , ra_value_free() , ra_value_get_string() , ra_value_is_ok() , and ra_value_malloc() .
Referenced by read_evaluation() .
Parameters:
<clh> event-class handle
<pl> pointer to a plugin structure
The function adds all event-properties from a measurement to the original evaluation.
Definition at line 240 of file read_evaluation.c .
References plugin_struct::access , add_values_orig() , plugin_access_func::get_prop_info , plugin_access_func::get_prop_num , ra_prop_add() , ra_value_free() , ra_value_get_double() , ra_value_get_long() , ra_value_get_string() , ra_value_is_ok() , and ra_value_malloc() .
Referenced by add_class_orig() .
Parameters:
<mh> measurement handle
<pl> pointer to a plugin structure
The function adds the original templates (stored in a measurement) in the evaluation 'e'.
Definition at line 362 of file read_evaluation.c .
References plugin_struct::access , add_sum_ch() , plugin_access_func::get_sum_ch_info , plugin_access_func::get_sum_info , plugin_access_func::get_sum_num , ra_sum_add() , ra_value_free() , ra_value_get_long_array() , ra_value_get_num_elem() , ra_value_get_string() , ra_value_is_ok() , and ra_value_malloc() .
Referenced by add_class_orig() .
Generated on Fri May 27 11:33:41 2005 for libRASCH by
1.4.2