NNP STM Generic Remote Module git-main
Loading...
Searching...
No Matches
app.h File Reference

Header file for app.c. More...

Go to the source code of this file.

Functions

void initAppTask (void)
 Function called at the initialization of program.
 
void updateAppTask (void)
 Main application loop called from main.c.
 
void runAppTask (UNS32)
 This task is run on the background thread to update parameters.
 
void processSYNCMessageForApp (Message *m)
 Lets application process SYNC message if necessary.
 
void sleepApplication (void)
 This function is called when the module recieves an NMT to enter low power mode.
 
void InitAppTaskValues (void)
 Reinitializes application values when necessary.
 
void StartNodesFunc (CO_Data *d, Message *m)
 Lets application process NMT_Start_Nodes (unused)
 
void StopNodesFunc (CO_Data *d, Message *m)
 Lets application process NMT_Stop_Nodes.
 
void EnterWaitingFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_Waiting.
 
void EnterPatientOperationFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_Patient_Operation.
 
void EnterXManualFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_X_Manual.
 
void EnterYManualFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_Y_Manual.
 
void EnterStopStimFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_Stop_Stim.
 
void EnterPatientManualFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_Patient_Manual.
 
void EnterProduceXManualFunc (CO_Data *d, Message *m)
 Lets application process NMT_Produce_X_Manual.
 
void EnterRecordXFunc (CO_Data *d, Message *m)
 Lets application process NMT_Enter_Record_X.
 

Detailed Description

Header file for app.c.

Created on:

Date
Oct 14, 2024
Author
Jerry Ukwela (jeu6@.nosp@m.case.nosp@m..edu)

Definition in file app.h.