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

Common stuff used by apps. More...

#include "ZW_application_transport_interface.h"
#include "FreeRTOS.h"
#include "task.h"
+ Include dependency graph for ZAF_Common_helper.h:

Go to the source code of this file.

Functions

void ZAF_Init (TaskHandle_t AppTaskHandle, SApplicationHandles *pAppHandles)
 
void ZAF_Reset (void)
 
TaskHandle_t ZAF_getAppTaskHandle (void)
 
void zaf_stay_awake (void)
 
void zaf_learn_mode_finished (void)
 

Detailed Description

Common stuff used by apps.

It's purpose is to minimize function calls from end applications. Shouldn't be called directly from CC or utils, to avoid mutual dependencies