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_next

ra_meas_find_next

Name

ra_meas_find_next --  find libRASCH-handled measurements (returns next)

Synopsis

LIBRAAPI int ra_meas_find_next (ra_find_handle h, struct ra_find_struct * rfs);

Arguments

h

find-handle

rfs

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

Description

Returns 1 if another measurement was found (the information will be in mfs) or 0 if there are no more measurements searched with ra_meas_find_first().

source file

ra.c