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

plugin_process_func Struct Reference

structure with pointers to processing functions in plugin, will be set IN plugin More...


Data Fields

int(* get_info_id )(int id, value_handle vh)
proc_handle(* get_proc_handle )(plugin_handle pl)
void(* free_proc_handle )(proc_handle proc)
int(* do_processing )(proc_handle proc)


Detailed Description

Parameters:
<get_info_id> returns infos selected by id
<get_proc_handle> returns an initialized processing handle
<free_proc_handle> frees processing handle and allocated memory for the proc-handle
<do_processing> performs the processing algorithm of the plugin

Definition at line 275 of file ra_priv.h.


Field Documentation

int(* plugin_process_func::do_processing)(proc_handle proc)
 

Referenced by ra_proc_do().

void(* plugin_process_func::free_proc_handle)(proc_handle proc)
 

Referenced by ra_proc_free().

int(* plugin_process_func::get_info_id)(int id, value_handle vh)
 

proc_handle(* plugin_process_func::get_proc_handle)(plugin_handle pl)
 

Referenced by ra_proc_get().


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