Go to the documentation of this file.
18 #ifndef INCLUDED_UHD_TYPES_IO_TYPE_HPP
19 #define INCLUDED_UHD_TYPES_IO_TYPE_HPP
40 CUSTOM_TYPE = int(
'?'),
42 COMPLEX_FLOAT64 = int(
'd'),
44 COMPLEX_FLOAT32 = int(
'f'),
46 COMPLEX_INT16 = int(
's'),
48 COMPLEX_INT8 = int(
'b')