00001 00005 #include <bpm/bpm_messages.h> 00006 #include <bpm/bpm_calibration.h> 00007 00008 int update_freq_tdecay( bpmproc_t *proc, int npulses, bpmcalib_t *cal ) { 00009 00010 if ( ! proc || ! cal ) { 00011 bpm_error( "Invalid pointer arguments in update_freq_tdecay(...)", 00012 __FILE__, __LINE__ ); 00013 return BPM_FAILURE; 00014 } 00015 00016 00017 00018 return BPM_SUCCESS; 00019 }