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_move

ra_meas_move

Name

ra_meas_move --  move measurement

Synopsis

LIBRAAPI meas_handle ra_meas_move (meas_handle mh, const char * dest_dir);

Arguments

mh

handle of measurement which should be moved

dest_dir

destination directory

Description

The function move the files of measurement mh to directory dest_dir. After the move the measurement will be reopend (to be able to handle the new positions of the files) and the functions returns the new measurement-handle. IMPORTANT!!! Function _not_ completely tested. Use at your own risk.

source file

ra.c