bpmanalysis/ana_set_cutfn.c

Go to the documentation of this file.
00001 
00005 #include <bpm/bpm_messages.h>
00006 #include <bpm/bpm_analysis.h>
00007 
00008 int ana_set_cutfn( int (*cutfn)( bpmproc_t *proc ) ) {
00009   
00010   if (! cutfn ){
00011     
00012     bpm_error("Bad function pointer in ana_set_ctufn(...)",
00013               __FILE__, __LINE__);
00014   }
00015 
00016   ana_cutfn = cutfn;
00017 
00018   return BPM_GOOD_EVENT;
00019 }

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