acc_definitions_common.h File Reference
#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...
 

Macro Definition Documentation

◆ PRIsensor_id

#define PRIsensor_id   PRIu32

Macro for printing sensor id.

Definition at line 19 of file acc_definitions_common.h.

Typedef Documentation

◆ acc_sensor_id_t

typedef uint32_t acc_sensor_id_t

Type representing a sensor ID.

Definition at line 14 of file acc_definitions_common.h.

Enumeration Type Documentation

◆ acc_log_level_t

This enum represents the different log levels for RSS.

Enumerator
ACC_LOG_LEVEL_ERROR 

ERROR log level.

ACC_LOG_LEVEL_WARNING 

WARNING log level.

ACC_LOG_LEVEL_INFO 

INFO log level.

ACC_LOG_LEVEL_VERBOSE 

VERBOSE log level.

ACC_LOG_LEVEL_DEBUG 

DEBUG log level.

Definition at line 25 of file acc_definitions_common.h.