Wirepas SDK
|
Header file for poslib_da.c. More...
Go to the source code of this file.
Functions | |
bool | PosLibDa_start (poslib_settings_t *settings) |
Starts the DA module with functionality required by node positioning mode. More... | |
void | PosLibDa_stop () |
Stops the DA module. More... | |
app_lib_data_send_res_e | PosLibDa_sendData (app_lib_data_to_send_t *data, app_lib_data_data_sent_cb_f sent_cb) |
Sends data for DA tags. More... | |
Macros | |
#define | POSLIB_DA_SRC_EP POS_SOURCE_ENDPOINT |
#define | POSLIB_DA_DEST_EP POS_DESTINATION_ENDPOINT |
app_lib_data_send_res_e PosLibDa_sendData | ( | app_lib_data_to_send_t * | data, |
app_lib_data_data_sent_cb_f | sent_cb | ||
) |
Sends data for DA tags.
data | pointer to data to sent app_lib_data_to_send_t sent_cb data sent callback |
bool PosLibDa_start | ( | poslib_settings_t * | settings | ) |
Starts the DA module with functionality required by node positioning mode.
void |
void PosLibDa_stop | ( | ) |
Stops the DA module.
void |
#define POSLIB_DA_DEST_EP POS_DESTINATION_ENDPOINT |
Definition at line 11 of file poslib_da.h.
#define POSLIB_DA_SRC_EP POS_SOURCE_ENDPOINT |
Definition at line 10 of file poslib_da.h.