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_class_desc Struct Reference

event_class_desc Struct Reference

contains description for an event-class More...


Data Fields

int id
char ascii_id [EVAL_MAX_NAME]
char name [EVAL_MAX_NAME]
char desc [EVAL_MAX_DESC]


Detailed Description

Parameters:
<id> id of the event-class (see EVENT_CLASS_* in ra_event_props.h)
<id_ascii> id-string of the event-class (=name but will not be translated)
<name> name of the event-class
<desc> description of the event-class

Definition at line 40 of file ra_event_props.h.


Field Documentation

char event_class_desc::ascii_id[EVAL_MAX_NAME]
 

Definition at line 43 of file ra_event_props.h.

Referenced by fill_predef_class_info().

char event_class_desc::desc[EVAL_MAX_DESC]
 

Definition at line 46 of file ra_event_props.h.

Referenced by fill_predef_class_info(), and fill_predef_class_info_ascii().

int event_class_desc::id
 

Definition at line 42 of file ra_event_props.h.

char event_class_desc::name[EVAL_MAX_NAME]
 

Definition at line 45 of file ra_event_props.h.

Referenced by fill_predef_class_info(), and fill_predef_class_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