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
misc.h File Reference
#include <gnuradio/api.h>
#include <gnuradio/types.h>
Include dependency graph for misc.h:

Go to the source code of this file.

Functions

GR_RUNTIME_API unsigned int gr_rounduppow2 (unsigned int n)
 
GR_RUNTIME_API void gr_zero_vector (std::vector< float > &v)
 
GR_RUNTIME_API void gr_zero_vector (std::vector< double > &v)
 
GR_RUNTIME_API void gr_zero_vector (std::vector< int > &v)
 
GR_RUNTIME_API void gr_zero_vector (std::vector< gr_complex > &v)
 

Function Documentation

GR_RUNTIME_API unsigned int gr_rounduppow2 ( unsigned int  n)
GR_RUNTIME_API void gr_zero_vector ( std::vector< float > &  v)
GR_RUNTIME_API void gr_zero_vector ( std::vector< double > &  v)
GR_RUNTIME_API void gr_zero_vector ( std::vector< int > &  v)
GR_RUNTIME_API void gr_zero_vector ( std::vector< gr_complex > &  v)