|
|
libRASCH: plugin_struct Struct Reference
plugin_struct Struct Referencecontains all necessary info about a plugin
More...
Collaboration diagram for plugin_struct:
[legend]
Detailed Description
- Parameters:
-
| <handle_id> | set to RA_HANDLE_PLUGIN |
| <next> | pointer to next plugin |
| <prev> | pointer to previous plugin |
| <dl> | handle to loaded dynamic library |
| <ra> | handle to the libRASCH-instance loaded the plugin |
| <info> | structure of infos about the plugin |
| <access> | structure which contains function pointers needed by access plugins |
| <proc> | structure which contains function pointers needed by process plugins |
| <view> | structure which contains function pointers needed by view plugins |
| <call_gui> | pointer to a function showing a GUI element (e.g. dialogs) |
| <handle_signal> | pointer to a function handling signals |
| <set_option> | no longer used |
| <get_option> | no longer used |
Definition at line 319 of file ra_priv.h.
Field Documentation
|
|
Definition at line 332 of file ra_priv.h.
Referenced by add_class_orig(), add_eval_orig(), add_events_orig(), add_prop_orig(), add_sum_ch(), add_sum_part_orig(), add_summaries_orig(), add_values_orig(), ra_ch_add(), ra_dev_add(), ra_info_get(), ra_info_get_by_idx(), ra_info_set(), ra_meas_close(), ra_meas_find_first(), ra_meas_new(), ra_meas_open(), ra_meas_save(), ra_raw_add(), ra_raw_get(), ra_raw_get_unit(), ra_rec_add(), and ra_session_new(). |
|
|
Definition at line 329 of file ra_priv.h.
Referenced by close_plugins(), get_plugin_by_name(), get_plugin_info(), ra_comm_emit(), ra_eval_save_result(), ra_lib_get_option(), ra_lib_set_option(), ra_lib_use_plugin(), ra_meas_find_first(), ra_meas_open(), ra_plugin_get_by_name(), ra_plugin_get_by_num(), ra_proc_get_result(), and read_plugins(). |
The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:34:03 2005 for libRASCH by
1.4.2
|