Zigbee Protocol Controller 1.6.0
|
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... | |
Private internal functions and definitions for the Attribute resolver.
This is a list of private functions used by the Attribute Resolver.
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.
node | The node for which the rule is conpleted. |
transmission_time | The time in ms that it took, to execute the rule. set this to 0 if no data is available. |
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.