CORDET Framework - C2 Implementation
|
Default implementation of the Application Shutdown Procedure of CrFwAppShutdownProc.h
.
More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | CrFwAppSmGetAppShutdownProc () |
Retrieve the singleton instance of the Application Shutdown Procedure. More... | |
Variables | |
FwPrDesc_t | shutdownPrDesc |
The singleton instance of the Application Shutdown Procedure. | |
Default implementation of the Application Shutdown Procedure of CrFwAppShutdownProc.h
.
The implementation of this procedure is one of the adaptation points of the CORDET Framework. This file provides a default implementation which is primarily intended to support testing. It is expected that applications will provide their own implementation. Application will therefore normally replace this file with their own file providing their application-specific implementation of the Application Shutdown Procedure.
This implementation defines a dummy procedure as in the figure below.
This file is part of the CORDET Framework.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
For information on alternative licensing, please contact P&P Software GmbH.
Definition in file CrFwAppShutdownProc.c.
FwPrDesc_t CrFwAppSmGetAppShutdownProc | ( | ) |
Retrieve the singleton instance of the Application Shutdown Procedure.
Definition at line 44 of file CrFwAppShutdownProc.c.