CORDET Framework - C2 Implementation
|
Interface to the Application Start-Up Procedure. More...
Go to the source code of this file.
Functions | |
FwPrDesc_t | CrFwAppSmGetAppStartUpProc () |
Retrieve the singleton instance of the Application Start-Up Procedure. More... | |
Interface to the Application Start-Up Procedure.
The Application Start-Up Procedure is started by the Application State Machine (see CrFwAppSm.h
). It executes while the state machine is in state START_UP. This procedure is responsible for creating, initializing and configuring all the application components and for performing any other initialization action for the application. The Application Start-Up Procedure is entirely application-specific. This header file declares a function to retrieve a pointer to the procedure descriptor. The implementation of this file provides an implementation of the procedure and is therefore application-specific.
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.h.
FwPrDesc_t CrFwAppSmGetAppStartUpProc | ( | ) |
Retrieve the singleton instance of the Application Start-Up Procedure.
Definition at line 48 of file CrFwAppStartUpProc.c.