srsLTE/include/io/format.h

8 lines
161 B
C
Raw Normal View History

2014-01-28 03:41:17 -08:00
#ifndef FORMAT_
#define FORMAT_
typedef enum { FLOAT, COMPLEX_FLOAT, COMPLEX_SHORT, FLOAT_BIN, COMPLEX_FLOAT_BIN, COMPLEX_SHORT_BIN} file_data_type_t;
#endif