Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zniffer_app.h
Go to the documentation of this file.
1
5
10#ifndef _ZNIFFER_APP_H_
11#define _ZNIFFER_APP_H_
12
13#include <zpal_power_manager.h>
14
15/****************************************************************************/
16/* EXPORTED DATA */
17/****************************************************************************/
18
23#define APPLICATION_TASK_STACK ((16 * 1024) / (sizeof(StackType_t)))
24#define APPLICATION_TASK_PRIORITY_STACK ( TASK_PRIORITY_MAX - 10 )
25
26/****************************************************************************/
27/* EXPORTED FUNCTIONS */
28/****************************************************************************/
29
35void
36ZwaveZnifferTask(void* unused_prt);
37
38
39#endif /* _ZNIFFER_APP_H_ */
void ZwaveZnifferTask(void *unused_prt)
Zniffer Task.