debug print groups, colors, and control functions
More...
#include "zb_common.h"
#include "tr_plugin_config.h"
Go to the source code of this file.
debug print groups, colors, and control functions
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
◆ DEBUG_BLACK
| #define DEBUG_BLACK "\033[30m" |
◆ DEBUG_BLUE
| #define DEBUG_BLUE "\033[34m" |
◆ DEBUG_CYAN
| #define DEBUG_CYAN "\033[36m" |
◆ DEBUG_DEFAULT
| #define DEBUG_DEFAULT "\033[39m" |
◆ DEBUG_GREEN
| #define DEBUG_GREEN "\033[32m" |
◆ DEBUG_MAGENTA
| #define DEBUG_MAGENTA "\033[35m" |
◆ DEBUG_RED
| #define DEBUG_RED "\033[31m" |
◆ DEBUG_RESET
| #define DEBUG_RESET "\033[m" |
◆ DEBUG_WHITE
| #define DEBUG_WHITE "\033[37m" |
◆ DEBUG_YELLOW
| #define DEBUG_YELLOW "\033[33m" |
◆ tr_app_printf
| #define tr_app_printf |
( |
| ... | ) |
|
◆ tr_app_println
| #define tr_app_println |
( |
| ... | ) |
|
◆ tr_core_printf
| #define tr_core_printf |
( |
| ... | ) |
|
◆ tr_core_println
| #define tr_core_println |
( |
| ... | ) |
|
◆ tr_rxmsgs_printf
| #define tr_rxmsgs_printf |
( |
| ... | ) |
|
◆ tr_rxmsgs_println
| #define tr_rxmsgs_println |
( |
| ... | ) |
|
◆ tr_stack_printf
| #define tr_stack_printf |
( |
| ... | ) |
|
◆ tr_stack_println
| #define tr_stack_println |
( |
| ... | ) |
|
◆ tr_zcl_printf
| #define tr_zcl_printf |
( |
| ... | ) |
|
◆ tr_zcl_println
| #define tr_zcl_println |
( |
| ... | ) |
|
◆ tr_debug_print_group_t
| Enumerator |
|---|
| TR_DEBUG_PRINT_STACK | |
| TR_DEBUG_PRINT_CORE | |
| TR_DEBUG_PRINT_APP | |
| TR_DEBUG_PRINT_ZCL | |
| TR_DEBUG_PRINT_RX_MSGS | |
| TR_DEBUG_PRINT_ALL | |
◆ tr_debug_printf()
function prototypes consumed by framework
◆ tr_debug_println()
◆ tr_find_cluster_name()
| char * tr_find_cluster_name |
( |
zb_uint16_t | cluster_id | ) |
|