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

ra_option_infos Struct Reference

Plugins which have options and want to support the getting/setting of options with function calls, can use this structure to store the information. More...


Data Fields

char * name
char * desc
long type
long offset
long num_offset


Detailed Description

Parameters:
<name> name of the option
<desc> description of the option
<type> value-type of the option
<offset> offset (in bytes) of the option in the option structure
<num_offset> offset (in bytes) of the number of elements if the option is an array of values

Definition at line 485 of file ra_priv.h.


Field Documentation

char* ra_option_infos::desc
 

Definition at line 488 of file ra_priv.h.

Referenced by get_option().

char* ra_option_infos::name
 

Definition at line 487 of file ra_priv.h.

Referenced by get_option().

long ra_option_infos::num_offset
 

Definition at line 494 of file ra_priv.h.

Referenced by ra_lib_get_option(), and ra_lib_set_option().

long ra_option_infos::offset
 

Definition at line 490 of file ra_priv.h.

Referenced by get_option(), ra_lib_get_option(), ra_lib_set_option(), and set_option().

long ra_option_infos::type
 

Definition at line 489 of file ra_priv.h.

Referenced by get_option(), and set_option().


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