|
Data type for interger-based representation of complex numbers. More...
#include <acc_definitions_common.h>
Data Fields | |
int16_t | real |
int16_t | imag |
Data type for interger-based representation of complex numbers.
Definition at line 43 of file acc_definitions_common.h.
int16_t acc_int16_complex_t::imag |
Definition at line 46 of file acc_definitions_common.h.
int16_t acc_int16_complex_t::real |
Definition at line 45 of file acc_definitions_common.h.