c_tlm_var.h
Go to the documentation of this file.
Definition: c_tlm_var.h:44
Definition: c_tlm_var.h:46
bool tlm_variable_set_value(const char *comp_name, const char *name, const char *value)
Definition: c_tlm_var.c:117
Definition: c_tlm_var.h:53
bool tlm_variable_print_value(const tlm_reg_var_type *reg_var, char *buffer, int len)
Definition: c_tlm_var.c:230
bool tlm_variable_get_value(const char *comp_name, const char *name, char *buffer, int len)
Definition: c_tlm_var.c:218
bool tlm_variable_register(tlm_component *comp_ptr, const char *name, const void *data_ptr, const uint16_t data_size, const uint16_t arr_size, tlm_type type)
Definition: c_tlm_var.c:55
Definition: c_tlm_var.h:41
Definition: c_tlm_var.h:40
Definition: c_tlm_var.h:45
Definition: c_tlm_var.h:42
To use the FreeRTOS so play with it a little *uses roughly of and uses roughly of RAM *The larger the the larger recording buffer *You can choose ring buffer
Definition: readme.txt:4
Definition: c_tlm_var.h:39
const tlm_reg_var_type * tlm_variable_get_by_name(tlm_component *comp_ptr, const char *name)
Definition: c_tlm_var.c:94
Definition: c_tlm_var.h:47
Definition: c_tlm_comp.h:51
Definition: c_tlm_var.h:43
const tlm_reg_var_type * tlm_variable_get_by_comp_and_name(const char *comp_name, const char *name)
Definition: c_tlm_var.c:104