Macros | |
#define | err_handler(msg) |
#define | wrn_handler(msg) |
Functions | |
arma_inline std::string | sp::sp_version (void) |
#define err_handler | ( | msg | ) |
Definition at line 213 of file base.h.
Referenced by sp::FFTW::export_wisdom_fft(), sp::FFTW::export_wisdom_fft_cx(), sp::FFTW::export_wisdom_ifft(), sp::FFTW::export_wisdom_ifft_cx(), sp::FFTW::fft(), sp::FFTW::fft2(), sp::FFTW::fft_cx(), sp::fir1_bp(), sp::fir1_bs(), sp::fir1_hp(), sp::gplot::get_type(), sp::gplot::gplot(), sp::FFTW::ifft(), sp::FFTW::ifft2(), sp::FFTW::ifft_cx(), sp::FFTW::import_wisdom_file(), sp::FFTW::import_wisdom_string(), sp::EKF::jacobian_analytical(), sp::EKF::jacobian_diff(), sp::parser::parse_cx(), and sp::PNM::read_header().
#define wrn_handler | ( | msg | ) |
Definition at line 224 of file base.h.
Referenced by sp::parser::parser().
arma_inline std::string sp::sp_version | ( | void | ) |
SigPack version string.
Definition at line 202 of file base.h.
References SP_VERSION_MAJOR, SP_VERSION_MINOR, and SP_VERSION_PATCH.