Functions | |
zb_uint32_t | tr_get_print_group_mask (void) |
TODO - documentation. | |
void | tr_enable_print_group (tr_debug_print_group_t group) |
TODO - documentation. | |
void | tr_disable_print_group (tr_debug_print_group_t group) |
TODO - documentation. | |
zb_bool_t | tr_check_print_group (tr_debug_print_group_t group) |
TODO - documentation. | |
This plugin utilizes print group definitions to enable control over grouping similar types of prints together and being able to turn those print groups on and off. See tr_debug_print.h for defined print groups.
zb_bool_t tr_check_print_group | ( | tr_debug_print_group_t | group | ) |
TODO - documentation.
group |
void tr_disable_print_group | ( | tr_debug_print_group_t | group | ) |
TODO - documentation.
group |
void tr_enable_print_group | ( | tr_debug_print_group_t | group | ) |
TODO - documentation.
group |
zb_uint32_t tr_get_print_group_mask | ( | void | ) |
TODO - documentation.