26#ifndef ATTRIBUTE_MAPPER_H
27#define ATTRIBUTE_MAPPER_H
uint32_t attribute_store_type_t
Definition: attribute_store.h:50
datastore_attribute_id_t attribute_store_node_t
Handle to identify attribute store nodes.
Definition: attribute_store.h:101
void attribute_mapper_resume_mapping()
Instructs the attribute mapper to resume mapping.
void attribute_mapper_config_init()
Adds the required configuration to the Unify Configuration System for the Unify Attribute Mapper.
void attribute_mapper_resume_reactions_to_attribute_updates(attribute_store_node_t node)
Instructs the attribute mapper to evaluate dependencies for a given Attribute ID.
bool attribute_mapper_has_pending_evaluations()
Checks if the mapper has pending evaluations.
void attribute_mapper_set_endpoint_id_attribute_type(attribute_store_type_t endpoint_id_type)
Sets the Attribute Store type for endpoint IDs, under which the the mapper performs its evaluations.
void attribute_mapper_pause_reactions_to_attribute_updates(attribute_store_node_t node)
Instructs the attribute mapper not to evaluate dependencies for a given Attribute ID.
void attribute_mapper_pause_mapping()
Instructs the attribute mapper to pause any mapping.
sl_status_t attribute_mapper_init()
Initializes the Attribute Mapper engine.
uint32_t sl_status_t
Definition: sl_status.h:139