CORDET Framework - C2 Implementation
CrFwAppStartUpProc.h File Reference

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...
 

Detailed Description

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.

Author
Vaclav Cechticky vacla.nosp@m.v.ce.nosp@m.chtic.nosp@m.ky@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m
Alessandro Pasetti paset.nosp@m.ti@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m

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.

Function Documentation

FwPrDesc_t CrFwAppSmGetAppStartUpProc ( )

Retrieve the singleton instance of the Application Start-Up Procedure.

Returns
the singleton instance of the Application Start-Up Procedure.

Definition at line 44 of file CrFwAppStartUpProc.c.

P&P Software GmbH, Copyright 2012-2013, All Rights Reserved