|
#include <inttypes.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | acc_int16_complex_t |
Data type for interger-based representation of complex numbers. More... | |
Macros | |
#define | PRIsensor_id PRIu32 |
Macro for printing sensor id. More... | |
Typedefs | |
typedef uint32_t | acc_sensor_id_t |
Type representing a sensor ID. More... | |
Enumerations | |
enum | acc_log_level_t { ACC_LOG_LEVEL_ERROR, ACC_LOG_LEVEL_WARNING, ACC_LOG_LEVEL_INFO, ACC_LOG_LEVEL_VERBOSE, ACC_LOG_LEVEL_DEBUG } |
This enum represents the different log levels for RSS. More... | |
#define PRIsensor_id PRIu32 |
Macro for printing sensor id.
Definition at line 19 of file acc_definitions_common.h.
typedef uint32_t acc_sensor_id_t |
Type representing a sensor ID.
Definition at line 14 of file acc_definitions_common.h.
enum acc_log_level_t |
This enum represents the different log levels for RSS.
Definition at line 25 of file acc_definitions_common.h.