GNU Radio 3.6.5 C++ API

gr_misc.h File Reference

#include <gr_core_api.h>
#include <gr_types.h>

Go to the source code of this file.

Functions

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

Function Documentation

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