Z-Wave Protocol Controller Reference
zwave_rx_callbacks.c File Reference
#include "zwave_rx_callbacks.h"
#include "sl_log.h"
#include "zwave_rx_internals.h"
Include dependency graph for zwave_rx_callbacks.c:

Macros

#define LOG_TAG   "zwave_rx_callbacks"
 
#define ZWAVE_RX_MAXIMUM_ZWAVE_API_STARTED_CALLBACK_SUBSCRIBERS   2
 

Functions

sl_status_t zwave_rx_register_zwave_api_started_callback (zwave_api_started_callback_t callback)
 
void zwave_rx_on_zwave_api_started ()
 Inform other components that Z-Wave RX just receievd a Z-Wave API started notification. More...
 

Variables

static zwave_api_started_callback_t zwave_api_started_callbacks [ZWAVE_RX_MAXIMUM_ZWAVE_API_STARTED_CALLBACK_SUBSCRIBERS] = {}
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "zwave_rx_callbacks"

◆ ZWAVE_RX_MAXIMUM_ZWAVE_API_STARTED_CALLBACK_SUBSCRIBERS

#define ZWAVE_RX_MAXIMUM_ZWAVE_API_STARTED_CALLBACK_SUBSCRIBERS   2

Variable Documentation

◆ zwave_api_started_callbacks