Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
Go to the source code of this file.
Classes | |
struct | Pothos::Util::Fundamental< T > |
Determine the fundamental data type of T for primitive types. More... | |
struct | Pothos::Util::Fundamental< std::complex< T > > |
Overload for getting the fundamental type of std::complex<T> More... | |
Namespaces | |
Pothos | |
Pothos::Util | |
Functions | |
template<typename T , typename U > | |
T | Pothos::Util::fromQ (const U &in, const int n) |
template<typename T , typename U > | |
T | Pothos::Util::fromQ (const U &in) |
template<typename T , typename U > | |
T | Pothos::Util::floatToQ (const U &in, const int n) |
template<typename T , typename U > | |
T | Pothos::Util::floatToQ (const U &in) |
Templated fixed point utilities and Q-format conversions.