ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
An FDS event. More...
#include <fds.h>
Data Fields | |
fds_evt_id_t | id |
The event ID. See fds_evt_id_t. More... | |
ret_code_t | result |
The result of the operation related to this event. More... | |
union { | |
struct { | |
uint32_t record_id | |
uint16_t file_id | |
uint16_t record_key | |
bool is_record_updated | |
} write | |
Information for FDS_EVT_WRITE and FDS_EVT_UPDATE events. More... | |
struct { | |
uint32_t record_id | |
uint16_t file_id | |
uint16_t record_key | |
} del | |
Information for FDS_EVT_DEL_RECORD and FDS_EVT_DEL_FILE events. More... | |
}; | |
union { ... } |
struct { ... } del |
Information for FDS_EVT_DEL_RECORD and FDS_EVT_DEL_FILE events.
fds_evt_id_t id |
The event ID. See fds_evt_id_t.
ret_code_t result |
struct { ... } write |
Information for FDS_EVT_WRITE and FDS_EVT_UPDATE events.