|
NNP STM Generic Remote Module git-main
|
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. | |