LIBRAAPI int ra_meas_find_next (ra_find_handle h, struct ra_find_struct * rfs);
LIBRAAPI int ra_meas_find_next
h
find-handle
rfs
pointer to ra_find_struct which will held the infos for the found measurement.
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().
ra.c