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_meas_open

ra_meas_open

Name

ra_meas_open --  open a measurement

Synopsis

LIBRAAPI meas_handle ra_meas_open (ra_handle h, const char * file, int fast);

Arguments

h

handle to libRASCH

file

file-name of the measurement

fast

flag if some init-code should be done (=0) or not (=1)

Description

Opens the measurement file and returns a handle to the measurement. If the fast-flag is set, some initialisation-code (e.g. reading evaluation infos from the files) will not be done. This can be useful if only information about the measurment-object is needed but not about the evaluation. Getting the evaluation infos can be "very" time consuming.

source file

ra.c