Files | |
file | bpm_error.c |
file | bpm_messages.h |
libbpm error/warning messages | |
file | bpm_warning.c |
Functions | |
EXTERN void | bpm_error (char *msg, char *f, int l) |
EXTERN void | bpm_warning (char *msg, char *f, int l) |
EXTERN void bpm_error | ( | char * | msg, | |
char * | f, | |||
int | l | |||
) |
Prints an error message in a standard format
msg | the error messages, without end of line character | |
f | the file position (__FILE__) | |
l | the line in the file (__LINE__) |
Definition at line 8 of file bpm_error.c.
Referenced by _check_ddc_buffers(), _check_fft_buffers(), _expand_complex_polynomial(), add_amplnoise(), add_excitation(), add_mode_response(), add_scalar_waveform(), add_waveforms(), alloc_complex_wave_double(), alloc_simple_wave_double(), alloc_simple_wave_int(), ana_set_cutfn(), apply_filter(), basic_stats(), calibrate(), calibrate_simple(), calibrate_svd(), cblas_dgemv(), complexfft(), complexwf(), complexwf_add(), complexwf_add_ampnoise(), complexwf_add_cwtone(), complexwf_add_dcywave(), complexwf_add_noise(), complexwf_add_phasenoise(), complexwf_bias(), complexwf_compat(), complexwf_copy(), complexwf_copy_new(), complexwf_divide(), complexwf_getamp(), complexwf_getamp_new(), complexwf_getimag(), complexwf_getimag_new(), complexwf_getphase(), complexwf_getphase_new(), complexwf_getreal(), complexwf_getreal_new(), complexwf_multiply(), complexwf_print(), complexwf_reset(), complexwf_scale(), complexwf_setfunction(), complexwf_setimag(), complexwf_setreal(), complexwf_setvalues(), complexwf_subset(), complexwf_subtract(), copy_waveform(), create_filter(), create_resonator_representation(), create_splane_representation(), ddc_gaussfilter(), ddc_gaussfilter_step(), ddc_initialise(), ddc_sample_waveform(), ddc_waveform(), digitise(), doublewf(), doublewf_add(), doublewf_add_ampnoise(), doublewf_add_cwtone(), doublewf_add_dcywave(), doublewf_basic_stats(), doublewf_bias(), doublewf_cast(), doublewf_cast_new(), doublewf_compat(), doublewf_copy(), doublewf_copy_new(), doublewf_derive(), doublewf_divide(), doublewf_getvalue(), doublewf_integrate(), doublewf_multiply(), doublewf_print(), doublewf_resample(), doublewf_reset(), doublewf_scale(), doublewf_setfunction(), doublewf_setvalues(), doublewf_subset(), doublewf_subtract(), downmix_waveform(), fft_gen_tables(), fft_initialise(), fft_waveform_double(), filter_impulse_response(), filter_step_response(), fit_ddc(), fit_fft(), fit_fft_prepare(), fit_waveform(), gaussian_filter_coeffs(), generate_bpm_orbit(), generate_bpmsignal(), generate_corr_scan(), generate_diode(), generate_dipole(), generate_monopole(), generate_mover_scan(), get_bpmhit(), get_header(), get_IQ(), get_mode_response(), get_pedestal(), get_pos(), get_slope(), get_t0(), gsl_blas_dgemv(), gsl_block_alloc(), gsl_linalg_bidiag_decomp(), gsl_linalg_bidiag_unpack(), gsl_linalg_bidiag_unpack2(), gsl_linalg_SV_decomp(), gsl_linalg_SV_solve(), gsl_matrix_alloc(), gsl_matrix_column(), gsl_matrix_const_column(), gsl_matrix_const_row(), gsl_matrix_row(), gsl_matrix_submatrix(), gsl_matrix_swap_columns(), gsl_vector_alloc(), gsl_vector_const_subvector(), gsl_vector_subvector(), gsl_vector_swap_elements(), handle_saturation(), int_to_double_waveform(), intwf(), intwf_add(), intwf_add_ampnoise(), intwf_add_cwtone(), intwf_add_dcywave(), intwf_basic_stats(), intwf_bias(), intwf_cast(), intwf_cast_new(), intwf_compat(), intwf_copy(), intwf_copy_new(), intwf_derive(), intwf_divide(), intwf_getvalue(), intwf_integrate(), intwf_multiply(), intwf_print(), intwf_resample(), intwf_reset(), intwf_scale(), intwf_setfunction(), intwf_setvalues(), intwf_subset(), intwf_subtract(), load_bpmconf(), load_calibration(), load_signals(), load_struct(), mult_scalar_waveform(), mult_waveform(), normalise_filter(), nr_ax_eq_b_LU(), nr_fit(), nr_four1(), nr_gammln(), nr_gammq(), nr_gcf(), nr_gser(), nr_lmchkjac(), nr_lmder(), nr_lmder_bc(), nr_lmdif(), nr_lmdif_bc(), nr_median(), nr_realft(), nr_seed(), nr_select(), print_filter(), process_diode(), process_dipole(), process_waveform(), realfft(), rf_addLO(), rf_amplify(), rf_amplify_complex(), rf_mixer(), rf_phase_shifter(), rf_rectify(), save_calibration(), save_signals(), setup_calibration(), update_freq_tdecay(), wfstat_print(), wfstat_reset(), and zplane_transform().
EXTERN void bpm_warning | ( | char * | msg, | |
char * | f, | |||
int | l | |||
) |
Prints an warning message in a standard format
msg | the error messages, without end of line character | |
f | the file position (__FILE__) | |
l | the line in the file (__LINE__) |
Definition at line 8 of file bpm_warning.c.
Referenced by _check_ddc_buffers(), _check_fft_buffers(), basic_stats(), complexfft(), complexwf_add(), complexwf_delete(), complexwf_divide(), complexwf_getamp(), complexwf_getimag(), complexwf_getphase(), complexwf_getreal(), complexwf_multiply(), complexwf_setimag(), complexwf_setreal(), complexwf_subtract(), create_filter(), ddc_gaussfilter_step(), doublewf_add(), doublewf_basic_stats(), doublewf_delete(), doublewf_divide(), doublewf_multiply(), doublewf_subtract(), generate_corr_scan(), generate_mover_scan(), get_IQ(), get_mode_amplitude(), get_pedestal(), get_t0(), handle_saturation(), intwf_add(), intwf_delete(), intwf_divide(), intwf_multiply(), intwf_subtract(), load_bpmconf(), load_signals(), nr_gcf(), nr_gser(), process_waveform(), and realfft().