bpmcalibration/calibrate_simple.c

Go to the documentation of this file.
00001 
00004 #include <bpm/bpm_messages.h>
00005 #include <bpm/bpm_calibration.h>
00006 
00007 int calibrate_simple( bpmconf_t **bpmcnf, bpmproc_t **proc, beamconf_t **beam, 
00008                       int npulses ) {
00013   if ( ! bpmcnf || ! proc || ! beam ) {
00014     bpm_error( "Invalid pointer arguments in process_dipole(...)",
00015                __FILE__, __LINE__ );
00016     return BPM_FAILURE;
00017   }
00018 
00019 
00020   return BPM_SUCCESS;
00021 
00022 }
00023 
00024 

Generated on Thu Jan 10 10:18:04 2008 for libbpm by  doxygen 1.5.1