1#ifndef KEST_REPRESENTATION_H_
2#define KEST_REPRESENTATION_H_
18#ifdef KEST_ENABLE_REPRESENTATIONS
19int init_representation_updater();
23#ifdef KEST_USE_FREERTOS
24extern QueueHandle_t kest_rep_update_queue;
#define DECLARE_LINKED_PTR_LIST(X)
void kest_representation_pll_update_all(kest_representation_pll *reps)
int queue_representation_list_update(kest_representation_pll *reps)
kest_representation_pll * kest_representation_pll_remove(kest_representation_pll *reps, kest_representation *rep)
void(* update)(void *representer, void *representee)