FW Profile - C1 Implementation
|
Implementation of Temperature Recovery Action. More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | GetTempRecActionPr () |
Retrieve the descriptor of the Temperature Recovery Action Procedure. More... | |
Implementation of Temperature Recovery Action.
Definition in file FwDaTempRecAction.c.
FwPrDesc_t GetTempRecActionPr | ( | ) |
Retrieve the descriptor of the Temperature Recovery Action Procedure.
The Temperature Recovery Action Procedure is a singleton. The first time this function is called, it creates and configures the procedure descriptor. Subsequently, it always returns the same descriptor.
This procedure performs the following actions:
Definition at line 61 of file FwDaTempRecAction.c.