GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
types.h File Reference
#include <gnuradio/api.h>
#include <cstddef>
#include <memory>
#include <vector>
#include <gnuradio/gr_complex.h>
#include <cstdint>

Go to the source code of this file.

Typedefs

typedef std::vector< int > gr_vector_int
 
typedef std::vector< unsigned int > gr_vector_uint
 
typedef std::vector< float > gr_vector_float
 
typedef std::vector< double > gr_vector_double
 
typedef std::vector< void * > gr_vector_void_star
 
typedef std::vector< const void * > gr_vector_const_void_star
 

Typedef Documentation

◆ gr_vector_const_void_star

typedef std::vector<const void*> gr_vector_const_void_star

◆ gr_vector_double

typedef std::vector<double> gr_vector_double

◆ gr_vector_float

typedef std::vector<float> gr_vector_float

◆ gr_vector_int

typedef std::vector<int> gr_vector_int

◆ gr_vector_uint

typedef std::vector<unsigned int> gr_vector_uint

◆ gr_vector_void_star

typedef std::vector<void*> gr_vector_void_star