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

ra_auto_create_class Struct Reference

Infos about event-classes which are added to. More...


Data Fields

char * ascii_id
long start_pos_idx
long end_pos_idx
char * info_short
char * info_long
char * info_ext
class_handle clh
long num_events
long * event_ids


Detailed Description

Parameters:
<ascii_id> ascii-id of the event-class
<start_pos_idx> result-index holding the start position
<end_pos_idx> result-index holding the end position
<info_short> a short name describing this specific event-class
<info_long> a longer description of this specific event-class
<info_ext> a short string which will be added to property names
<clh> will hold the class_handle after adding the event-class (is valid only in ra_eval_save_result() function)
<num_events> number of added event-id's (is valid only in ra_eval_save_result() function)
<event_ids> will hold an array with the added event-id's (is valid only in ra_eval_save_result() function)

Definition at line 330 of file ra_eval.h.


Field Documentation

char* ra_auto_create_class::ascii_id
 

Definition at line 332 of file ra_eval.h.

Referenced by create_auto_class().

class_handle ra_auto_create_class::clh
 

Definition at line 338 of file ra_eval.h.

Referenced by create_auto_class(), and create_auto_prop().

long ra_auto_create_class::end_pos_idx
 

Definition at line 334 of file ra_eval.h.

Referenced by create_auto_class().

long* ra_auto_create_class::event_ids
 

Definition at line 340 of file ra_eval.h.

Referenced by create_auto_class(), create_auto_prop(), and ra_eval_save_result().

char* ra_auto_create_class::info_ext
 

Definition at line 337 of file ra_eval.h.

Referenced by create_auto_class().

char* ra_auto_create_class::info_long
 

Definition at line 336 of file ra_eval.h.

Referenced by create_auto_class().

char* ra_auto_create_class::info_short
 

Definition at line 335 of file ra_eval.h.

Referenced by create_auto_class().

long ra_auto_create_class::num_events
 

Definition at line 339 of file ra_eval.h.

Referenced by create_auto_class().

long ra_auto_create_class::start_pos_idx
 

Definition at line 333 of file ra_eval.h.

Referenced by create_auto_class(), and ra_eval_save_result().


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