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: proc_info Struct Reference

proc_info Struct Reference

infos about processing which will be used in plugins More...


Data Fields

unsigned short handle_id
plugin_handle plugin
ra_handle ra
meas_handle mh
rec_handle rh
void(* callback )(const char *text, int percent)
long num_options
void * options
long num_result_sets
long num_results
value_handleresults


Detailed Description

Parameters:
<handle_id> id to indentify type of structure
<plugin> process-plugin this struct "belongs" to
<ra> librasch handle
<mh> measurement handle
<rh> record handle
<callback> function pointer to show progress
<num_options> number of options
<options> pointer to plugin-specific option-struct
<num_result_sets> number of available result-sets (when multiple event-classes were processed)
<num_results> number of the available results
<results> array of value_handle's holding the results ('num_result_sets' * 'num_results' elements)

Definition at line 530 of file ra_priv.h.


Field Documentation

void(* proc_info::callback)(const char *text, int percent)
 

unsigned short proc_info::handle_id
 

Definition at line 532 of file ra_priv.h.

meas_handle proc_info::mh
 

Definition at line 537 of file ra_priv.h.

Referenced by ra_eval_save_result(), and ra_proc_do().

long proc_info::num_options
 

Definition at line 542 of file ra_priv.h.

long proc_info::num_result_sets
 

Definition at line 545 of file ra_priv.h.

Referenced by get_proc_info(), ra_eval_save_result(), and ra_proc_get_result().

long proc_info::num_results
 

Definition at line 546 of file ra_priv.h.

Referenced by get_proc_info(), ra_eval_save_result(), and ra_proc_get_result().

void* proc_info::options
 

Definition at line 543 of file ra_priv.h.

Referenced by ra_lib_get_option(), and ra_lib_set_option().

plugin_handle proc_info::plugin
 

Definition at line 534 of file ra_priv.h.

Referenced by ra_eval_save_result(), ra_lib_get_option(), ra_lib_set_option(), ra_proc_do(), ra_proc_free(), and ra_proc_get_result().

ra_handle proc_info::ra
 

Definition at line 536 of file ra_priv.h.

value_handle* proc_info::results
 

Definition at line 547 of file ra_priv.h.

Referenced by ra_eval_save_result(), and ra_proc_get_result().

rec_handle proc_info::rh
 

Definition at line 538 of file ra_priv.h.


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