TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:54 2007
libRASCH: eval_summary Struct Reference

eval_summary Struct Reference

contains infos about event summaries More...

Collaboration diagram for eval_summary:

Collaboration graph
[legend]

Data Fields

unsigned short handle_id
eval_summarynext
eval_summaryprev
ra_measmeas
eval_classevclass
long id
char ascii_id [MAX_ID_LEN]
long num_ch
eval_sum_ch_descch_desc
long num_data_elements
unsigned short last_data_id
eval_sum_datasum

Detailed Description

Parameters:
<handle_id> set to RA_HANDLE_EVENT_SUMMARY
<next> pointer to the next eval_summary structure
<prev> pointer to the previous eval_summary structure
<meas> pointer to the measurement which the event summary belongs to
<evclass> pointer to the event class structure this event summary belongs to
<id> id of the event summary (use only inside of libRASCH)
<ascii_id> string-id of the event summary
<num_ch> number of channels in the summary
<ch_desc> description for each channel
<num_summaries> number of summary elements
<sum> array of the summary elements

Definition at line 291 of file ra_eval.h.


Field Documentation

char eval_summary::ascii_id[MAX_ID_LEN]
 

Definition at line 303 of file ra_eval.h.

Referenced by eval_get_info(), ra_sum_add(), and ra_sum_get().

struct eval_sum_ch_desc* eval_summary::ch_desc
 

Definition at line 306 of file ra_eval.h.

Referenced by eval_get_info(), get_sum_data_idx(), ra_sum_add_ch(), and ra_sum_delete().

struct eval_class* eval_summary::evclass
 

Definition at line 300 of file ra_eval.h.

Referenced by ra_sum_add(), and ra_sum_delete().

unsigned short eval_summary::handle_id
 

Definition at line 293 of file ra_eval.h.

Referenced by ra_sum_add().

long eval_summary::id
 

Definition at line 302 of file ra_eval.h.

unsigned short eval_summary::last_data_id
 

Definition at line 309 of file ra_eval.h.

Referenced by ra_sum_add_part().

struct ra_meas* eval_summary::meas
 

Definition at line 298 of file ra_eval.h.

Referenced by ra_meas_handle_from_any_handle(), and ra_sum_add().

struct eval_summary* eval_summary::next
 

Definition at line 295 of file ra_eval.h.

Referenced by ra_sum_get().

long eval_summary::num_ch
 

Definition at line 305 of file ra_eval.h.

Referenced by eval_get_info(), get_sum_data_idx(), and ra_sum_add_ch().

long eval_summary::num_data_elements
 

Definition at line 308 of file ra_eval.h.

Referenced by ra_sum_add_ch(), and ra_sum_add_part().

struct eval_summary* eval_summary::prev
 

Definition at line 296 of file ra_eval.h.

struct eval_sum_data* eval_summary::sum
 

Definition at line 310 of file ra_eval.h.

Referenced by ra_meas_handle_from_any_handle(), ra_sum_add_part(), ra_sum_del_part(), ra_sum_delete(), ra_sum_get_part_data(), ra_sum_get_part_events(), and ra_sum_set_part_data().


The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:33:57 2005 for libRASCH by  doxygen 1.4.2