GNU Radio's BLOCKSTREAM Package
types.h File Reference
#include <cstdint>

Go to the source code of this file.

Macros

#define PREC_32_BIT
 

Typedefs

using B_8 = int8_t
 
using B_16 = int16_t
 
using B_32 = int32_t
 
using B_64 = int64_t
 
using R_8 = float
 
using R_16 = float
 
using R_32 = float
 
using R_64 = double
 
using Q_8 = signed char
 
using Q_16 = short
 
using Q_32 = float
 
using Q_64 = double
 
using QD_8 = short
 
using QD_16 = short
 
using QD_32 = float
 
using QD_64 = double
 
using B = B_32
 
using R = R_32
 
using Q = Q_32
 
using QD = QD_32
 

Macro Definition Documentation

#define PREC_32_BIT

Typedef Documentation

using B = B_32
using B_16 = int16_t
using B_32 = int32_t
using B_64 = int64_t
using B_8 = int8_t
using Q = Q_32
using Q_16 = short
using Q_32 = float
using Q_64 = double
using Q_8 = signed char
using QD = QD_32
using QD_16 = short
using QD_32 = float
using QD_64 = double
using QD_8 = short
using R = R_32
using R_16 = float
using R_32 = float
using R_64 = double
using R_8 = float