GNU Radio 3.6.0 C++ API
|
Go to the source code of this file.
Defines | |
#define | GR_EXTRAS_API __GR_ATTR_IMPORT |
Functions | |
template<typename type > | |
std::complex< double > | gr_num_to_complex_double (const std::complex< type > &val) |
template<typename type > | |
std::complex< double > | gr_num_to_complex_double (const type &val) |
template<typename type > | |
void | gr_complex_double_to_num (const std::complex< double > &in, std::complex< type > &out) |
template<typename type > | |
void | gr_complex_double_to_num (const std::complex< double > &in, type &out) |
#define GR_EXTRAS_API __GR_ATTR_IMPORT |
void gr_complex_double_to_num | ( | const std::complex< double > & | in, |
std::complex< type > & | out | ||
) |
void gr_complex_double_to_num | ( | const std::complex< double > & | in, |
type & | out | ||
) |
std::complex<double> gr_num_to_complex_double | ( | const std::complex< type > & | val | ) |
std::complex<double> gr_num_to_complex_double | ( | const type & | val | ) |