CORDET Framework - C2 Implementation
|
Default implementation of the Application Start-Up Procedure of CrFwAppStartUpProc.h
.
More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | CrFwAppSmGetAppStartUpProc () |
Retrieve the singleton instance of the Application Start-Up Procedure. More... | |
Variables | |
FwPrDesc_t | startUpPrDesc |
The singleton instance of the Application Start-Up Procedure. | |
Default implementation of the Application Start-Up Procedure of CrFwAppStartUpProc.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 Start-Up 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 CrFwAppStartUpProc.c.
FwPrDesc_t CrFwAppSmGetAppStartUpProc | ( | ) |
Retrieve the singleton instance of the Application Start-Up Procedure.
Definition at line 44 of file CrFwAppStartUpProc.c.