CORDET Framework - C2 Implementation
cordetfw/tests/config/CrFwAppStartUpProc.c File Reference

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.
 

Detailed Description

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.

DummyApp.png
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 cordetfw/tests/config/CrFwAppStartUpProc.c.

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 cordetfw/tests/config/CrFwAppStartUpProc.c.

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