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_find_first

ra_meas_find_first

Name

ra_meas_find_first --  find libRASCH-handled measurements (return first one)

Synopsis

LIBRAAPI ra_find_handle ra_meas_find_first (ra_handle h, const char * dir, struct ra_find_struct * rfs);

Arguments

h

handle to libRASCH

dir

directory which should be scanned for measurements

rfs

pointer to ra_find_struct which will held the infos for the found measurement.

Description

Search for libRASCH-handled measurements in dir. If at least on measurement was found a valid (!NULL) ra_find_handle will be returned and the infos about the measurement is in mfs.

source file

ra.c