Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zniffer_app.h File Reference

Zniffer application. More...

+ 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.
 

Detailed Description

Zniffer application.


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2024 Trident IoT, LLC https://www.tridentiot.com


Macro Definition Documentation

◆ APPLICATION_TASK_PRIORITY_STACK

#define APPLICATION_TASK_PRIORITY_STACK   ( TASK_PRIORITY_MAX - 10 )

High, due to time critical protocol activity.

◆ APPLICATION_TASK_STACK

#define APPLICATION_TASK_STACK   ((16 * 1024) / (sizeof(StackType_t)))

Size of allocated memory for the application task stack.

Function Documentation

◆ ZwaveZnifferTask()

void ZwaveZnifferTask ( void * unused_prt)

Zniffer Task.

Parameters
unused_prt