CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoMaster/CrFwAppShutdownProc.c File Reference

Default implementation of the Application Shutdown Procedure of CrFwAppShutdownProc.h. More...

Go to the source code of this file.

Functions

FwPrDesc_t CrFwAppSmGetAppShutdownProc ()
 Retrieve the singleton instance of the Application Shutdown Procedure. More...
 

Variables

FwPrDesc_t shutdownPrDesc
 The singleton instance of the Application Shutdown Procedure.
 

Detailed Description

Default implementation of the Application Shutdown Procedure of CrFwAppShutdownProc.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 Shutdown 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-examples/src/CrConfigDemoMaster/CrFwAppShutdownProc.c.

Function Documentation

FwPrDesc_t CrFwAppSmGetAppShutdownProc ( )

Retrieve the singleton instance of the Application Shutdown Procedure.

Returns
the singleton instance of the Application Shutdown Procedure.

Definition at line 44 of file cordetfw-examples/src/CrConfigDemoMaster/CrFwAppShutdownProc.c.

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