Zigbee Protocol Controller 1.6.0
attribute_resolver_rule_internal.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
21#ifndef ATTRIBUTE_RESOLVER_RULE_INTERNAL_H
22#define ATTRIBUTE_RESOLVER_RULE_INTERNAL_H
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#include "attribute_resolver.h"
29#include "clock.h"
30
32
54 bool set_rule);
55
59
67
75
80
81#ifdef __cplusplus
82}
83#endif
84
85#endif //ATTRIBUTE_RESOLVER_RULE_INTERNAL_H
void attribute_resolver_rule_register(attribute_store_type_t node_type, attribute_resolver_function_t set_func, attribute_resolver_function_t get_func)
sl_status_t attribute_resolver_rule_execute(attribute_store_node_t node, bool set_rule)
Execute a rule and send the frame.
void(* attribute_rule_complete_t)(attribute_store_node_t, clock_time_t)
Definition: attribute_resolver_rule_internal.h:31
void attribute_resolver_rule_abort(attribute_store_node_t node)
Stop waiting for a send data callback for a given node.
void attribute_resolver_rule_init(attribute_rule_complete_t compl_func)
Initialize the rule book.
bool attribute_resolver_rule_busy()
Check if the resolver is currently executing a rule.
uint32_t attribute_store_type_t
Definition: attribute_store.h:50
uint32_t clock_time_t
Definition: contiki-conf.h:31
sl_status_t(* attribute_resolver_function_t)(attribute_store_node_t node, uint8_t *frame, uint16_t *frame_len)
Generator function for building PAN frames.
Definition: attribute_resolver.h:111
datastore_attribute_id_t attribute_store_node_t
Handle to identify attribute store nodes.
Definition: attribute_store.h:101
uint32_t sl_status_t
Definition: sl_status.h:139