CORDET Framework - C2 Implementation
|
Default implementation of the Application Reset Procedure of CrFwAppResetProc.h
.
More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | CrFwAppSmGetAppResetProc () |
Retrieve the singleton instance of the Application Reset Procedure. More... | |
Variables | |
FwPrDesc_t | resetPrDesc |
The singleton instance of the Application Reset Procedure. | |
Default implementation of the Application Reset Procedure of CrFwAppResetProc.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 Reset 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 cordetfw-examples/src/CrConfigDemoMaster/CrFwAppResetProc.c.
FwPrDesc_t CrFwAppSmGetAppResetProc | ( | ) |
Retrieve the singleton instance of the Application Reset Procedure.
Definition at line 44 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwAppResetProc.c.