GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
log2_const.h File Reference
#include <gnuradio/blocks/api.h>
#include <assert.h>
Include dependency graph for log2_const.h:

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 
 gr::blocks
 

Functions

template<unsigned int k>
static int gr::blocks::log2_const ()
 
template<>
int gr::blocks::log2_const< 1 > ()
 
template<>
int gr::blocks::log2_const< 2 > ()
 
template<>
int gr::blocks::log2_const< 4 > ()
 
template<>
int gr::blocks::log2_const< 8 > ()
 
template<>
int gr::blocks::log2_const< 16 > ()
 
template<>
int gr::blocks::log2_const< 32 > ()
 
template<>
int gr::blocks::log2_const< 64 > ()
 
template<>
int gr::blocks::log2_const< 128 > ()
 
template<>
int gr::blocks::log2_const< 256 > ()
 
template<>
int gr::blocks::log2_const< 512 > ()
 
template<>
int gr::blocks::log2_const< 1024 > ()