Zniffer application. More...
#include <zpal_power_manager.h>
Include dependency graph for zniffer_app.h:Go to the source code of this file.
Macros | |
| #define | APPLICATION_TASK_STACK ((16 * 1024) / (sizeof(StackType_t))) |
| Size of allocated memory for the application task stack. | |
| #define | APPLICATION_TASK_PRIORITY_STACK ( TASK_PRIORITY_MAX - 10 ) |
| High, due to time critical protocol activity. | |
Functions | |
| void | ZwaveZnifferTask (void *unused_prt) |
| Zniffer Task. | |
Zniffer application.
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2024 Trident IoT, LLC https://www.tridentiot.com
| #define APPLICATION_TASK_PRIORITY_STACK ( TASK_PRIORITY_MAX - 10 ) |
High, due to time critical protocol activity.
| #define APPLICATION_TASK_STACK ((16 * 1024) / (sizeof(StackType_t))) |
Size of allocated memory for the application task stack.
| void ZwaveZnifferTask | ( | void * | unused_prt | ) |
Zniffer Task.
| unused_prt |