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
gnuradio-runtime/include/gnuradio/types.h File Reference
#include <gnuradio/api.h>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <stddef.h>
#include <gnuradio/gr_complex.h>
Include dependency graph for gnuradio-runtime/include/gnuradio/types.h:
This graph shows which files directly or indirectly include this file:

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 short gr_int16
 
typedef int gr_int32
 
typedef long long gr_int64
 
typedef unsigned short gr_uint16
 
typedef unsigned int gr_uint32
 
typedef unsigned long long gr_uint64
 

Typedef Documentation

typedef short gr_int16
typedef int gr_int32
typedef long long gr_int64
typedef unsigned short gr_uint16
typedef unsigned int gr_uint32
typedef unsigned long long gr_uint64
typedef std::vector<const void *> gr_vector_const_void_star
typedef std::vector<double> gr_vector_double
typedef std::vector<float> gr_vector_float
typedef std::vector<int> gr_vector_int
typedef std::vector<unsigned int> gr_vector_uint
typedef std::vector<void *> gr_vector_void_star