nRF Connect SDK API 2.8.99
|
#include <app_event_manager.h>
#include <app_event_manager_profiler_tracer.h>
#include "cloud/cloud_codec/cloud_codec.h"
#include "cloud/cloud_codec/lwm2m/lwm2m_dummy.h"
Go to the source code of this file.
Data Structures | |
struct | data_module_data_buffers |
Structure that contains a pointer to encoded data. More... | |
struct | data_module_event |
Data module event. More... | |
Enumerations | |
enum | data_module_event_type { DATA_EVT_DATA_READY , DATA_EVT_DATA_SEND , DATA_EVT_DATA_SEND_BATCH , DATA_EVT_UI_DATA_SEND , DATA_EVT_UI_DATA_READY , DATA_EVT_IMPACT_DATA_READY , DATA_EVT_IMPACT_DATA_SEND , DATA_EVT_CLOUD_LOCATION_DATA_SEND , DATA_EVT_CONFIG_INIT , DATA_EVT_CONFIG_READY , DATA_EVT_CONFIG_SEND , DATA_EVT_CONFIG_GET , DATA_EVT_DATE_TIME_OBTAINED , DATA_EVT_SHUTDOWN_READY , DATA_EVT_ERROR } |
Data event types submitted by Data module. More... | |