Zigbee Protocol Controller 1.6.0
attribute_resolver_internal.h File Reference

Private internal functions and definitions for the Attribute resolver. More...

#include "process.h"

Go to the source code of this file.

Functions

 PROCESS_NAME (attribute_resolver_process)
 Name the of The Contiki RTOS process for the Attribute Resolver. More...
 
void on_resolver_rule_execute_complete (attribute_store_node_t node, clock_time_t transmission_time)
 Callback function to inform the attribute resolver that a rule execution is done for a node. More...
 

Detailed Description

Private internal functions and definitions for the Attribute resolver.

This is a list of private functions used by the Attribute Resolver.

Function Documentation

◆ on_resolver_rule_execute_complete()

void on_resolver_rule_execute_complete ( attribute_store_node_t  node,
clock_time_t  transmission_time 
)

Callback function to inform the attribute resolver that a rule execution is done for a node.

Parameters
nodeThe node for which the rule is conpleted.
transmission_timeThe time in ms that it took, to execute the rule. set this to 0 if no data is available.

◆ PROCESS_NAME()

PROCESS_NAME ( attribute_resolver_process  )

Name the of The Contiki RTOS process for the Attribute Resolver.

This is used to register the name of theAttribute Resolver Process.