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:50 2007
ra_lib_get_option

ra_lib_get_option

Name

ra_lib_get_option --  returns an option value

Synopsis

LIBRAAPI int ra_lib_get_option (any_handle h, const char * opt_name, value_handle vh);

Arguments

h

return option from this object

opt_name

name of the option

vh

after function-call, contains option value

Description

The function tries to return the option opt_name from the object h. At the moment only options for process-plugins (h needs to be a process-handle) are supported.

source file

ra.c