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

event_prop_desc Struct Reference

contains description for an event-property More...


Data Fields

int id
int event_set_id
char ascii_id [EVAL_MAX_NAME]
char name [EVAL_MAX_NAME]
char desc [EVAL_MAX_DESC]
char unit [EVAL_MAX_UNIT]
long val_type
long num_values
int use_minmax
double min_value
double max_value


Detailed Description

Parameters:
<id> id of the event-property (see EVENT_PROP_* in ra_defines.h)
<event_set_id> id of the event-set which this property belongs to
<id_ascii> id-string of the event-property (=name but will not be translated)
<name> name of the event-property
<desc> description of the event-property
<unit> unit of the event-property
<val_type> type of the event-value
<num_values> number of values stored for the property (normally this is 1)
<use_minmax> flag if min- and max-values are valid (=1) or not (=0)
<min_value> minimum value of the event-property
<max_value> maximum value of the event-property

Definition at line 65 of file ra_event_props.h.


Field Documentation

char event_prop_desc::ascii_id[EVAL_MAX_NAME]
 

Definition at line 71 of file ra_event_props.h.

Referenced by fill_predef_prop_info().

char event_prop_desc::desc[EVAL_MAX_DESC]
 

Definition at line 74 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

int event_prop_desc::event_set_id
 

Definition at line 69 of file ra_event_props.h.

int event_prop_desc::id
 

Definition at line 67 of file ra_event_props.h.

double event_prop_desc::max_value
 

Definition at line 82 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

double event_prop_desc::min_value
 

Definition at line 81 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

char event_prop_desc::name[EVAL_MAX_NAME]
 

Definition at line 73 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

long event_prop_desc::num_values
 

Definition at line 77 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

char event_prop_desc::unit[EVAL_MAX_UNIT]
 

Definition at line 75 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

int event_prop_desc::use_minmax
 

Definition at line 80 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().

long event_prop_desc::val_type
 

Definition at line 76 of file ra_event_props.h.

Referenced by fill_predef_prop_info(), and fill_predef_prop_info_ascii().


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