| <handle_id> | id to indentify type of structure |
| <ra> | librasch handle |
| <mh> | measurement handle |
| <rh> | record handle |
| <eh> | evaluation handle |
| <plugin> | process-plugin this struct "belongs" to |
| <num_ch> | number of channels which should be shown in view (= -1: all channels) |
| <ch> | can be NULL if num_ch == -1 |
| <parent> | parent widget (will be cast in the plugin to the right type; depends on GUI-Framework) |
| <name> | name of the view (FIXME: for what is the name used?) |
| <signal> | signal object in GUI |
| <pos_name> | name of position event-property |
| <templ_name> | name of event-property which holds template-numbers (only needed for template-views) |
| <num_views> | number of views handled by the plugin |
| <views> | handle(s) of created view(s) |
| <real_views> | above handle can be a frame of the view, this is the handle of the view |
| <num_options> | number of options |
| <options> | pointer to plugin-specific option-struct |